pygments / pygments.rb

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

Gem name ? #37

Closed oz closed 12 years ago

oz commented 12 years ago

Why is the gem named pygments.rb instead of simply pygments, since there is no other gem of that name (currently)?

I guess it kinda makes sense out of ruby, but it'd be simpler to gem install pygments in order to require "pygments". Of course one could make a pygments gem with the pygments.rb dependency (don't please :p).

Just asking. :)

tmm1 commented 12 years ago

Easier to google for pygments.rb and find the ruby project. Also you can require "pygments.rb" and it should work.