berkshelf.gemspec in berkshelf-1.1.0.rc1 vs berkshelf.gemspec in berkshelf-1.1.0
- old
+ new
@@ -16,9 +16,10 @@
]
s.description = %q{Manages a Cookbook's, or an Application's, Cookbook dependencies}
s.summary = s.description
s.homepage = "http://berkshelf.com"
+ s.license = "Apache 2.0"
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.name = "berkshelf"
s.require_paths = ["lib"]