dryrun.gemspec in dryrun-0.2.2 vs dryrun.gemspec in dryrun-0.3.1
- old
+ new
@@ -12,21 +12,25 @@
spec.name = "dryrun"
spec.version = DryRun::VERSION
spec.authors = ["cesar ferreira"]
spec.email = ["cesar.manuel.ferreira@gmail.com"]
- spec.summary = %q{try an android library directly from the command line}
- spec.description = %q{try an android library directly from the command line}
+ 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.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) }
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency 'pry-byebug', '~> 3.1'
+ spec.add_development_dependency "rspec"
+ spec.add_development_dependency "rspec-nc"
+ spec.add_development_dependency "guard"
+ spec.add_development_dependency "guard-rspec"
spec.add_dependency 'colorize', '~> 0.7'
spec.add_dependency 'nokogiri', '~> 1.6.6.2'
end