gistory.gemspec in gistory-0.1.1 vs gistory.gemspec in gistory-0.1.2
- old
+ new
@@ -13,9 +13,10 @@
spec.email = ['medinasergio@gmail.com']
spec.summary = 'Gistory: Know exactly when a gem was updated in your Gemfile.lock'
spec.description = 'Gistory: Know exactly when a gem was updated in your Gemfile.lock'
spec.homepage = 'https://www.github.com/serch/gistory'
+ spec.licenses = ['MIT']
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = 'exe'