chef-server-webui 10.12.0 → 10.14.0.beta.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.
@@ -1,3 +1,3 @@
1
1
  module ChefServerWebui
2
- VERSION = '10.12.0'
2
+ VERSION = '10.14.0.beta.1'
3
3
  end
@@ -116,7 +116,7 @@ $(document).ready(function(){
116
116
  });
117
117
 
118
118
  // livequery hidden form for link_to ajax magic
119
- $(document.body).delegate('a[method]', 'click', function(event){
119
+ $(document.body).delegate('a[method]', 'click', function(e){
120
120
  var $this = $(this);
121
121
  var message = $this.attr('confirm'), method = $this.attr('method');
122
122
 
@@ -125,12 +125,12 @@ $(document).ready(function(){
125
125
  }
126
126
 
127
127
  if (message && !confirm(message)) {
128
- event.preventDefault();
128
+ e.preventDefault(e);
129
129
  return;
130
130
  }
131
131
 
132
132
  if (method === 'post' || method === 'put' || method === 'delete') {
133
- event.preventDefault();
133
+ e.preventDefault(e);
134
134
  var form = $("<form/>").attr('method', 'post').attr('action', this.href).attr('style', 'display: none');
135
135
  if (method !== "post") {
136
136
  form.append($('<input type="hidden" name="_method"/>').attr('value', method));
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-server-webui
3
3
  version: !ruby/object:Gem::Version
4
- hash: 127
5
- prerelease:
4
+ hash: -3740183892
5
+ prerelease: 8
6
6
  segments:
7
7
  - 10
8
- - 12
8
+ - 14
9
9
  - 0
10
- version: 10.12.0
10
+ - beta
11
+ - 1
12
+ version: 10.14.0.beta.1
11
13
  platform: ruby
12
14
  authors:
13
15
  - Opscode
@@ -15,10 +17,10 @@ autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2012-06-18 00:00:00 Z
20
+ date: 2012-07-02 00:00:00 Z
19
21
  dependencies:
20
22
  - !ruby/object:Gem::Dependency
21
- requirement: &id001 !ruby/object:Gem::Requirement
23
+ version_requirements: &id001 !ruby/object:Gem::Requirement
22
24
  none: false
23
25
  requirements:
24
26
  - - ~>
@@ -29,12 +31,12 @@ dependencies:
29
31
  - 1
30
32
  - 0
31
33
  version: 1.1.0
32
- version_requirements: *id001
33
34
  name: merb-core
34
35
  prerelease: false
35
36
  type: :runtime
37
+ requirement: *id001
36
38
  - !ruby/object:Gem::Dependency
37
- requirement: &id002 !ruby/object:Gem::Requirement
39
+ version_requirements: &id002 !ruby/object:Gem::Requirement
38
40
  none: false
39
41
  requirements:
40
42
  - - ~>
@@ -45,12 +47,12 @@ dependencies:
45
47
  - 1
46
48
  - 0
47
49
  version: 1.1.0
48
- version_requirements: *id002
49
50
  name: merb-assets
50
51
  prerelease: false
51
52
  type: :runtime
53
+ requirement: *id002
52
54
  - !ruby/object:Gem::Dependency
53
- requirement: &id003 !ruby/object:Gem::Requirement
55
+ version_requirements: &id003 !ruby/object:Gem::Requirement
54
56
  none: false
55
57
  requirements:
56
58
  - - ~>
@@ -61,12 +63,12 @@ dependencies:
61
63
  - 1
62
64
  - 0
63
65
  version: 1.1.0
64
- version_requirements: *id003
65
66
  name: merb-helpers
66
67
  prerelease: false
67
68
  type: :runtime
69
+ requirement: *id003
68
70
  - !ruby/object:Gem::Dependency
69
- requirement: &id004 !ruby/object:Gem::Requirement
71
+ version_requirements: &id004 !ruby/object:Gem::Requirement
70
72
  none: false
71
73
  requirements:
72
74
  - - ~>
@@ -77,12 +79,12 @@ dependencies:
77
79
  - 1
78
80
  - 0
79
81
  version: 1.1.0
80
- version_requirements: *id004
81
82
  name: merb-haml
82
83
  prerelease: false
83
84
  type: :runtime
85
+ requirement: *id004
84
86
  - !ruby/object:Gem::Dependency
85
- requirement: &id005 !ruby/object:Gem::Requirement
87
+ version_requirements: &id005 !ruby/object:Gem::Requirement
86
88
  none: false
87
89
  requirements:
88
90
  - - ~>
@@ -93,12 +95,12 @@ dependencies:
93
95
  - 1
94
96
  - 0
95
97
  version: 1.1.0
96
- version_requirements: *id005
97
98
  name: merb-param-protection
98
99
  prerelease: false
99
100
  type: :runtime
101
+ requirement: *id005
100
102
  - !ruby/object:Gem::Dependency
101
- requirement: &id006 !ruby/object:Gem::Requirement
103
+ version_requirements: &id006 !ruby/object:Gem::Requirement
102
104
  none: false
103
105
  requirements:
104
106
  - - ">="
@@ -107,12 +109,12 @@ dependencies:
107
109
  segments:
108
110
  - 0
109
111
  version: "0"
110
- version_requirements: *id006
111
112
  name: thin
112
113
  prerelease: false
113
114
  type: :runtime
115
+ requirement: *id006
114
116
  - !ruby/object:Gem::Dependency
115
- requirement: &id007 !ruby/object:Gem::Requirement
117
+ version_requirements: &id007 !ruby/object:Gem::Requirement
116
118
  none: false
117
119
  requirements:
118
120
  - - ">="
@@ -121,12 +123,12 @@ dependencies:
121
123
  segments:
122
124
  - 0
123
125
  version: "0"
124
- version_requirements: *id007
125
126
  name: haml
126
127
  prerelease: false
127
128
  type: :runtime
129
+ requirement: *id007
128
130
  - !ruby/object:Gem::Dependency
129
- requirement: &id008 !ruby/object:Gem::Requirement
131
+ version_requirements: &id008 !ruby/object:Gem::Requirement
130
132
  none: false
131
133
  requirements:
132
134
  - - ">="
@@ -135,12 +137,12 @@ dependencies:
135
137
  segments:
136
138
  - 0
137
139
  version: "0"
138
- version_requirements: *id008
139
140
  name: ruby-openid
140
141
  prerelease: false
141
142
  type: :runtime
143
+ requirement: *id008
142
144
  - !ruby/object:Gem::Dependency
143
- requirement: &id009 !ruby/object:Gem::Requirement
145
+ version_requirements: &id009 !ruby/object:Gem::Requirement
144
146
  none: false
145
147
  requirements:
146
148
  - - ">="
@@ -149,10 +151,10 @@ dependencies:
149
151
  segments:
150
152
  - 0
151
153
  version: "0"
152
- version_requirements: *id009
153
154
  name: coderay
154
155
  prerelease: false
155
156
  type: :runtime
157
+ requirement: *id009
156
158
  description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
157
159
  email: chef@opscode.com
158
160
  executables:
@@ -170,202 +172,202 @@ files:
170
172
  - config.ru
171
173
  - bin/chef-server-webui
172
174
  - config/init.rb
173
- - config/router.rb
174
- - config/rack.rb
175
175
  - config/environments/development.rb
176
176
  - config/environments/production.rb
177
+ - config/router.rb
178
+ - config/rack.rb
179
+ - lib/chef-server-webui/version.rb
177
180
  - lib/chef-server-webui/merbtasks.rb
178
181
  - lib/chef-server-webui/slicetasks.rb
179
- - lib/chef-server-webui/version.rb
180
182
  - lib/chef-server-webui/spectasks.rb
181
183
  - lib/chef-server-webui.rb
182
- - app/views/layout/_jsonedit.html.haml
183
- - app/views/layout/login.html.haml
184
- - app/views/layout/application.html.haml
185
- - app/views/openid_login/index.html.haml
184
+ - app/controllers/databags.rb
185
+ - app/controllers/databag_items.rb
186
+ - app/controllers/roles.rb
187
+ - app/controllers/application.rb
188
+ - app/controllers/search_entries.rb
189
+ - app/controllers/cookbooks.rb
190
+ - app/controllers/main.rb
191
+ - app/controllers/exceptions.rb
192
+ - app/controllers/openid_consumer.rb
193
+ - app/controllers/nodes.rb
194
+ - app/controllers/environments.rb
195
+ - app/controllers/users.rb
196
+ - app/controllers/clients.rb
197
+ - app/controllers/status.rb
198
+ - app/controllers/search.rb
199
+ - app/views/openid_register/show.html.haml
200
+ - app/views/openid_register/index.html.haml
201
+ - app/views/databags/show.html.haml
202
+ - app/views/databags/_item_navigation.html.haml
203
+ - app/views/databags/new.html.haml
204
+ - app/views/databags/_form.html.haml
205
+ - app/views/databags/_navigation.html.haml
206
+ - app/views/databags/index.html.haml
207
+ - app/views/databags/edit.html.haml
208
+ - app/views/environments/show.html.haml
209
+ - app/views/environments/_form.html.erb
210
+ - app/views/environments/_version_selector.html.erb
211
+ - app/views/environments/_navigation.html.haml
212
+ - app/views/environments/new.html.erb
213
+ - app/views/environments/index.html.haml
214
+ - app/views/environments/edit.html.erb
215
+ - app/views/main/index.html.erb
216
+ - app/views/openid_consumer/index.html.haml
217
+ - app/views/openid_consumer/start.html.haml
218
+ - app/views/roles/show.html.haml
219
+ - app/views/roles/new.html.haml
220
+ - app/views/roles/_form.html.erb
221
+ - app/views/roles/_navigation.html.haml
222
+ - app/views/roles/index.html.haml
223
+ - app/views/roles/_run_lists.html.erb
224
+ - app/views/roles/edit.html.haml
225
+ - app/views/exceptions/standard_error.html.erb
226
+ - app/views/exceptions/internal_server_error.html.erb
227
+ - app/views/exceptions/not_found.html.erb
228
+ - app/views/exceptions/bad_request.json.erb
229
+ - app/views/exceptions/admin_access_required.html.haml
230
+ - app/views/exceptions/not_acceptable.html.erb
231
+ - app/views/cookbooks/show.html.haml
232
+ - app/views/cookbooks/_cookbook_content.html.haml
233
+ - app/views/cookbooks/index.html.haml
234
+ - app/views/clients/show.html.haml
186
235
  - app/views/clients/new.html.haml
236
+ - app/views/clients/_form.html.haml
187
237
  - app/views/clients/_navigation.html.haml
188
- - app/views/clients/show.html.haml
189
238
  - app/views/clients/index.html.haml
190
- - app/views/clients/_form.html.haml
191
239
  - app/views/clients/edit.html.haml
192
- - app/views/openid_register/show.html.haml
193
- - app/views/openid_register/index.html.haml
240
+ - app/views/databag_items/show.html.haml
241
+ - app/views/databag_items/new.html.haml
242
+ - app/views/databag_items/_form.html.haml
243
+ - app/views/databag_items/_navigation.html.haml
244
+ - app/views/databag_items/index.html.haml
245
+ - app/views/databag_items/edit.html.haml
194
246
  - app/views/status/index.html.haml
247
+ - app/views/layout/login.html.haml
248
+ - app/views/layout/application.html.haml
249
+ - app/views/layout/_jsonedit.html.haml
250
+ - app/views/search_entries/show.html.haml
251
+ - app/views/search_entries/index.html.haml
252
+ - app/views/openid_login/index.html.haml
253
+ - app/views/users/show.html.haml
195
254
  - app/views/users/new.html.haml
255
+ - app/views/users/_form.html.haml
196
256
  - app/views/users/login.html.haml
197
257
  - app/views/users/_navigation.html.haml
198
- - app/views/users/start.html.haml
199
- - app/views/users/show.html.haml
200
258
  - app/views/users/index.html.haml
201
- - app/views/users/_form.html.haml
259
+ - app/views/users/start.html.haml
202
260
  - app/views/users/edit.html.haml
203
- - app/views/openid_consumer/start.html.haml
204
- - app/views/openid_consumer/index.html.haml
205
- - app/views/main/index.html.erb
206
- - app/views/cookbooks/show.html.haml
207
- - app/views/cookbooks/index.html.haml
208
- - app/views/cookbooks/_cookbook_content.html.haml
209
- - app/views/nodes/new.html.haml
210
- - app/views/nodes/_navigation.html.haml
211
261
  - app/views/nodes/show.html.haml
262
+ - app/views/nodes/new.html.haml
212
263
  - app/views/nodes/_form.html.erb
213
264
  - app/views/nodes/_resource.html.haml
214
- - app/views/nodes/index.html.haml
215
265
  - app/views/nodes/_action.html.haml
266
+ - app/views/nodes/_navigation.html.haml
267
+ - app/views/nodes/index.html.haml
216
268
  - app/views/nodes/edit.html.haml
217
- - app/views/exceptions/not_acceptable.html.erb
218
- - app/views/exceptions/not_found.html.erb
219
- - app/views/exceptions/bad_request.json.erb
220
- - app/views/exceptions/internal_server_error.html.erb
221
- - app/views/exceptions/standard_error.html.erb
222
- - app/views/exceptions/admin_access_required.html.haml
223
- - app/views/databags/new.html.haml
224
- - app/views/databags/_navigation.html.haml
225
- - app/views/databags/show.html.haml
226
- - app/views/databags/index.html.haml
227
- - app/views/databags/_item_navigation.html.haml
228
- - app/views/databags/_form.html.haml
229
- - app/views/databags/edit.html.haml
230
269
  - app/views/search/show.html.haml
231
- - app/views/search/index.html.haml
232
270
  - app/views/search/_search_form.html.haml
233
- - app/views/search_entries/show.html.haml
234
- - app/views/search_entries/index.html.haml
235
- - app/views/databag_items/new.html.haml
236
- - app/views/databag_items/_navigation.html.haml
237
- - app/views/databag_items/show.html.haml
238
- - app/views/databag_items/index.html.haml
239
- - app/views/databag_items/_form.html.haml
240
- - app/views/databag_items/edit.html.haml
241
- - app/views/roles/new.html.haml
242
- - app/views/roles/_run_lists.html.erb
243
- - app/views/roles/_navigation.html.haml
244
- - app/views/roles/show.html.haml
245
- - app/views/roles/_form.html.erb
246
- - app/views/roles/index.html.haml
247
- - app/views/roles/edit.html.haml
248
- - app/views/environments/_navigation.html.haml
249
- - app/views/environments/new.html.erb
250
- - app/views/environments/show.html.haml
251
- - app/views/environments/_form.html.erb
252
- - app/views/environments/index.html.haml
253
- - app/views/environments/_version_selector.html.erb
254
- - app/views/environments/edit.html.erb
255
- - app/controllers/search.rb
256
- - app/controllers/exceptions.rb
257
- - app/controllers/nodes.rb
258
- - app/controllers/application.rb
259
- - app/controllers/databags.rb
260
- - app/controllers/openid_consumer.rb
261
- - app/controllers/main.rb
262
- - app/controllers/search_entries.rb
263
- - app/controllers/status.rb
264
- - app/controllers/roles.rb
265
- - app/controllers/users.rb
266
- - app/controllers/clients.rb
267
- - app/controllers/environments.rb
268
- - app/controllers/databag_items.rb
269
- - app/controllers/cookbooks.rb
270
- - app/helpers/application_helper.rb
271
+ - app/views/search/index.html.haml
271
272
  - app/helpers/status_helper.rb
273
+ - app/helpers/application_helper.rb
274
+ - public/facebox/README.txt
275
+ - public/facebox/bl.png
276
+ - public/facebox/closelabel.gif
272
277
  - public/facebox/tr.png
278
+ - public/facebox/b.png
279
+ - public/facebox/facebox.css
273
280
  - public/facebox/facebox.js
274
281
  - public/facebox/br.png
275
- - public/facebox/facebox.css
276
- - public/facebox/closelabel.gif
277
- - public/facebox/tl.png
278
- - public/facebox/README.txt
279
- - public/facebox/b.png
280
- - public/facebox/bl.png
281
282
  - public/facebox/loading.gif
282
- - public/javascripts/jquery.tools.min.js
283
- - public/javascripts/jquery.suggest.js
284
- - public/javascripts/json.js
285
- - public/javascripts/chef.js
286
- - public/javascripts/yetii-min.js
283
+ - public/facebox/tl.png
284
+ - public/javascripts/jquery.localscroll.js
287
285
  - public/javascripts/jquery-ui-1.7.1.custom.min.js
286
+ - public/javascripts/chef.js
287
+ - public/javascripts/jquery.tools.min.js
288
288
  - public/javascripts/jquery.scrollTo.js
289
- - public/javascripts/drop_down_menu.js
290
- - public/javascripts/jsonedit_main.js
291
289
  - public/javascripts/cookbook_versions.js
292
- - public/javascripts/jquery.localscroll.js
290
+ - public/javascripts/jquery.editinline.js
291
+ - public/javascripts/jsonedit_main.js
293
292
  - public/javascripts/jquery.jeditable.mini.js
294
293
  - public/javascripts/jquery-1.5.2.min.js
294
+ - public/javascripts/yetii-min.js
295
295
  - public/javascripts/jquery.treeTable.min.js
296
- - public/javascripts/jquery.editinline.js
296
+ - public/javascripts/drop_down_menu.js
297
297
  - public/javascripts/cookbook_constraint_ctrl.js
298
- - public/images/treeBuilderImages/Thumbs.db
299
- - public/images/treeBuilderImages/folderNodeOpenLast.gif
300
- - public/images/treeBuilderImages/doc.gif
301
- - public/images/treeBuilderImages/folderNodeFirst.gif
302
- - public/images/treeBuilderImages/docNode.gif
303
- - public/images/treeBuilderImages/docNodeLast.gif
304
- - public/images/treeBuilderImages/folderNodeLast.gif
305
- - public/images/treeBuilderImages/docNodeLastFirst.gif
306
- - public/images/treeBuilderImages/folderNodeOpenLastFirst.gif
307
- - public/images/treeBuilderImages/vertLine.gif
308
- - public/images/treeBuilderImages/folder.gif
309
- - public/images/treeBuilderImages/folderOpen.gif
310
- - public/images/treeBuilderImages/folderNodeLastFirst.gif
311
- - public/images/treeBuilderImages/folderNodeOpen.gif
312
- - public/images/treeBuilderImages/folderNode.gif
313
- - public/images/treeBuilderImages/folderNodeOpenFirst.gif
314
- - public/images/toggle-collapse-dark.png
315
- - public/images/avatar.png
316
- - public/images/toggle-expand-dark.png
317
- - public/images/black_big.png
298
+ - public/javascripts/jquery.suggest.js
299
+ - public/javascripts/json.js
318
300
  - public/images/jsonedit/json.jpg
319
- - public/images/jsonedit/bullet_orange.png
320
- - public/images/jsonedit/plus.gif
321
- - public/images/jsonedit/label.gif
322
301
  - public/images/jsonedit/table_refresh.png
323
- - public/images/jsonedit/deleted.png
302
+ - public/images/jsonedit/plus.gif
303
+ - public/images/jsonedit/add2.png
304
+ - public/images/jsonedit/cross.png
324
305
  - public/images/jsonedit/delete.png
325
- - public/images/jsonedit/minus.gif
326
- - public/images/jsonedit/value.gif
306
+ - public/images/jsonedit/deleted.png
327
307
  - public/images/jsonedit/saved.png
328
- - public/images/jsonedit/cross.png
329
- - public/images/jsonedit/build-button.png
330
308
  - public/images/jsonedit/pixel.gif
331
- - public/images/jsonedit/add2.png
309
+ - public/images/jsonedit/bullet_orange.png
310
+ - public/images/jsonedit/value.gif
311
+ - public/images/jsonedit/label.gif
312
+ - public/images/jsonedit/minus.gif
313
+ - public/images/jsonedit/build-button.png
332
314
  - public/images/jsonedit/bullet.gif
333
315
  - public/images/indicator.gif
316
+ - public/images/toggle-collapse-dark.png
317
+ - public/images/merb.jpg
318
+ - public/images/black_big.png
334
319
  - public/images/toggle-expand-light.png
335
- - public/images/toggle-collapse.gif
320
+ - public/images/toggle-expand-dark.png
321
+ - public/images/treeBuilderImages/folderNodeFirst.gif
322
+ - public/images/treeBuilderImages/folderNodeOpen.gif
323
+ - public/images/treeBuilderImages/docNodeLast.gif
324
+ - public/images/treeBuilderImages/folderOpen.gif
325
+ - public/images/treeBuilderImages/folder.gif
326
+ - public/images/treeBuilderImages/folderNode.gif
327
+ - public/images/treeBuilderImages/docNodeLastFirst.gif
328
+ - public/images/treeBuilderImages/folderNodeLastFirst.gif
329
+ - public/images/treeBuilderImages/Thumbs.db
330
+ - public/images/treeBuilderImages/folderNodeOpenLastFirst.gif
331
+ - public/images/treeBuilderImages/doc.gif
332
+ - public/images/treeBuilderImages/folderNodeOpenFirst.gif
333
+ - public/images/treeBuilderImages/folderNodeLast.gif
334
+ - public/images/treeBuilderImages/folderNodeOpenLast.gif
335
+ - public/images/treeBuilderImages/vertLine.gif
336
+ - public/images/treeBuilderImages/docNode.gif
337
+ - public/images/avatar.png
336
338
  - public/images/toggle-expand.gif
337
- - public/images/merb.jpg
339
+ - public/images/toggle-collapse.gif
338
340
  - public/images/toggle-collapse-light.png
339
341
  - public/stylesheets/base.css
340
342
  - public/stylesheets/jquery.suggest.css
341
343
  - public/stylesheets/chef.css
344
+ - public/stylesheets/jquery-ui-1.7.1.custom.css
345
+ - public/stylesheets/jquery.treeTable.css
342
346
  - public/stylesheets/jsonedit_main.css
347
+ - public/stylesheets/images/ui-icons_888888_256x240.png
348
+ - public/stylesheets/images/ui-icons_72a7cf_256x240.png
349
+ - public/stylesheets/images/ui-icons_2e83ff_256x240.png
350
+ - public/stylesheets/images/ui-bg_glass_50_99c2ff_1x400.png
343
351
  - public/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png
352
+ - public/stylesheets/images/ui-icons_ffffff_256x240.png
353
+ - public/stylesheets/images/ui-icons_2694e8_256x240.png
354
+ - public/stylesheets/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
344
355
  - public/stylesheets/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
356
+ - public/stylesheets/images/ui-icons_222222_256x240.png
357
+ - public/stylesheets/images/ui-bg_glass_100_f0f0f0_1x400.png
358
+ - public/stylesheets/images/ui-bg_glass_55_fbf5d0_1x400.png
345
359
  - public/stylesheets/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
346
360
  - public/stylesheets/images/ui-icons_cd0a0a_256x240.png
347
- - public/stylesheets/images/ui-icons_2e83ff_256x240.png
348
- - public/stylesheets/images/ui-icons_2694e8_256x240.png
349
- - public/stylesheets/images/ui-icons_222222_256x240.png
350
- - public/stylesheets/images/ui-bg_glass_80_e6e6e6_1x400.png
351
- - public/stylesheets/images/ui-icons_888888_256x240.png
352
- - public/stylesheets/images/ui-bg_glass_50_99c2ff_1x400.png
353
- - public/stylesheets/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
354
- - public/stylesheets/images/ui-icons_ffffff_256x240.png
355
- - public/stylesheets/images/ui-icons_72a7cf_256x240.png
356
361
  - public/stylesheets/images/ui-bg_diagonals-thick_15_444444_40x40.png
357
- - public/stylesheets/images/ui-bg_glass_55_fbf5d0_1x400.png
358
- - public/stylesheets/images/ui-bg_glass_100_f0f0f0_1x400.png
359
- - public/stylesheets/themes/default/style.css
362
+ - public/stylesheets/images/ui-bg_glass_80_e6e6e6_1x400.png
360
363
  - public/stylesheets/themes/kathleene/style.css
361
- - public/stylesheets/themes/djime-cerulean/style.css
362
364
  - public/stylesheets/themes/blue/style.css
363
- - public/stylesheets/themes/bec-green/style.css
364
- - public/stylesheets/themes/reidb-greenish/style.css
365
+ - public/stylesheets/themes/djime-cerulean/style.css
365
366
  - public/stylesheets/themes/orange/style.css
367
+ - public/stylesheets/themes/default/style.css
368
+ - public/stylesheets/themes/reidb-greenish/style.css
369
+ - public/stylesheets/themes/bec-green/style.css
366
370
  - public/stylesheets/themes/bec/style.css
367
- - public/stylesheets/jquery.treeTable.css
368
- - public/stylesheets/jquery-ui-1.7.1.custom.css
369
371
  homepage: http://wiki.opscode.com/display/chef
370
372
  licenses: []
371
373
 
@@ -386,12 +388,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
386
388
  required_rubygems_version: !ruby/object:Gem::Requirement
387
389
  none: false
388
390
  requirements:
389
- - - ">="
391
+ - - ">"
390
392
  - !ruby/object:Gem::Version
391
- hash: 3
393
+ hash: 25
392
394
  segments:
393
- - 0
394
- version: "0"
395
+ - 1
396
+ - 3
397
+ - 1
398
+ version: 1.3.1
395
399
  requirements: []
396
400
 
397
401
  rubyforge_project: