dryrun.gemspec in dryrun-0.3.6 vs dryrun.gemspec in dryrun-0.4.0

- old
+ new

@@ -12,11 +12,11 @@ spec.name = "dryrun" spec.version = DryRun::VERSION spec.authors = ["cesar ferreira"] spec.email = ["cesar.manuel.ferreira@gmail.com"] - spec.summary = %q{Tool which allows to quickly try the demo project of an Android Library} - spec.description = %q{Tool which allows to quickly try the demo project of an Android Library} + spec.summary = %q{Tool which allows to quickly try the demo project of any Android Library} + spec.description = %q{Tool which allows to quickly try the demo project of any Android Library} spec.homepage = "https://github.com/cesarferreira/dryrun" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }