slop 2.4.4 → 3.0.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4
5
- prerelease:
4
+ version: 3.0.0.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lee Jarvis
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-07 00:00:00.000000000 Z
12
+ date: 2012-01-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A simple DSL for gathering options and parsing the command line
15
15
  email: lee@jarvis.co
@@ -23,6 +23,8 @@ files:
23
23
  - README.md
24
24
  - Rakefile
25
25
  - lib/slop.rb
26
+ - lib/slop/commands.rb
27
+ - lib/slop/option.rb
26
28
  - slop.gemspec
27
29
  - test/commands_test.rb
28
30
  - test/helper.rb
@@ -43,9 +45,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
45
  required_rubygems_version: !ruby/object:Gem::Requirement
44
46
  none: false
45
47
  requirements:
46
- - - ! '>='
48
+ - - ! '>'
47
49
  - !ruby/object:Gem::Version
48
- version: '0'
50
+ version: 1.3.1
49
51
  requirements: []
50
52
  rubyforge_project:
51
53
  rubygems_version: 1.8.11