motion-support.gemspec in motion-support-0.2.0 vs motion-support.gemspec in motion-support-0.2.2

- old
+ new

@@ -6,10 +6,10 @@ s.version = MotionSupport::VERSION s.authors = ["Thomas Kadauke"] s.email = ["thomas.kadauke@googlemail.com"] s.homepage = "https://github.com/tkadauke/motion-support" s.summary = "Commonly useful extensions to the standard library for RubyMotion" - s.description = "Commonly useful extensions to the standard library for RubyMotion. Inspired by ActiveSupport." + s.description = "Commonly useful extensions to the standard library for RubyMotion. Ported from ActiveSupport." s.files = `git ls-files`.split($\) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"]