shellopts 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shellopts.rb +1 -0
- data/lib/shellopts/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35b358de39fe1966b1f9ad95dd2e92b296e86f122439a0e69d9ca3367005e279
|
4
|
+
data.tar.gz: 6080ae9b374490c0a39f70a440b65e80a711756646997e2589d059c627c9c12a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ac618dcd5a918827b7a57dd8b462352f8f464e844428eac60aabd5c3cca220a89898f3bd1f4abf7e5d8f8dbac9bfb46dfd22c8a1d4baf300683fc2ccbe24630
|
7
|
+
data.tar.gz: a278e013c2a8e2ec673c4dc8ebb0198a8060e71164a5b3d3d68f48ec5f56009b1d2589f5f069855d640e7c76f50fe7493ea21e2118c331803e1e0ef003e83178
|
data/lib/shellopts.rb
CHANGED
@@ -2,6 +2,7 @@ require "shellopts/version"
|
|
2
2
|
|
3
3
|
require 'shellopts/compiler.rb'
|
4
4
|
require 'shellopts/parser.rb'
|
5
|
+
require 'shellopts/utils.rb'
|
5
6
|
|
6
7
|
# ShellOpts is a library for parsing command line options and sub-commands. The
|
7
8
|
# library API consists of the methods {ShellOpts.process}, {ShellOpts.error},
|
data/lib/shellopts/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shellopts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Claus Rasmussen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|