knife-chop 0.7.0 → 0.7.1
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.
- checksums.yaml +5 -13
- data/Gemfile +1 -0
- data/Gemfile.lock +5 -4
- data/VERSION +1 -1
- data/knife-chop.iml +3 -6
- data/lib/chef/knife/chop_base.rb +14 -10
- data/lib/chef/knife/chop_upload.rb +0 -1
- metadata +39 -39
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
ZWE3NjU2NDg4NzYyNWNmZTdkZWUwN2FiZDNlYWI4MDc3NWE0MDA0Nw==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1722a1f8ec18005aa407bdfa3ea83642e25d8e41
|
|
4
|
+
data.tar.gz: 4d25235cdec83d39ce4e629f2d31017d9017f1ed
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
N2Y5NDhhOTIwN2RiNzhiOTJmZmNiN2FmYTYzOTI0NThjNTdkOGE2ZmUyMzky
|
|
11
|
-
NzQ3ZjZlNzg0NDlkZjU5MDNhZGMwZTM1NDY1OGE0NjgzZDNkYjY=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
ZWIzZmZiYmI2MDRmZDllMjE0YmQyMzRlOGYzNmZjOGM1ZWZmOWYyYzhiNjYy
|
|
14
|
-
NWJmOTY2MzFjNjJmNWIxNWMyNTRiMDMzNjMwNjgwMGU4NTM3NTdkYjM3YzM3
|
|
15
|
-
Y2VmNGFiYWNiMGQ2ZmI4OGY4ZWQ5ZTMyNTI0YzUxN2M4NmEwYWU=
|
|
6
|
+
metadata.gz: 8f4dc19f63f4d545fd42aec481b81e291411bfb70a7e378e00aa7045eb8ccc5c332d42f7c20c9d62e80f0722cfca78540e7f28cc87d81c2e692ebda483b2072e
|
|
7
|
+
data.tar.gz: 3f58afbf1dbbc4e37fb671c48f53e4757128eae402fa0c942731d9aa99276933bf830beacb8b6e7eb7401fb7ef1352560e776a39f23157800612efd73d7def0d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
knife-chop (0.7.
|
|
4
|
+
knife-chop (0.7.1)
|
|
5
5
|
awesome_print (~> 1.2, >= 1.2.0)
|
|
6
6
|
chef (~> 11.12, >= 11.10.0)
|
|
7
7
|
colorize (~> 0.7, >= 0.7.1)
|
|
@@ -45,7 +45,7 @@ GEM
|
|
|
45
45
|
mixlib-log (~> 1.3)
|
|
46
46
|
rack
|
|
47
47
|
coderay (1.1.0)
|
|
48
|
-
colorize (0.7.
|
|
48
|
+
colorize (0.7.3)
|
|
49
49
|
descendants_tracker (0.0.4)
|
|
50
50
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
51
51
|
diff-lcs (1.2.5)
|
|
@@ -120,7 +120,7 @@ GEM
|
|
|
120
120
|
mixlib-config (2.1.0)
|
|
121
121
|
mixlib-log (1.6.0)
|
|
122
122
|
mixlib-shellout (1.4.0)
|
|
123
|
-
multi_json (1.10.
|
|
123
|
+
multi_json (1.10.1)
|
|
124
124
|
multi_xml (0.5.5)
|
|
125
125
|
multipart-post (2.0.0)
|
|
126
126
|
net-scp (1.2.1)
|
|
@@ -154,7 +154,7 @@ GEM
|
|
|
154
154
|
method_source (~> 0.8)
|
|
155
155
|
slop (~> 3.4)
|
|
156
156
|
rack (1.5.2)
|
|
157
|
-
rake (10.3.
|
|
157
|
+
rake (10.3.2)
|
|
158
158
|
rdoc (4.1.1)
|
|
159
159
|
json (~> 1.4)
|
|
160
160
|
rest-client (1.6.7)
|
|
@@ -210,6 +210,7 @@ DEPENDENCIES
|
|
|
210
210
|
knife-ec2 (~> 0.6, >= 0.6.6)
|
|
211
211
|
logging (~> 1.8, >= 1.8.2)
|
|
212
212
|
mixlib-config (~> 2.1, >= 2.1.0)
|
|
213
|
+
rake
|
|
213
214
|
rspec (~> 2.14, >= 2.14.1)
|
|
214
215
|
safe_yaml
|
|
215
216
|
unf (~> 0.1, >= 0.1.4)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.1
|
data/knife-chop.iml
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<orderEntry type="library" scope="PROVIDED" name="chef (v11.12.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
106
106
|
<orderEntry type="library" scope="PROVIDED" name="chef-zero (v2.0.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
107
107
|
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
108
|
-
<orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.
|
|
108
|
+
<orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
109
109
|
<orderEntry type="library" scope="PROVIDED" name="descendants_tracker (v0.0.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
110
110
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
111
111
|
<orderEntry type="library" scope="PROVIDED" name="em-winrm (v0.5.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
<orderEntry type="library" scope="PROVIDED" name="gssapi (v1.0.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
122
122
|
<orderEntry type="library" scope="PROVIDED" name="gyoku (v1.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
123
123
|
<orderEntry type="library" scope="PROVIDED" name="hashie (v2.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
124
|
-
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.21, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
125
124
|
<orderEntry type="library" scope="PROVIDED" name="httpclient (v2.3.4.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
126
125
|
<orderEntry type="library" scope="PROVIDED" name="httpi (v0.9.7, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
127
126
|
<orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
@@ -141,20 +140,19 @@
|
|
|
141
140
|
<orderEntry type="library" scope="PROVIDED" name="mixlib-config (v2.1.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
142
141
|
<orderEntry type="library" scope="PROVIDED" name="mixlib-log (v1.6.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
143
142
|
<orderEntry type="library" scope="PROVIDED" name="mixlib-shellout (v1.4.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
144
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.
|
|
143
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
145
144
|
<orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.5.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
146
145
|
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
147
146
|
<orderEntry type="library" scope="PROVIDED" name="net-scp (v1.2.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
148
147
|
<orderEntry type="library" scope="PROVIDED" name="net-ssh (v2.9.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
149
148
|
<orderEntry type="library" scope="PROVIDED" name="net-ssh-gateway (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
150
149
|
<orderEntry type="library" scope="PROVIDED" name="net-ssh-multi (v1.2.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
151
|
-
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.2.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
152
150
|
<orderEntry type="library" scope="PROVIDED" name="nori (v1.1.5, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
153
151
|
<orderEntry type="library" scope="PROVIDED" name="oauth2 (v0.9.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
154
152
|
<orderEntry type="library" scope="PROVIDED" name="ohai (v7.0.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
155
153
|
<orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
156
154
|
<orderEntry type="library" scope="PROVIDED" name="rack (v1.5.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
157
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.
|
|
155
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
158
156
|
<orderEntry type="library" scope="PROVIDED" name="rdoc (v4.1.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
159
157
|
<orderEntry type="library" scope="PROVIDED" name="rest-client (v1.6.7, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
160
158
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
@@ -168,7 +166,6 @@
|
|
|
168
166
|
<orderEntry type="library" scope="PROVIDED" name="systemu (v2.5.2, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
169
167
|
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
170
168
|
<orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
171
|
-
<orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.6, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
172
169
|
<orderEntry type="library" scope="PROVIDED" name="uuidtools (v2.1.4, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
173
170
|
<orderEntry type="library" scope="PROVIDED" name="wasabi (v1.0.0, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
|
174
171
|
<orderEntry type="library" scope="PROVIDED" name="winrm (v1.1.3, RVM: ruby-1.9.3-p545 [knife-chop]) [gem]" level="application" />
|
data/lib/chef/knife/chop_base.rb
CHANGED
|
@@ -658,16 +658,20 @@ class Chef
|
|
|
658
658
|
raise ChopError.new "Oops! Where is the '#{chef}' directory? Also check cookbook path '#{@config[:cookbook_path]}'" unless File.directory?(chef)
|
|
659
659
|
abs = File.realpath(File.expand_path("#{chef}/#{path}"))
|
|
660
660
|
raise ChopError.new "Oops! Does 'chef/#{path}' directory exist?" unless File.directory?(abs)
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
661
|
+
begin
|
|
662
|
+
Dir.glob("#{abs}/*").each{ |f|
|
|
663
|
+
match = File.basename(f).match(file_regex)
|
|
664
|
+
if match
|
|
665
|
+
name = match[1]
|
|
666
|
+
ext = match[2]
|
|
667
|
+
set[ext] = {} unless set[ext]
|
|
668
|
+
@logger.trace "#{name} =~ #{regex}"
|
|
669
|
+
set[ext][name] = f if name.match(regex)
|
|
670
|
+
end
|
|
671
|
+
}
|
|
672
|
+
rescue RegexpError => e
|
|
673
|
+
raise ChopError.new "The regular expression attempting to match resources in '#{path}' is incorrect! #{e.message}"
|
|
674
|
+
end
|
|
671
675
|
@logger.debug "getPathSet set=#{set.ai}"
|
|
672
676
|
res = {}
|
|
673
677
|
# Iterate extension sets in increasing precedence order ...
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-chop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christo De Lange
|
|
@@ -14,180 +14,180 @@ dependencies:
|
|
|
14
14
|
name: awesome_print
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 1.2.0
|
|
20
|
-
- - ~>
|
|
20
|
+
- - "~>"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '1.2'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- -
|
|
27
|
+
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 1.2.0
|
|
30
|
-
- - ~>
|
|
30
|
+
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '1.2'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: colorize
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- -
|
|
37
|
+
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 0.7.1
|
|
40
|
-
- - ~>
|
|
40
|
+
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0.7'
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- -
|
|
47
|
+
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: 0.7.1
|
|
50
|
-
- - ~>
|
|
50
|
+
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '0.7'
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: logging
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- -
|
|
57
|
+
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
59
|
version: 1.8.2
|
|
60
|
-
- - ~>
|
|
60
|
+
- - "~>"
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: '1.8'
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- -
|
|
67
|
+
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: 1.8.2
|
|
70
|
-
- - ~>
|
|
70
|
+
- - "~>"
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
72
|
version: '1.8'
|
|
73
73
|
- !ruby/object:Gem::Dependency
|
|
74
74
|
name: inifile
|
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
|
77
|
-
- -
|
|
77
|
+
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
79
|
version: 2.0.2
|
|
80
|
-
- - ~>
|
|
80
|
+
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '2.0'
|
|
83
83
|
type: :runtime
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 2.0.2
|
|
90
|
-
- - ~>
|
|
90
|
+
- - "~>"
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: '2.0'
|
|
93
93
|
- !ruby/object:Gem::Dependency
|
|
94
94
|
name: json
|
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
|
96
96
|
requirements:
|
|
97
|
-
- -
|
|
97
|
+
- - ">="
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: 1.8.1
|
|
100
|
-
- - ~>
|
|
100
|
+
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: '1.8'
|
|
103
103
|
type: :runtime
|
|
104
104
|
prerelease: false
|
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- -
|
|
107
|
+
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: 1.8.1
|
|
110
|
-
- - ~>
|
|
110
|
+
- - "~>"
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
112
|
version: '1.8'
|
|
113
113
|
- !ruby/object:Gem::Dependency
|
|
114
114
|
name: mixlib-config
|
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- -
|
|
117
|
+
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
119
|
version: 2.1.0
|
|
120
|
-
- - ~>
|
|
120
|
+
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '2.1'
|
|
123
123
|
type: :runtime
|
|
124
124
|
prerelease: false
|
|
125
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
126
|
requirements:
|
|
127
|
-
- -
|
|
127
|
+
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
129
|
version: 2.1.0
|
|
130
|
-
- - ~>
|
|
130
|
+
- - "~>"
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
132
|
version: '2.1'
|
|
133
133
|
- !ruby/object:Gem::Dependency
|
|
134
134
|
name: chef
|
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
|
136
136
|
requirements:
|
|
137
|
-
- -
|
|
137
|
+
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: 11.10.0
|
|
140
|
-
- - ~>
|
|
140
|
+
- - "~>"
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '11.12'
|
|
143
143
|
type: :runtime
|
|
144
144
|
prerelease: false
|
|
145
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
146
146
|
requirements:
|
|
147
|
-
- -
|
|
147
|
+
- - ">="
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
149
|
version: 11.10.0
|
|
150
|
-
- - ~>
|
|
150
|
+
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '11.12'
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: unf
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
|
156
156
|
requirements:
|
|
157
|
-
- -
|
|
157
|
+
- - ">="
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: 0.1.4
|
|
160
|
-
- - ~>
|
|
160
|
+
- - "~>"
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
162
|
version: '0.1'
|
|
163
163
|
type: :runtime
|
|
164
164
|
prerelease: false
|
|
165
165
|
version_requirements: !ruby/object:Gem::Requirement
|
|
166
166
|
requirements:
|
|
167
|
-
- -
|
|
167
|
+
- - ">="
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
169
|
version: 0.1.4
|
|
170
|
-
- - ~>
|
|
170
|
+
- - "~>"
|
|
171
171
|
- !ruby/object:Gem::Version
|
|
172
172
|
version: '0.1'
|
|
173
173
|
- !ruby/object:Gem::Dependency
|
|
174
174
|
name: knife-ec2
|
|
175
175
|
requirement: !ruby/object:Gem::Requirement
|
|
176
176
|
requirements:
|
|
177
|
-
- -
|
|
177
|
+
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: 0.6.6
|
|
180
|
-
- - ~>
|
|
180
|
+
- - "~>"
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: '0.6'
|
|
183
183
|
type: :runtime
|
|
184
184
|
prerelease: false
|
|
185
185
|
version_requirements: !ruby/object:Gem::Requirement
|
|
186
186
|
requirements:
|
|
187
|
-
- -
|
|
187
|
+
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
189
|
version: 0.6.6
|
|
190
|
-
- - ~>
|
|
190
|
+
- - "~>"
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: '0.6'
|
|
193
193
|
description: Knife plugin to assist with the upload and sync of Chef server assets
|
|
@@ -265,12 +265,12 @@ require_paths:
|
|
|
265
265
|
- lib
|
|
266
266
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
267
267
|
requirements:
|
|
268
|
-
- -
|
|
268
|
+
- - ">="
|
|
269
269
|
- !ruby/object:Gem::Version
|
|
270
270
|
version: '0'
|
|
271
271
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
272
272
|
requirements:
|
|
273
|
-
- -
|
|
273
|
+
- - ">="
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
275
|
version: '0'
|
|
276
276
|
requirements: []
|