parse-argv 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08c6221625a88b034352b5dbb8fb673bf2224ab76c3d535ef1fe43c5b33ae1fa'
4
- data.tar.gz: faf7ef2645091f3cf6de86ea23104105830530cfbc03e1237cd0bad16d077658
3
+ metadata.gz: a6ade60bea3be62e63a736037b26ba47ec41cb112d2465c311d8599bac72752c
4
+ data.tar.gz: 936d92158e5f3904e53a6888211a09fc677c27e2e55d7dec4fbe6ce95a6a64fe
5
5
  SHA512:
6
- metadata.gz: '0486e25acc34d509335f469a30bfb2fb32d038ca7de45a3ab5ff19039f34110f01adade82a47d0c277403c97767182c0881fef734950ff63c22ccaf2d464bdd4'
7
- data.tar.gz: a6c629bfd3c6103a1cf09c80b7efbe38036b24051b473d2f488e47b8b4c6b15045ae92910f9583e2be749ddabf5458ecd0db1ddfa6c7e48da55328f32922e580
6
+ metadata.gz: d3a9a75606f6efb1eb9cdf1df2017b1b34478b84610c4029083ace63897944cbc39574b74747a31e0cd1b979cf056cc623dc78f0f0dd9e8a5670206f794af048
7
+ data.tar.gz: 1d192bef806f1d9c54c11f2f01b36b9ea7aa623f2610831ea1b7c5162f3a7f906e66a0574d4870f724c75a55de2b0353fd809076d127301bef056c936465189b
data/.yardopts CHANGED
@@ -2,4 +2,4 @@
2
2
  --title 'ParseArgv Documentation'
3
3
  --charset utf-8
4
4
  --markup markdown
5
- 'lib/**/*.rb' - 'syntax.md' 'LICENSE'
5
+ 'lib/**/*.rb' - 'README.md' 'syntax.md' 'LICENSE'
@@ -4,7 +4,7 @@ A command line parser that only needs your help text.
4
4
 
5
5
  - Gem: [rubygems.org](https://rubygems.org/gems/parse-argv)
6
6
  - Source: [github.com](https://github.com/mblumtritt/parse-argv)
7
- - Help: [rubydoc.info](https://rubydoc.info/gems/parse-argv)
7
+ - Help: [rubydoc.info](https://rubydoc.info/gems/parse-argv/ParseArgv)
8
8
 
9
9
  ## Description
10
10
 
@@ -4,5 +4,5 @@ module ParseArgv
4
4
  #
5
5
  # current version
6
6
  #
7
- VERSION = '0.1.0'
7
+ VERSION = '0.1.1'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse-argv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Blumtritt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-26 00:00:00.000000000 Z
11
+ date: 2022-11-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Just write the help text for your application and ParseArgv will take care
@@ -24,13 +24,13 @@ email:
24
24
  executables: []
25
25
  extensions: []
26
26
  extra_rdoc_files:
27
- - ReadMe.md
27
+ - README.md
28
28
  - syntax.md
29
29
  - LICENSE
30
30
  files:
31
31
  - ".yardopts"
32
32
  - LICENSE
33
- - ReadMe.md
33
+ - README.md
34
34
  - examples/ReadMe.md
35
35
  - examples/check.rb
36
36
  - examples/conversion.rb