apple_models.gemspec in apple_models-1.0.1 vs apple_models.gemspec in apple_models-1.0.2

- old
+ new

@@ -9,10 +9,11 @@ gem.authors = ["Taylor Boyko"] gem.email = ["taylorboyko@gmail.com"] gem.description = %q{Apple model name lookup based on model id (apple product code)} gem.summary = %q{} gem.homepage = "https://github.com/tboyko/apple_models" - + 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"]