sparrow.gemspec in cp-sparrow-0.0.12 vs sparrow.gemspec in cp-sparrow-0.0.14

- old
+ new

@@ -13,10 +13,10 @@ spec.description = %q{ A collection of 2 middlewares to convert json formats to other formats such as camelCase and snake_case. Both converting responses and requests are supported. } - spec.homepage = "" + spec.homepage = "https://github.com/GateprotectGmbH/sparrow" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})