pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

64bit compatibility: Actually we support rubypython 0.6 series #28

Closed akzhan closed 12 years ago

akzhan commented 12 years ago

And rubypython 0.6.1 fixes some 64bit issues.

Really fixes #10 for some 64bit systems like Scientific Linux 6. Refs #27.

Take a note that accepting of last commit should bump minor version number. Older versions compatibility will not broken but start method is extended.

This is successor of PR #26 and extracted to separate branch to allow extending of master branch with other code.

/cc @atmos, @bootstraponline, @zimbatm

bootstraponline commented 12 years ago

+1

tmm1 commented 12 years ago

Strange, the test suite runs significantly slower on this branch.

tmm1 commented 12 years ago

0.5s on master, vs 2.5s on this branch.

tnm commented 12 years ago

We've dropped the rubypython method, so closing.