fingerprints.gemspec in fingerprints-0.0.2 vs fingerprints.gemspec in fingerprints-0.0.3

- old
+ new

@@ -9,9 +9,10 @@ gem.authors = ["Philip Hallstrom"] gem.email = ["philip@pjkh.com"] gem.description = %q{Make it easy to track who created/updated your models.} gem.summary = %q{Make it easy to track who created/updated your models.} gem.homepage = "https://github.com/phallstrom/fingerprints" + gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]