Rakefile in bcarpenter-active_shipping-0.0.2 vs Rakefile in bcarpenter-active_shipping-0.0.5
- old
+ new
@@ -42,10 +42,10 @@
s.summary = "Gemified activeshipping libs"
s.email = "ben@bencarpenter.org"
s.homepage = "http://github.com/bcarpenter/active_shipping"
s.description = "Use for Fedex/UPS/USPS tracking and more... Originally from: http://github.com/Shopify/active_shipping"
s.authors = ["Shopify"]
- s.files = FileList["[A-Z]*", "{lib,examples}/**/*", "Rakefile"]
+ s.files = FileList["[A-Z]*", "{lib,examples}/**/*", "Rakefile"] - ["TODO.todo"]
s.add_dependency 'activesupport'
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
end
\ No newline at end of file