Rakefile in dougsko-imagebin-0.1.7 vs Rakefile in dougsko-imagebin-0.2.3
- old
+ new
@@ -9,10 +9,11 @@
gem.email = "dougtko@gmail.com"
gem.homepage = "http://github.com/dougsko/imagebin"
gem.authors = ["dougsko"]
gem.add_dependency 'httpclient'
gem.description = 'Command line interface to imagebin.ca'
- gem.require_paths = ['/bin']
+ gem.require_paths = ['/bin', '/lib']
+ gem.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
# 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