gstring.gemspec in gstring-4.0.0 vs gstring.gemspec in gstring-4.1.0
- old
+ new
@@ -7,14 +7,14 @@
spec.name = "gstring"
spec.version = Gstring::VERSION
spec.authors = ["Bryan Colvin"]
spec.email = ["bryan@bdlsys.com"]
spec.description = %q{
-Adds 60+ new methods to the base String class. Most help with parsing, others are more of a hodgepodge of nifty utilities.
+Adds 80+ new methods to the base String class. Most help with parsing, others are more of a hodgepodge of nifty utilities.
Utilities include: engineering_notation, cryptogram generator, password generator, sort by embedded numbers, etc.
Some represent some of the better ideas from other string related gems.
Most are from 20 years of multiple language string extensions that were used in some project.}
- spec.summary = %q{Adds 60+ new methods String class.}
+ spec.summary = %q{Adds 70+ new methods String class.}
spec.homepage = "http://bdlsys.com/gems/gstring.html"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }