Rakefile in ruby_bosh-0.5.4 vs Rakefile in ruby_bosh-0.6.0

- old
+ new

@@ -9,10 +9,10 @@ s.homepage = "http://github.com/skyfallsin/ruby_bosh" s.description = "An XMPP BOSH session pre-initializer for Ruby web applications" s.authors = ["Pradeep Elankumaran"] s.add_dependency("builder") - s.add_dependency("adamwiggins-rest-client") + s.add_dependency("rest-client") s.add_dependency("hpricot") s.add_dependency("SystemTimer") end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"