args_parser.gemspec in args_parser-0.1.5 vs args_parser.gemspec in args_parser-0.1.6
- old
+ new
@@ -5,10 +5,10 @@
Gem::Specification.new do |gem|
gem.name = "args_parser"
gem.version = ArgsParser::VERSION
gem.authors = ["Sho Hashimoto"]
gem.email = ["hashimoto@shokai.org"]
- gem.description = %q{Parse ARGV from command line with DSL.}
+ gem.description = %q{Parse/Filter/Validate ARGV from command line with DSL.}
gem.summary = gem.description
gem.homepage = "http://shokai.github.com/args_parser"
gem.files = `git ls-files`.split($/).reject{|i| i=="Gemfile.lock" }
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }