Closed trailstrider closed 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.
Could you please try:
require 'awesome_print'
Do you still get the name conflict?
Hope this has been addressed and works with 0.4.0
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.