diff options
author | Lee Jarvis <lee@jarvis.co> | 2011-04-28 15:27:13 +0100 |
---|---|---|
committer | Lee Jarvis <lee@jarvis.co> | 2011-04-28 15:27:13 +0100 |
commit | 95d0a3ef7a2fae0d5ecc8e35e3ff251f259dee19 (patch) | |
tree | 0d8e8d4843e7ced0bce08f91c0418899e1dd00a7 /slop.gemspec | |
parent | 47775bbc3e6dbfacf94ace0fe036cb087d140ac6 (diff) | |
download | slop-95d0a3ef7a2fae0d5ecc8e35e3ff251f259dee19.tar.gz |
again, this is a default spec value already
Diffstat (limited to 'slop.gemspec')
-rw-r--r-- | slop.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec index c849aba..2dda165 100644 --- a/slop.gemspec +++ b/slop.gemspec @@ -4,7 +4,6 @@ require 'slop' Gem::Specification.new do |s| s.name = 'slop' s.version = Slop::VERSION - s.platform = Gem::Platform::RUBY s.summary = 'Option gathering made easy' s.description = 'A simple DSL for gathering options and parsing the command line' s.author = 'Lee Jarvis' |