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
Post a Comment