Geomotion.gemspec in geomotion-0.13.2 vs Geomotion.gemspec in geomotion-0.14.0

- old
+ new

@@ -3,13 +3,14 @@ Gem::Specification.new do |s| s.name = "geomotion" s.version = Geomotion::VERSION s.authors = ["Clay Allsopp", "Colin T.A. Gray"] - s.email = ["clay.allsopp@gmail.com", "colinta@gmail.com"] + s.email = ["clay@usepropeller.com", "colinta@gmail.com"] s.homepage = "https://github.com/clayallsopp/geomotion" s.summary = "A RubyMotion Geometry Wrapper" s.description = "A RubyMotion Geometry Wrapper" + s.license = 'MIT' s.files = `git ls-files`.split($\) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] \ No newline at end of file