fig 0.1.36 → 0.1.37
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.
- data/bin/fig +1 -1
- metadata +2 -2
data/bin/fig
CHANGED
|
@@ -183,7 +183,7 @@ elsif shell_command
|
|
|
183
183
|
env.execute_shell(shell_command) { |cmd| os.shell_exec cmd }
|
|
184
184
|
elsif argv[0]
|
|
185
185
|
package_name, config_name, version_name = parse_descriptor(argv.shift)
|
|
186
|
-
env.include_config(package, package_name, config_name, version_name)
|
|
186
|
+
env.include_config(package, package_name, config_name, version_name, nil)
|
|
187
187
|
env.execute_config(package, package_name, config_name, nil, argv) { |cmd| os.shell_exec cmd }
|
|
188
188
|
elsif input
|
|
189
189
|
env.execute_config(package, nil, options[:config], nil, argv) { |cmd| os.shell_exec cmd }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Foemmel
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2011-09-
|
|
12
|
+
date: 2011-09-09 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|