ProMotion.gemspec in ProMotion-1.0.2 vs ProMotion.gemspec in ProMotion-1.0.3

- old
+ new

@@ -10,9 +10,10 @@ with UIViewControllers, you work with Screens. Screens are a logical way to think of your app and include a ton of great utilities to make iOS development more like Ruby and less like Objective-C. " gem.homepage = "https://github.com/clearsightstudio/ProMotion" + 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.name = "ProMotion"