Rakefile in dougsko-imagebin-0.3.0 vs Rakefile in dougsko-imagebin-0.3.2

- old
+ new

@@ -11,9 +11,11 @@ gem.authors = ["dougsko"] gem.add_dependency 'httpclient' gem.description = 'Command line interface to imagebin.ca' gem.require_paths = ['/bin', '/lib'] gem.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"] + gem.add_dependency "hpricot" + gem.add_dependency "httpclient" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end