cli-option_parser.rb 0.5.2 → 0.5.3
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.
- checksums.yaml +4 -4
- data/cli-option_parser.rb.gemspec +1 -1
- data/lib/cli/option_parser.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2eccb7efc9099bd313c8029e63e4c66d6db27c99d49074c3b310944b1e3215fc
|
|
4
|
+
data.tar.gz: edbcf3b26cbe7230b2f87fa8c03603ccadc9f2b9e05db67cb154ef518e09e169
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f271b3e8fc37d64855eceb5e930b7307ee3bbda1941551bddcc3dcbf7030a5527e6d3adcd74474e0fcd76899bb0835d78990f720d92e7bcc35361d395f3fac1
|
|
7
|
+
data.tar.gz: 1cd5aae0100520636ebdd5cff1c3585d7f79d5f7e72b16aa438d071d73edb8d26c9019db267dc75ace047fcf53d3cdafae414e1925903407bf3e42c8c3758fff
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{OptionParser is a class for command-line option analysis.}
|
|
10
10
|
spec.description = %q{OptionParser is a class for command-line option analysis.}
|
|
11
|
-
spec.homepage = "https://github.com/0x1eef/
|
|
11
|
+
spec.homepage = "https://github.com/0x1eef/cli-option_parser.rb#readme"
|
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
|
13
13
|
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
|
14
14
|
|
data/lib/cli/option_parser.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cli-option_parser.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- '0x1eef'
|
|
@@ -122,13 +122,13 @@ files:
|
|
|
122
122
|
- test/optparse/test_reqarg.rb
|
|
123
123
|
- test/optparse/test_summary.rb
|
|
124
124
|
- test/optparse/test_zsh_completion.rb
|
|
125
|
-
homepage: https://github.com/0x1eef/
|
|
125
|
+
homepage: https://github.com/0x1eef/cli-option_parser.rb#readme
|
|
126
126
|
licenses:
|
|
127
127
|
- Ruby
|
|
128
128
|
- BSD-2-Clause
|
|
129
129
|
metadata:
|
|
130
|
-
homepage_uri: https://github.com/0x1eef/
|
|
131
|
-
source_code_uri: https://github.com/0x1eef/
|
|
130
|
+
homepage_uri: https://github.com/0x1eef/cli-option_parser.rb#readme
|
|
131
|
+
source_code_uri: https://github.com/0x1eef/cli-option_parser.rb#readme
|
|
132
132
|
post_install_message:
|
|
133
133
|
rdoc_options:
|
|
134
134
|
- "--main=README.md"
|