chef-server-slice 0.7.10
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/LICENSE +201 -0
- data/README.rdoc +135 -0
- data/app/controllers/application.rb +228 -0
- data/app/controllers/cookbook_attributes.rb +59 -0
- data/app/controllers/cookbook_definitions.rb +60 -0
- data/app/controllers/cookbook_files.rb +94 -0
- data/app/controllers/cookbook_libraries.rb +60 -0
- data/app/controllers/cookbook_recipes.rb +59 -0
- data/app/controllers/cookbook_templates.rb +80 -0
- data/app/controllers/cookbooks.rb +63 -0
- data/app/controllers/exceptions.rb +33 -0
- data/app/controllers/main.rb +7 -0
- data/app/controllers/nodes.rb +144 -0
- data/app/controllers/openid_consumer.rb +133 -0
- data/app/controllers/openid_register.rb +113 -0
- data/app/controllers/openid_server.rb +252 -0
- data/app/controllers/roles.rb +138 -0
- data/app/controllers/search.rb +58 -0
- data/app/controllers/search_entries.rb +73 -0
- data/app/controllers/status.rb +34 -0
- data/app/helpers/application_helper.rb +144 -0
- data/app/helpers/cookbook_attributes_helper.rb +7 -0
- data/app/helpers/cookbook_definitions_helper.rb +8 -0
- data/app/helpers/cookbook_files_helper.rb +8 -0
- data/app/helpers/cookbook_libraries_helper.rb +7 -0
- data/app/helpers/cookbook_recipes_helper.rb +8 -0
- data/app/helpers/cookbook_templates_helper.rb +8 -0
- data/app/helpers/cookbooks_helper.rb +31 -0
- data/app/helpers/exceptions_helper.rb +6 -0
- data/app/helpers/global_helpers.rb +39 -0
- data/app/helpers/nodes_helper.rb +33 -0
- data/app/helpers/openid_consumer_helper.rb +8 -0
- data/app/helpers/openid_register_helper.rb +8 -0
- data/app/helpers/openid_server_helper.rb +6 -0
- data/app/helpers/openid_server_helpers.rb +29 -0
- data/app/helpers/roles_helper.rb +5 -0
- data/app/helpers/search_entries_helper.rb +8 -0
- data/app/helpers/search_helper.rb +38 -0
- data/app/helpers/status_helper.rb +26 -0
- data/app/views/cookbook_templates/index.html.haml +7 -0
- data/app/views/cookbooks/index.html.haml +10 -0
- data/app/views/cookbooks/show.html.haml +40 -0
- data/app/views/exceptions/bad_request.json.erb +1 -0
- data/app/views/exceptions/internal_server_error.html.erb +216 -0
- data/app/views/exceptions/not_acceptable.html.erb +63 -0
- data/app/views/exceptions/not_found.html.erb +47 -0
- data/app/views/exceptions/standard_error.html.erb +217 -0
- data/app/views/layout/chef_server_slice.html.haml +53 -0
- data/app/views/layout/login.html.haml +37 -0
- data/app/views/main/index.html.erb +1 -0
- data/app/views/nodes/_action.html.haml +13 -0
- data/app/views/nodes/_form.html.haml +56 -0
- data/app/views/nodes/_navigation.html.haml +9 -0
- data/app/views/nodes/_resource.html.haml +22 -0
- data/app/views/nodes/edit.html.haml +7 -0
- data/app/views/nodes/index.html.haml +25 -0
- data/app/views/nodes/new.html.haml +6 -0
- data/app/views/nodes/show.html.haml +60 -0
- data/app/views/openid_consumer/index.html.haml +23 -0
- data/app/views/openid_consumer/start.html.haml +4 -0
- data/app/views/openid_login/index.html.haml +5 -0
- data/app/views/openid_register/index.html.haml +19 -0
- data/app/views/openid_register/show.html.haml +7 -0
- data/app/views/openid_server/decide.html.haml +27 -0
- data/app/views/roles/_form.html.haml +48 -0
- data/app/views/roles/_navigation.html.haml +9 -0
- data/app/views/roles/edit.html.haml +6 -0
- data/app/views/roles/index.html.haml +22 -0
- data/app/views/roles/new.html.haml +6 -0
- data/app/views/roles/show.html.haml +29 -0
- data/app/views/search/_search_form.html.haml +6 -0
- data/app/views/search/index.html.haml +9 -0
- data/app/views/search/show.html.haml +14 -0
- data/app/views/search_entries/index.html.haml +8 -0
- data/app/views/search_entries/show.html.haml +7 -0
- data/app/views/status/index.html.haml +88 -0
- data/config/init.rb +48 -0
- data/config/router.rb +6 -0
- data/lib/chef-server-slice.rb +150 -0
- data/lib/chef-server-slice/merbtasks.rb +103 -0
- data/lib/chef-server-slice/slicetasks.rb +20 -0
- data/lib/chef-server-slice/spectasks.rb +53 -0
- data/public/facebox/README.txt +4 -0
- data/public/facebox/b.png +0 -0
- data/public/facebox/bl.png +0 -0
- data/public/facebox/br.png +0 -0
- data/public/facebox/closelabel.gif +0 -0
- data/public/facebox/facebox.css +95 -0
- data/public/facebox/facebox.js +319 -0
- data/public/facebox/loading.gif +0 -0
- data/public/facebox/tl.png +0 -0
- data/public/facebox/tr.png +0 -0
- data/public/images/avatar.png +0 -0
- data/public/images/black_big.png +0 -0
- data/public/images/indicator.gif +0 -0
- data/public/images/merb.jpg +0 -0
- data/public/images/toggle-collapse-dark.png +0 -0
- data/public/images/toggle-collapse-light.png +0 -0
- data/public/images/toggle-collapse.gif +0 -0
- data/public/images/toggle-expand-dark.png +0 -0
- data/public/images/toggle-expand-light.png +0 -0
- data/public/images/toggle-expand.gif +0 -0
- data/public/images/treeBuilderImages/Thumbs.db +0 -0
- data/public/images/treeBuilderImages/doc.gif +0 -0
- data/public/images/treeBuilderImages/docNode.gif +0 -0
- data/public/images/treeBuilderImages/docNodeLast.gif +0 -0
- data/public/images/treeBuilderImages/docNodeLastFirst.gif +0 -0
- data/public/images/treeBuilderImages/folder.gif +0 -0
- data/public/images/treeBuilderImages/folderNode.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeFirst.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeLast.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeLastFirst.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeOpen.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeOpenFirst.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeOpenLast.gif +0 -0
- data/public/images/treeBuilderImages/folderNodeOpenLastFirst.gif +0 -0
- data/public/images/treeBuilderImages/folderOpen.gif +0 -0
- data/public/images/treeBuilderImages/vertLine.gif +0 -0
- data/public/javascripts/JSONeditor.js +1171 -0
- data/public/javascripts/chef.js +126 -0
- data/public/javascripts/jquery-1.3.2.min.js +19 -0
- data/public/javascripts/jquery-ui-1.7.1.custom.min.js +65 -0
- data/public/javascripts/jquery.editinline.js +108 -0
- data/public/javascripts/jquery.jeditable.mini.js +30 -0
- data/public/javascripts/jquery.livequery.js +250 -0
- data/public/javascripts/jquery.localscroll.js +104 -0
- data/public/javascripts/jquery.scrollTo.js +150 -0
- data/public/javascripts/jquery.tools.min.js +17 -0
- data/public/javascripts/jquery.treeTable.min.js +165 -0
- data/public/stylesheets/base.css +336 -0
- data/public/stylesheets/chef.css +157 -0
- data/public/stylesheets/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/public/stylesheets/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/public/stylesheets/images/ui-bg_glass_100_f0f0f0_1x400.png +0 -0
- data/public/stylesheets/images/ui-bg_glass_50_99c2ff_1x400.png +0 -0
- data/public/stylesheets/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/public/stylesheets/images/ui-bg_glass_80_e6e6e6_1x400.png +0 -0
- data/public/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/public/stylesheets/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/public/stylesheets/images/ui-bg_highlight-soft_100_e7eef3_1x100.png +0 -0
- data/public/stylesheets/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_2694e8_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_2e83ff_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_72a7cf_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_888888_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/stylesheets/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/jquery-ui-1.7.1.custom.css +404 -0
- data/public/stylesheets/jquery.treeTable.css +43 -0
- data/public/stylesheets/themes/bec-green/style.css +290 -0
- data/public/stylesheets/themes/bec/style.css +301 -0
- data/public/stylesheets/themes/blue/style.css +280 -0
- data/public/stylesheets/themes/default/style.css +267 -0
- data/public/stylesheets/themes/djime-cerulean/style.css +298 -0
- data/public/stylesheets/themes/kathleene/style.css +272 -0
- data/public/stylesheets/themes/orange/style.css +263 -0
- data/public/stylesheets/themes/reidb-greenish/style.css +301 -0
- metadata +341 -0
metadata
ADDED
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: chef-server-slice
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.7.10
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Opscode
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2009-09-16 00:00:00 +12:00
|
|
13
|
+
default_executable:
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: stomp
|
|
17
|
+
type: :runtime
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
+
requirements:
|
|
21
|
+
- - ">="
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: "0"
|
|
24
|
+
version:
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: stompserver
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: "0"
|
|
34
|
+
version:
|
|
35
|
+
- !ruby/object:Gem::Dependency
|
|
36
|
+
name: ferret
|
|
37
|
+
type: :runtime
|
|
38
|
+
version_requirement:
|
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: "0"
|
|
44
|
+
version:
|
|
45
|
+
- !ruby/object:Gem::Dependency
|
|
46
|
+
name: merb-core
|
|
47
|
+
type: :runtime
|
|
48
|
+
version_requirement:
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: "0"
|
|
54
|
+
version:
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: merb-haml
|
|
57
|
+
type: :runtime
|
|
58
|
+
version_requirement:
|
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
60
|
+
requirements:
|
|
61
|
+
- - ">="
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: "0"
|
|
64
|
+
version:
|
|
65
|
+
- !ruby/object:Gem::Dependency
|
|
66
|
+
name: merb-assets
|
|
67
|
+
type: :runtime
|
|
68
|
+
version_requirement:
|
|
69
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
70
|
+
requirements:
|
|
71
|
+
- - ">="
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: "0"
|
|
74
|
+
version:
|
|
75
|
+
- !ruby/object:Gem::Dependency
|
|
76
|
+
name: merb-helpers
|
|
77
|
+
type: :runtime
|
|
78
|
+
version_requirement:
|
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
80
|
+
requirements:
|
|
81
|
+
- - ">="
|
|
82
|
+
- !ruby/object:Gem::Version
|
|
83
|
+
version: "0"
|
|
84
|
+
version:
|
|
85
|
+
- !ruby/object:Gem::Dependency
|
|
86
|
+
name: merb-slices
|
|
87
|
+
type: :runtime
|
|
88
|
+
version_requirement:
|
|
89
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
90
|
+
requirements:
|
|
91
|
+
- - ">="
|
|
92
|
+
- !ruby/object:Gem::Version
|
|
93
|
+
version: "0"
|
|
94
|
+
version:
|
|
95
|
+
- !ruby/object:Gem::Dependency
|
|
96
|
+
name: mongrel
|
|
97
|
+
type: :runtime
|
|
98
|
+
version_requirement:
|
|
99
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ">="
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: "0"
|
|
104
|
+
version:
|
|
105
|
+
- !ruby/object:Gem::Dependency
|
|
106
|
+
name: haml
|
|
107
|
+
type: :runtime
|
|
108
|
+
version_requirement:
|
|
109
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
110
|
+
requirements:
|
|
111
|
+
- - ">="
|
|
112
|
+
- !ruby/object:Gem::Version
|
|
113
|
+
version: "0"
|
|
114
|
+
version:
|
|
115
|
+
- !ruby/object:Gem::Dependency
|
|
116
|
+
name: ruby-openid
|
|
117
|
+
type: :runtime
|
|
118
|
+
version_requirement:
|
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
120
|
+
requirements:
|
|
121
|
+
- - ">="
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: "0"
|
|
124
|
+
version:
|
|
125
|
+
- !ruby/object:Gem::Dependency
|
|
126
|
+
name: json
|
|
127
|
+
type: :runtime
|
|
128
|
+
version_requirement:
|
|
129
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
130
|
+
requirements:
|
|
131
|
+
- - ">="
|
|
132
|
+
- !ruby/object:Gem::Version
|
|
133
|
+
version: "0"
|
|
134
|
+
version:
|
|
135
|
+
- !ruby/object:Gem::Dependency
|
|
136
|
+
name: coderay
|
|
137
|
+
type: :runtime
|
|
138
|
+
version_requirement:
|
|
139
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
140
|
+
requirements:
|
|
141
|
+
- - ">="
|
|
142
|
+
- !ruby/object:Gem::Version
|
|
143
|
+
version: "0"
|
|
144
|
+
version:
|
|
145
|
+
description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
|
|
146
|
+
email: chef@opscode.com
|
|
147
|
+
executables: []
|
|
148
|
+
|
|
149
|
+
extensions: []
|
|
150
|
+
|
|
151
|
+
extra_rdoc_files:
|
|
152
|
+
- README.rdoc
|
|
153
|
+
- LICENSE
|
|
154
|
+
files:
|
|
155
|
+
- LICENSE
|
|
156
|
+
- README.rdoc
|
|
157
|
+
- app/controllers/application.rb
|
|
158
|
+
- app/controllers/cookbook_attributes.rb
|
|
159
|
+
- app/controllers/cookbook_definitions.rb
|
|
160
|
+
- app/controllers/cookbook_files.rb
|
|
161
|
+
- app/controllers/cookbook_libraries.rb
|
|
162
|
+
- app/controllers/cookbook_recipes.rb
|
|
163
|
+
- app/controllers/cookbook_templates.rb
|
|
164
|
+
- app/controllers/cookbooks.rb
|
|
165
|
+
- app/controllers/exceptions.rb
|
|
166
|
+
- app/controllers/main.rb
|
|
167
|
+
- app/controllers/nodes.rb
|
|
168
|
+
- app/controllers/openid_consumer.rb
|
|
169
|
+
- app/controllers/openid_register.rb
|
|
170
|
+
- app/controllers/openid_server.rb
|
|
171
|
+
- app/controllers/roles.rb
|
|
172
|
+
- app/controllers/search.rb
|
|
173
|
+
- app/controllers/search_entries.rb
|
|
174
|
+
- app/controllers/status.rb
|
|
175
|
+
- app/helpers/application_helper.rb
|
|
176
|
+
- app/helpers/cookbook_attributes_helper.rb
|
|
177
|
+
- app/helpers/cookbook_definitions_helper.rb
|
|
178
|
+
- app/helpers/cookbook_files_helper.rb
|
|
179
|
+
- app/helpers/cookbook_libraries_helper.rb
|
|
180
|
+
- app/helpers/cookbook_recipes_helper.rb
|
|
181
|
+
- app/helpers/cookbook_templates_helper.rb
|
|
182
|
+
- app/helpers/cookbooks_helper.rb
|
|
183
|
+
- app/helpers/exceptions_helper.rb
|
|
184
|
+
- app/helpers/global_helpers.rb
|
|
185
|
+
- app/helpers/nodes_helper.rb
|
|
186
|
+
- app/helpers/openid_consumer_helper.rb
|
|
187
|
+
- app/helpers/openid_register_helper.rb
|
|
188
|
+
- app/helpers/openid_server_helper.rb
|
|
189
|
+
- app/helpers/openid_server_helpers.rb
|
|
190
|
+
- app/helpers/roles_helper.rb
|
|
191
|
+
- app/helpers/search_entries_helper.rb
|
|
192
|
+
- app/helpers/search_helper.rb
|
|
193
|
+
- app/helpers/status_helper.rb
|
|
194
|
+
- app/views/cookbook_templates/index.html.haml
|
|
195
|
+
- app/views/cookbooks/index.html.haml
|
|
196
|
+
- app/views/cookbooks/show.html.haml
|
|
197
|
+
- app/views/exceptions/bad_request.json.erb
|
|
198
|
+
- app/views/exceptions/internal_server_error.html.erb
|
|
199
|
+
- app/views/exceptions/not_acceptable.html.erb
|
|
200
|
+
- app/views/exceptions/not_found.html.erb
|
|
201
|
+
- app/views/exceptions/standard_error.html.erb
|
|
202
|
+
- app/views/layout/chef_server_slice.html.haml
|
|
203
|
+
- app/views/layout/login.html.haml
|
|
204
|
+
- app/views/main/index.html.erb
|
|
205
|
+
- app/views/nodes/_action.html.haml
|
|
206
|
+
- app/views/nodes/_form.html.haml
|
|
207
|
+
- app/views/nodes/_navigation.html.haml
|
|
208
|
+
- app/views/nodes/_resource.html.haml
|
|
209
|
+
- app/views/nodes/edit.html.haml
|
|
210
|
+
- app/views/nodes/index.html.haml
|
|
211
|
+
- app/views/nodes/new.html.haml
|
|
212
|
+
- app/views/nodes/show.html.haml
|
|
213
|
+
- app/views/openid_consumer/index.html.haml
|
|
214
|
+
- app/views/openid_consumer/start.html.haml
|
|
215
|
+
- app/views/openid_login/index.html.haml
|
|
216
|
+
- app/views/openid_register/index.html.haml
|
|
217
|
+
- app/views/openid_register/show.html.haml
|
|
218
|
+
- app/views/openid_server/decide.html.haml
|
|
219
|
+
- app/views/roles/_form.html.haml
|
|
220
|
+
- app/views/roles/_navigation.html.haml
|
|
221
|
+
- app/views/roles/edit.html.haml
|
|
222
|
+
- app/views/roles/index.html.haml
|
|
223
|
+
- app/views/roles/new.html.haml
|
|
224
|
+
- app/views/roles/show.html.haml
|
|
225
|
+
- app/views/search/_search_form.html.haml
|
|
226
|
+
- app/views/search/index.html.haml
|
|
227
|
+
- app/views/search/show.html.haml
|
|
228
|
+
- app/views/search_entries/index.html.haml
|
|
229
|
+
- app/views/search_entries/show.html.haml
|
|
230
|
+
- app/views/status/index.html.haml
|
|
231
|
+
- config/init.rb
|
|
232
|
+
- config/router.rb
|
|
233
|
+
- lib/chef-server-slice/merbtasks.rb
|
|
234
|
+
- lib/chef-server-slice/slicetasks.rb
|
|
235
|
+
- lib/chef-server-slice/spectasks.rb
|
|
236
|
+
- lib/chef-server-slice.rb
|
|
237
|
+
- public/facebox/b.png
|
|
238
|
+
- public/facebox/bl.png
|
|
239
|
+
- public/facebox/br.png
|
|
240
|
+
- public/facebox/closelabel.gif
|
|
241
|
+
- public/facebox/facebox.css
|
|
242
|
+
- public/facebox/facebox.js
|
|
243
|
+
- public/facebox/loading.gif
|
|
244
|
+
- public/facebox/README.txt
|
|
245
|
+
- public/facebox/tl.png
|
|
246
|
+
- public/facebox/tr.png
|
|
247
|
+
- public/images/avatar.png
|
|
248
|
+
- public/images/black_big.png
|
|
249
|
+
- public/images/indicator.gif
|
|
250
|
+
- public/images/merb.jpg
|
|
251
|
+
- public/images/toggle-collapse-dark.png
|
|
252
|
+
- public/images/toggle-collapse-light.png
|
|
253
|
+
- public/images/toggle-collapse.gif
|
|
254
|
+
- public/images/toggle-expand-dark.png
|
|
255
|
+
- public/images/toggle-expand-light.png
|
|
256
|
+
- public/images/toggle-expand.gif
|
|
257
|
+
- public/images/treeBuilderImages/doc.gif
|
|
258
|
+
- public/images/treeBuilderImages/docNode.gif
|
|
259
|
+
- public/images/treeBuilderImages/docNodeLast.gif
|
|
260
|
+
- public/images/treeBuilderImages/docNodeLastFirst.gif
|
|
261
|
+
- public/images/treeBuilderImages/folder.gif
|
|
262
|
+
- public/images/treeBuilderImages/folderNode.gif
|
|
263
|
+
- public/images/treeBuilderImages/folderNodeFirst.gif
|
|
264
|
+
- public/images/treeBuilderImages/folderNodeLast.gif
|
|
265
|
+
- public/images/treeBuilderImages/folderNodeLastFirst.gif
|
|
266
|
+
- public/images/treeBuilderImages/folderNodeOpen.gif
|
|
267
|
+
- public/images/treeBuilderImages/folderNodeOpenFirst.gif
|
|
268
|
+
- public/images/treeBuilderImages/folderNodeOpenLast.gif
|
|
269
|
+
- public/images/treeBuilderImages/folderNodeOpenLastFirst.gif
|
|
270
|
+
- public/images/treeBuilderImages/folderOpen.gif
|
|
271
|
+
- public/images/treeBuilderImages/Thumbs.db
|
|
272
|
+
- public/images/treeBuilderImages/vertLine.gif
|
|
273
|
+
- public/javascripts/chef.js
|
|
274
|
+
- public/javascripts/jquery-1.3.2.min.js
|
|
275
|
+
- public/javascripts/jquery-ui-1.7.1.custom.min.js
|
|
276
|
+
- public/javascripts/jquery.editinline.js
|
|
277
|
+
- public/javascripts/jquery.jeditable.mini.js
|
|
278
|
+
- public/javascripts/jquery.livequery.js
|
|
279
|
+
- public/javascripts/jquery.localscroll.js
|
|
280
|
+
- public/javascripts/jquery.scrollTo.js
|
|
281
|
+
- public/javascripts/jquery.tools.min.js
|
|
282
|
+
- public/javascripts/jquery.treeTable.min.js
|
|
283
|
+
- public/javascripts/JSONeditor.js
|
|
284
|
+
- public/stylesheets/base.css
|
|
285
|
+
- public/stylesheets/chef.css
|
|
286
|
+
- public/stylesheets/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
|
|
287
|
+
- public/stylesheets/images/ui-bg_diagonals-thick_15_444444_40x40.png
|
|
288
|
+
- public/stylesheets/images/ui-bg_glass_100_f0f0f0_1x400.png
|
|
289
|
+
- public/stylesheets/images/ui-bg_glass_50_99c2ff_1x400.png
|
|
290
|
+
- public/stylesheets/images/ui-bg_glass_55_fbf5d0_1x400.png
|
|
291
|
+
- public/stylesheets/images/ui-bg_glass_80_e6e6e6_1x400.png
|
|
292
|
+
- public/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
293
|
+
- public/stylesheets/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
|
|
294
|
+
- public/stylesheets/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
|
|
295
|
+
- public/stylesheets/images/ui-icons_222222_256x240.png
|
|
296
|
+
- public/stylesheets/images/ui-icons_2694e8_256x240.png
|
|
297
|
+
- public/stylesheets/images/ui-icons_2e83ff_256x240.png
|
|
298
|
+
- public/stylesheets/images/ui-icons_72a7cf_256x240.png
|
|
299
|
+
- public/stylesheets/images/ui-icons_888888_256x240.png
|
|
300
|
+
- public/stylesheets/images/ui-icons_cd0a0a_256x240.png
|
|
301
|
+
- public/stylesheets/images/ui-icons_ffffff_256x240.png
|
|
302
|
+
- public/stylesheets/jquery-ui-1.7.1.custom.css
|
|
303
|
+
- public/stylesheets/jquery.treeTable.css
|
|
304
|
+
- public/stylesheets/themes/bec/style.css
|
|
305
|
+
- public/stylesheets/themes/bec-green/style.css
|
|
306
|
+
- public/stylesheets/themes/blue/style.css
|
|
307
|
+
- public/stylesheets/themes/default/style.css
|
|
308
|
+
- public/stylesheets/themes/djime-cerulean/style.css
|
|
309
|
+
- public/stylesheets/themes/kathleene/style.css
|
|
310
|
+
- public/stylesheets/themes/orange/style.css
|
|
311
|
+
- public/stylesheets/themes/reidb-greenish/style.css
|
|
312
|
+
has_rdoc: true
|
|
313
|
+
homepage: http://wiki.opscode.com/display/chef
|
|
314
|
+
licenses: []
|
|
315
|
+
|
|
316
|
+
post_install_message:
|
|
317
|
+
rdoc_options: []
|
|
318
|
+
|
|
319
|
+
require_paths:
|
|
320
|
+
- lib
|
|
321
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
322
|
+
requirements:
|
|
323
|
+
- - ">="
|
|
324
|
+
- !ruby/object:Gem::Version
|
|
325
|
+
version: "0"
|
|
326
|
+
version:
|
|
327
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
328
|
+
requirements:
|
|
329
|
+
- - ">="
|
|
330
|
+
- !ruby/object:Gem::Version
|
|
331
|
+
version: "0"
|
|
332
|
+
version:
|
|
333
|
+
requirements: []
|
|
334
|
+
|
|
335
|
+
rubyforge_project: merb
|
|
336
|
+
rubygems_version: 1.3.5
|
|
337
|
+
signing_key:
|
|
338
|
+
specification_version: 3
|
|
339
|
+
summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
|
|
340
|
+
test_files: []
|
|
341
|
+
|