soloist 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/soloist +0 -1
  2. data/lib/soloist/version.rb +1 -1
  3. 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
 
@@ -1,3 +1,3 @@
1
1
  module Soloist
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
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: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 5
10
- version: 0.9.5
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-05-12 00:00:00 Z
18
+ date: 2012-07-21 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: chef