kookster / activemessaging

ActiveMessaging moved from google code - this will be the latest and greatest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem requires itself

jphastings opened this issue · comments

Okay, so something weird is going on here. Your .gemspec has lots of commented out #s.add_runtime_dependency(%q<activemessaging>, [">= 0"]) lines and a comment I don't quite understand about blocking the gem from installing.

Are you attempting to prevent this gem from being installed?

If so, why? If not, how can I fix it so I can install the gem?

$ gem install activemessaging
ERROR:  Error installing activemessaging:
    activemessaging requires activemessaging (>= 0)

Thanks

This should be already fixed in #41.

@kookster could you please publish a new release, as now it's impossible to install gem from rubygems?