awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.08k stars 454 forks source link

Name Conflict #39

Closed trailstrider closed 13 years ago

trailstrider commented 13 years ago

There is a gem that is actually called ap, that when installed with gem install ap, conflicts with the require for awesome_print. It is the Associated Press ap gem. It would be preferable to have the require match the gem name to avoid conflicts.

michaeldv commented 13 years ago

Could you please try:

require 'awesome_print'

Do you still get the name conflict?

michaeldv commented 13 years ago

Hope this has been addressed and works with 0.4.0