active_shipping.gemspec in active_shipping-1.0.0 vs active_shipping.gemspec in active_shipping-1.0.1
- old
+ new
@@ -26,7 +26,7 @@
s.add_development_dependency('business_time')
s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
- s.require_path = ['lib']
+ s.require_path = 'lib'
end