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 #26

Closed akzhan closed 12 years ago

akzhan commented 12 years ago

And rubypython 0.6.1 fixes some 64bit issues.

Really fixed #10 for some 64bit systems like Scientific Linux 6.

akzhan commented 12 years ago

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

atmos commented 12 years ago

:+1: We need this for gollum.

bootstraponline commented 12 years ago

+1

zimbatm commented 12 years ago

Is there anything blocking that ?

akzhan commented 12 years ago

I suppose that @tmm1 simply have no time to review pull requests yet.

Feel free to use my fork until landed. It's easy using Bundler.

akzhan commented 12 years ago

I have closed this PR because PR #28 created. My master branch will contain other PRs too.