uatu.gemspec in uatu-marvel-0.0.1.1 vs uatu.gemspec in uatu-marvel-0.0.2
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "uatu-marvel"
spec.version = Uatu::VERSION
spec.authors = ["Víctor Martín"]
spec.email = ["victor.martin84@gmail.com"]
spec.summary = %q{Marvel API Wrapper}
- spec.description = %q{Marvel API Wrapper for Ruby.}
+ spec.description = %q{Lightweight Marvel API Wrapper for Ruby.}
spec.homepage = "https://github.com/eltercero/uatu"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -25,8 +25,7 @@
spec.add_development_dependency 'faraday', '~>0.9'
spec.add_development_dependency 'minitest', '~>5.2'
spec.add_development_dependency 'json', '~>1.8'
spec.add_development_dependency 'hashie', '~>2.0'
- spec.add_development_dependency 'pry', '~>0.9'
spec.add_development_dependency 'activesupport', '~>3.2'
end