summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-28 15:27:13 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-28 15:27:13 +0100
commit95d0a3ef7a2fae0d5ecc8e35e3ff251f259dee19 (patch)
tree0d8e8d4843e7ced0bce08f91c0418899e1dd00a7 /slop.gemspec
parent47775bbc3e6dbfacf94ace0fe036cb087d140ac6 (diff)
downloadslop-95d0a3ef7a2fae0d5ecc8e35e3ff251f259dee19.tar.gz
again, this is a default spec value already
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec1
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'