clamp.gemspec in clamp-0.1.5 vs clamp.gemspec in clamp-0.1.6

- old
+ new

@@ -11,10 +11,10 @@ s.email = "mdub@dogbiscuit.org" s.homepage = "http://github.com/mdub/clamp" s.summary = %q{a minimal framework for command-line utilities} s.description = <<EOF -Clamp makes provides an object-model for command-line utilities. +Clamp provides an object-model for command-line utilities. It handles parsing of command-line options, and generation of usage help. EOF s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")