knife-sharp 0.1.7 → 0.1.8
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/lib/chef/knife/sharp-align.rb +2 -1
- data/lib/knife-sharp.rb +1 -1
- metadata +2 -2
|
@@ -138,7 +138,8 @@ module KnifeSharp
|
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
if all or answer == "Y"
|
|
141
|
-
|
|
141
|
+
# Force "= a.b.c" in cookbook version, as chef11 will not accept "a.b.c"
|
|
142
|
+
env.cookbook_versions[cb] = "= #{version}"
|
|
142
143
|
bumped << @loader[cb]
|
|
143
144
|
else
|
|
144
145
|
ui.msg "* Skipping #{cb} cookbook"
|
data/lib/knife-sharp.rb
CHANGED
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.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-03-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: chef
|