rickshaw.gemspec in rickshaw-0.0.2 vs rickshaw.gemspec in rickshaw-0.1.0
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "rickshaw"
spec.version = Rickshaw::VERSION
spec.authors = ["Gregory Ostermayr"]
spec.email = ["gregory.ostermayr@gmail.com"]
- spec.description = %q{Get SHA1 hashes easily}
- spec.summary = %q{Get SHA1 hashes easily}
+ spec.description = %q{Get SHA1 and other hashes easily}
+ spec.summary = %q{Get SHA1 and other hashes easily}
spec.homepage = "https://github.com/gregors/rickshaw"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }