knife-sharp 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1883776ced8a7c5cceaf4732195ef8ac9aa52faf
4
- data.tar.gz: 7fe5dd589ce02228a9068fc0693dc69bebe57e3d
3
+ metadata.gz: d51e293f04c7dffea511b863a3cb79cd3063f41e
4
+ data.tar.gz: 11c083c28dcabf5f38cc559a0b82a155e788b578
5
5
  SHA512:
6
- metadata.gz: 97bc72e991176812e9b12b73d5ef31a8e3ceec5bf766942e3c344ad311fd3ced8944ce81bff56e357ec75967c2bf718b9bf8174b4fa5f72b0e8aaebe034b8859
7
- data.tar.gz: 9ad43019d1ca1cf77f06d264ac0ecae3ab014cc381ad4853576e36e1621da46d463e77b9180b2ec6e3cd151c7aaba4b90c6672eee0972913278f6c9c34c9620f
6
+ metadata.gz: 0684590e03809cbb22c44bec89978313ce006af6c0058671e064541c7e4830773ad2067c68d10a0bf90e0cb3047049a372a302652938310160dd87f52146200d
7
+ data.tar.gz: ded14b61cab89feb093788c50becce35e9c42e0ef8624aef352ac10febdc1de91b6db68d6063111f7fbc3b3148d284dac3b9c6f0ce863994f83b4f81229c09ec
data/README.md CHANGED
@@ -72,7 +72,7 @@ $ knife sharp align ldap production
72
72
 
73
73
  Cookbooks, data_bags and roles are uploaded, and cookbook versions updated in given environment.
74
74
 
75
- To use all of these features, your knife.rb(s) must provide paths for cookbooks, data bags, roles and environments (see [configuration](#Configuration))
75
+ To use all of these features, your knife.rb(s) must provide paths for cookbooks, data bags, roles and environments (see [configuration](#configuration))
76
76
 
77
77
  ### Ignore list
78
78
 
@@ -55,7 +55,7 @@ module KnifeSharp
55
55
  (local_envs - remote_envs).each do |env|
56
56
  local_env = Chef::Environment.load_from_file(env)
57
57
  message = "* #{local_env.name} environment is local only"
58
- if ignore_list(:environments).include(local_env.name)
58
+ if ignore_list(:environments).include?(local_env.name)
59
59
  message += " (ignored)"
60
60
  else
61
61
  not_up_to_date << local_env
@@ -1,3 +1,3 @@
1
1
  module KnifeSharp
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-sharp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Szalay
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-17 00:00:00.000000000 Z
12
+ date: 2015-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef