chef-server-api 10.16.6 → 10.18.0.rc.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.
- data/Rakefile +3 -3
- data/lib/chef-server-api/version.rb +1 -1
- metadata +35 -50
data/Rakefile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require File.dirname(__FILE__) + '/lib/chef-server-api/version'
|
|
2
2
|
|
|
3
3
|
require 'rubygems'
|
|
4
|
-
require '
|
|
4
|
+
require 'rake/gempackagetask'
|
|
5
5
|
|
|
6
6
|
begin
|
|
7
7
|
require 'merb-core'
|
|
@@ -12,9 +12,9 @@ end
|
|
|
12
12
|
|
|
13
13
|
GEM_NAME = "chef-server-api"
|
|
14
14
|
|
|
15
|
-
spec = eval(File.read("chef-server-api.gemspec")
|
|
15
|
+
spec = eval(File.read("chef-server-api.gemspec"))
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Rake::GemPackageTask.new(spec) do |pkg|
|
|
18
18
|
pkg.gem_spec = spec
|
|
19
19
|
end
|
|
20
20
|
|
metadata
CHANGED
|
@@ -1,32 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-server-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 10.18.0.rc.1
|
|
5
|
+
prerelease: 8
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Opscode
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-12-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: extlib
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.9.16
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.9.16
|
|
30
14
|
- !ruby/object:Gem::Dependency
|
|
31
15
|
name: merb-core
|
|
32
16
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,58 +154,59 @@ files:
|
|
|
170
154
|
- LICENSE
|
|
171
155
|
- README.rdoc
|
|
172
156
|
- Rakefile
|
|
173
|
-
- config/environments/development.rb
|
|
174
157
|
- config/init.rb
|
|
175
|
-
- config/
|
|
158
|
+
- config/environments/development.rb
|
|
176
159
|
- config/router.rb
|
|
177
|
-
-
|
|
160
|
+
- config/rack.rb
|
|
178
161
|
- lib/chef-server-api.rb
|
|
179
|
-
-
|
|
180
|
-
- spec/
|
|
181
|
-
- spec/
|
|
162
|
+
- lib/chef-server-api/version.rb
|
|
163
|
+
- spec/unit/sandbox_file_spec.rb
|
|
164
|
+
- spec/unit/nodes_controller_environments_spec.rb
|
|
165
|
+
- spec/unit/nodes_controller_spec.rb
|
|
182
166
|
- spec/unit/clients_controller_spec.rb
|
|
183
167
|
- spec/unit/cookbooks_controller_spec.rb
|
|
184
168
|
- spec/unit/environments_controller_spec.rb
|
|
185
|
-
- spec/
|
|
186
|
-
- spec/
|
|
187
|
-
- spec/
|
|
169
|
+
- spec/spec_helper.rb
|
|
170
|
+
- spec/spec.opts
|
|
171
|
+
- spec/spec_model_helper.rb
|
|
172
|
+
- app/controllers/roles.rb
|
|
188
173
|
- app/controllers/application.rb
|
|
189
|
-
- app/controllers/clients.rb
|
|
190
174
|
- app/controllers/cookbooks.rb
|
|
191
|
-
- app/controllers/
|
|
175
|
+
- app/controllers/main.rb
|
|
192
176
|
- app/controllers/data_item.rb
|
|
193
|
-
- app/controllers/environments.rb
|
|
194
177
|
- app/controllers/exceptions.rb
|
|
195
|
-
- app/controllers/main.rb
|
|
196
178
|
- app/controllers/nodes.rb
|
|
197
|
-
- app/controllers/
|
|
198
|
-
- app/controllers/sandboxes.rb
|
|
199
|
-
- app/controllers/search.rb
|
|
179
|
+
- app/controllers/environments.rb
|
|
200
180
|
- app/controllers/users.rb
|
|
201
|
-
- app/
|
|
202
|
-
- app/
|
|
181
|
+
- app/controllers/clients.rb
|
|
182
|
+
- app/controllers/data_bags.rb
|
|
183
|
+
- app/controllers/search.rb
|
|
184
|
+
- app/controllers/sandboxes.rb
|
|
203
185
|
- app/models/sandbox_file.rb
|
|
204
|
-
- app/views/
|
|
186
|
+
- app/views/main/index.html.erb
|
|
187
|
+
- app/views/exceptions/standard_error.html.erb
|
|
205
188
|
- app/views/exceptions/internal_server_error.html.erb
|
|
206
|
-
- app/views/exceptions/not_acceptable.html.haml
|
|
207
189
|
- app/views/exceptions/not_found.html.erb
|
|
208
|
-
- app/views/exceptions/
|
|
190
|
+
- app/views/exceptions/bad_request.json.erb
|
|
191
|
+
- app/views/exceptions/not_acceptable.html.haml
|
|
209
192
|
- app/views/layout/application.html.erb
|
|
210
|
-
- app/
|
|
211
|
-
-
|
|
193
|
+
- app/helpers/tarball_helper.rb
|
|
194
|
+
- app/helpers/cookbook_version_helper.rb
|
|
212
195
|
- public/images/indicator.gif
|
|
213
196
|
- public/images/merb.jpg
|
|
197
|
+
- public/images/avatar.png
|
|
214
198
|
- public/stylesheets/base.css
|
|
215
199
|
- public/stylesheets/chef.css
|
|
216
|
-
- public/stylesheets/themes/
|
|
217
|
-
- public/stylesheets/themes/bec-green/style.css
|
|
200
|
+
- public/stylesheets/themes/kathleene/style.css
|
|
218
201
|
- public/stylesheets/themes/blue/style.css
|
|
219
|
-
- public/stylesheets/themes/default/style.css
|
|
220
202
|
- public/stylesheets/themes/djime-cerulean/style.css
|
|
221
|
-
- public/stylesheets/themes/kathleene/style.css
|
|
222
203
|
- public/stylesheets/themes/orange/style.css
|
|
204
|
+
- public/stylesheets/themes/default/style.css
|
|
223
205
|
- public/stylesheets/themes/reidb-greenish/style.css
|
|
224
|
-
-
|
|
206
|
+
- public/stylesheets/themes/bec-green/style.css
|
|
207
|
+
- public/stylesheets/themes/bec/style.css
|
|
208
|
+
- !binary |-
|
|
209
|
+
YmluL2NoZWYtc2VydmVy
|
|
225
210
|
- config.ru
|
|
226
211
|
- development.ru
|
|
227
212
|
homepage: http://wiki.opscode.com/display/chef
|
|
@@ -239,12 +224,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
239
224
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
225
|
none: false
|
|
241
226
|
requirements:
|
|
242
|
-
- - ! '
|
|
227
|
+
- - ! '>'
|
|
243
228
|
- !ruby/object:Gem::Version
|
|
244
|
-
version:
|
|
229
|
+
version: 1.3.1
|
|
245
230
|
requirements: []
|
|
246
231
|
rubyforge_project:
|
|
247
|
-
rubygems_version: 1.8.
|
|
232
|
+
rubygems_version: 1.8.21
|
|
248
233
|
signing_key:
|
|
249
234
|
specification_version: 3
|
|
250
235
|
summary: A systems integration framework, built to bring the benefits of configuration
|