nib 1.2.2 → 1.3.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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bin/nib +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2df2eeac6e678d790c68a32cb929ad5942e4f202
|
|
4
|
+
data.tar.gz: 766215d7e95c7f6c0b86e46de8088a013de080b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b495773e74bb803520ed52d1342b585c14e87f1081777b21ba6a89daeda9084397061b8c3291cd11fbdf8ea68978970db58384cae0781f22853a3f8684fe956d
|
|
7
|
+
data.tar.gz: 816c4025ff4af3a5bcd8514b907c5c9c8519ed5f6ceeb758f3fd5fe24d40353950638b2428f101a37720f029bc952a7702a2764c84070f8e65fe91684001c810
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
data/bin/nib
CHANGED
|
@@ -16,6 +16,13 @@ preserve_argv true
|
|
|
16
16
|
|
|
17
17
|
GLI::Commands::Help.skips_post = false
|
|
18
18
|
|
|
19
|
+
flag(
|
|
20
|
+
%i(f file),
|
|
21
|
+
arg_name: 'FILE',
|
|
22
|
+
desc: 'Specify an alternate compose file',
|
|
23
|
+
default_value: 'docker-compose.yml'
|
|
24
|
+
)
|
|
25
|
+
|
|
19
26
|
pre do |global, command, options, args|
|
|
20
27
|
# Pre logic here
|
|
21
28
|
# Return true to proceed; false to abort and not call the
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Allen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-01-
|
|
12
|
+
date: 2017-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: gli
|