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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f9a9f315168ff7c66e50c15312301146ba8c24c0ef6cd0c6b22727caf954df
4
- data.tar.gz: 6a14724a245484c434d2cc17d171e39dfc751bc082481327890ad952b08bd081
3
+ metadata.gz: 2eccb7efc9099bd313c8029e63e4c66d6db27c99d49074c3b310944b1e3215fc
4
+ data.tar.gz: edbcf3b26cbe7230b2f87fa8c03603ccadc9f2b9e05db67cb154ef518e09e169
5
5
  SHA512:
6
- metadata.gz: 6ed13500ff383b2f13cb71344a03dd3140e17119fef70bd4fbb121cb38f9b3943a5b00d0e7ae1ed259564a7ae3620c9fc7483ff3b2e25297fc4f1a605875b7b9
7
- data.tar.gz: 993dfd4d3d13d20e1eb8c346323b773d81010ab1372168d03bc00ff5b1a2ed79dc60c9cbdff3b4add65fe53007f0bc17fd134404cfa123d1e5b7f0284ffc2354
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/cmd-optparse.rb#readme"
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
 
@@ -427,7 +427,7 @@ module CLI
427
427
  end unless defined?(CLI)
428
428
 
429
429
  class CLI::OptionParser
430
- VERSION = "0.5.2"
430
+ VERSION = "0.5.3"
431
431
 
432
432
  # :stopdoc:
433
433
  NoArgument = [NO_ARGUMENT = :NONE, nil].freeze
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.2
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/cmd-optparse.rb#readme
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/cmd-optparse.rb#readme
131
- source_code_uri: https://github.com/0x1eef/cmd-optparse.rb#readme
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"