kali-chef-deploy 0.2.5.1 → 0.2.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/chef-deploy/cached_deploy.rb +0 -1
- metadata +17 -4
data/Rakefile
CHANGED
@@ -220,7 +220,6 @@ class CachedDeploy
|
|
220
220
|
next if has_gem?(g[:name], g[:version])
|
221
221
|
r = Chef::Resource::GemPackage.new(g[:name], nil, @configuration[:node])
|
222
222
|
r.version g[:version]
|
223
|
-
r.source(g.has_key?(:source) ? g[:source] : "http://gems.github.com")
|
224
223
|
resources << r
|
225
224
|
end
|
226
225
|
resources.each do |r|
|
metadata
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kali-chef-deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 79
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 2
|
9
|
+
- 5
|
10
|
+
- 2
|
11
|
+
version: 0.2.5.2
|
5
12
|
platform: ruby
|
6
13
|
authors:
|
7
14
|
- Ezra Zygmuntowicz
|
@@ -42,21 +49,27 @@ rdoc_options: []
|
|
42
49
|
require_paths:
|
43
50
|
- lib
|
44
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
45
53
|
requirements:
|
46
54
|
- - ">="
|
47
55
|
- !ruby/object:Gem::Version
|
56
|
+
hash: 3
|
57
|
+
segments:
|
58
|
+
- 0
|
48
59
|
version: "0"
|
49
|
-
version:
|
50
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
51
62
|
requirements:
|
52
63
|
- - ">="
|
53
64
|
- !ruby/object:Gem::Version
|
65
|
+
hash: 3
|
66
|
+
segments:
|
67
|
+
- 0
|
54
68
|
version: "0"
|
55
|
-
version:
|
56
69
|
requirements: []
|
57
70
|
|
58
71
|
rubyforge_project:
|
59
|
-
rubygems_version: 1.3.
|
72
|
+
rubygems_version: 1.3.7
|
60
73
|
signing_key:
|
61
74
|
specification_version: 3
|
62
75
|
summary: A gem that provides...
|