option_parser 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README +1 -0
  3. data/lib/option_parser.rb +1 -0
  4. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ee065b991f17d5748c96cf507bf6c9e5d82dbffe90525eede1e6f4d004c91c0b
4
+ data.tar.gz: bf743afd57167e358fcf1164ba48b228164651a28f74ca8dd7c621adf9b1f0c8
5
+ SHA512:
6
+ metadata.gz: 1ca0224ac56d8c5edfc57b14c85e4c86ea34a638b9f04211a41e81ea2f227ebeadf3414f5ddcb8a6f547a1ad3768e91067d39ade2318a715f26cd517fa6d17be
7
+ data.tar.gz: bf458fe54bd70506dd51f7408ebeb71c3a67052598f9b35b41e68f629a5fda1eaaffbb02378e6510c514ea07ac7272fcfe81ebe0590197033c50714a0c5c78ec
data/README ADDED
@@ -0,0 +1 @@
1
+ = A wrapper of 'optparse.rb'
@@ -0,0 +1 @@
1
+ require 'optparse'
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: option_parser
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Nobuyoshi Nakada
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A wrapper of 'optparse.rb'.
14
+ email:
15
+ - nobu@ruby-lang.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README
21
+ - lib/option_parser.rb
22
+ homepage: https://github.com/ruby/ruby
23
+ licenses:
24
+ - Ruby
25
+ metadata:
26
+ homepage_uri: https://github.com/ruby/ruby
27
+ source_code_uri: https://github.com/ruby/ruby
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.2.0.pre1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: "'optparse.rb' wrapper."
47
+ test_files: []