soloist 0.9.5 → 0.9.6
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/soloist +0 -1
- data/lib/soloist/version.rb +1 -1
- metadata +4 -4
data/bin/soloist
CHANGED
|
@@ -13,7 +13,6 @@ config_generator.merge_config(YAML.load(soloistrc_contents), soloistrc_path) if
|
|
|
13
13
|
|
|
14
14
|
if ARGV.length >= 1
|
|
15
15
|
requested_recipe = ARGV[0]
|
|
16
|
-
raise "requested recipe '#{requested_recipe}' not in soloistrc or soloistrc_local" unless config_generator.recipes.include?(requested_recipe)
|
|
17
16
|
config_generator.recipes = [requested_recipe]
|
|
18
17
|
end
|
|
19
18
|
|
data/lib/soloist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soloist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 55
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.9.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matthew Kocher
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-07-21 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: chef
|