strptime.gemspec in strptime-0.1.9 vs strptime.gemspec in strptime-0.2.0.beta1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "strptime" spec.version = Strptime::VERSION spec.authors = ["NARUSE, Yui"] spec.email = ["naruse@airemix.jp"] - spec.summary = %q{a fast strptime engine.} - spec.description = %q{a fast strptime engine which uses VM.} + spec.summary = %q{a fast strptime/strftime engine.} + spec.description = %q{a fast strptime/strftime engine which uses VM.} spec.homepage = "https://github.com/nurse/strptime" spec.license = "BSD-2-Clause" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"