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