docopt 0.5.0 → 0.6.0

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.
File without changes
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docopt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
5
- prerelease:
4
+ version: 0.6.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Blake Williams
@@ -12,24 +11,31 @@ authors:
12
11
  autorequire:
13
12
  bindir: bin
14
13
  cert_chain: []
15
- date: 2012-09-01 00:00:00.000000000Z
14
+ date: 2016-10-03 00:00:00.000000000 Z
16
15
  dependencies:
17
16
  - !ruby/object:Gem::Dependency
18
17
  name: json
19
- requirement: &81987080 !ruby/object:Gem::Requirement
20
- none: false
18
+ requirement: !ruby/object:Gem::Requirement
21
19
  requirements:
22
- - - ~>
20
+ - - "~>"
21
+ - !ruby/object:Gem::Version
22
+ version: '1.6'
23
+ - - ">="
23
24
  - !ruby/object:Gem::Version
24
25
  version: 1.6.5
25
26
  type: :development
26
27
  prerelease: false
27
- version_requirements: *81987080
28
- description: ! 'Isn''t it awesome how `optparse` and other option parsers generate
29
- help and usage-messages based on your code?! Hell no!
30
-
31
- You know what''s awesome? It''s when the option parser *is* generated based on the
32
- help and usage-message that you write in a docstring! That''s what docopt does!'
28
+ version_requirements: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.6'
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 1.6.5
36
+ description: |-
37
+ Isn't it awesome how `optparse` and other option parsers generate help and usage-messages based on your code?! Hell no!
38
+ You know what's awesome? It's when the option parser *is* generated based on the help and usage-message that you write in a docstring! That's what docopt does!
33
39
  email: code@shabbyrobe.org
34
40
  executables: []
35
41
  extensions: []
@@ -51,31 +57,32 @@ files:
51
57
  - examples/odd_even_example.rb
52
58
  - examples/quick_example.rb
53
59
  - lib/docopt.rb
60
+ - test/language_agnostic_tester.py
54
61
  - test/test_docopt.rb
62
+ - test/testcases.docopt
55
63
  - test/testee.rb
56
64
  homepage: http://github.com/docopt/docopt.rb
57
65
  licenses:
58
66
  - MIT
67
+ metadata: {}
59
68
  post_install_message:
60
69
  rdoc_options:
61
- - --charset=UTF-8
70
+ - "--charset=UTF-8"
62
71
  require_paths:
63
72
  - lib
64
73
  required_ruby_version: !ruby/object:Gem::Requirement
65
- none: false
66
74
  requirements:
67
- - - ! '>='
75
+ - - ">="
68
76
  - !ruby/object:Gem::Version
69
77
  version: 1.8.7
70
78
  required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
79
  requirements:
73
- - - ! '>='
80
+ - - ">="
74
81
  - !ruby/object:Gem::Version
75
82
  version: '0'
76
83
  requirements: []
77
84
  rubyforge_project:
78
- rubygems_version: 1.8.17
85
+ rubygems_version: 2.5.2
79
86
  signing_key:
80
87
  specification_version: 2
81
88
  summary: A command line option parser, that will make you smile.