Ruby Gem not install dependency -


i created ruby gem , published it. tried downloading , keep getting cannot require dependent gem. code @ https://github.com/wallerjake/toolshed , gem in question httparty. error getting is

~/.rvm/gems/ruby-2.0.0-p353@sullivan_cotter/bundler/gems/toolshed-46404c5af06d/lib/toolshed.rb:2:in `require': cannot load such file -- httparty (loaderror)

i have updated https://github.com/wallerjake/toolshed/blob/master/toolshed.gemspec use add_dependency instead doesn't seem helping. conflicting other gems?

the version on rubygems still old 1 development dependencies. worked fine when downloaded , built gem github.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -