forked from vhochstein/active_scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
active_scaffold_vho.gemspec
391 lines (386 loc) · 18.8 KB
/
active_scaffold_vho.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{active_scaffold_vho}
s.version = "3.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Many, see README"]
s.date = %q{2011-12-22}
s.description = %q{Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.}
s.email = %q{activescaffold@googlegroups.com}
s.extra_rdoc_files = [
"README"
]
s.files = [
".autotest",
".document",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README",
"Rakefile",
"active_scaffold_vho.gemspec",
"app/assets/images/add.gif",
"app/assets/images/arrow_down.gif",
"app/assets/images/arrow_up.gif",
"app/assets/images/close.gif",
"app/assets/images/close_touch.png",
"app/assets/images/config.png",
"app/assets/images/cross.png",
"app/assets/images/gears.png",
"app/assets/images/indicator-small.gif",
"app/assets/images/indicator.gif",
"app/assets/images/magnifier.png",
"app/assets/javascripts/active_scaffold.js.erb",
"app/assets/javascripts/jquery/active_scaffold.js",
"app/assets/javascripts/jquery/date_picker_bridge.js.erb",
"app/assets/javascripts/jquery/jquery-ui-timepicker-addon.js",
"app/assets/javascripts/jquery/jquery.editinplace.js",
"app/assets/javascripts/jquery/tiny_mce_bridge.js",
"app/assets/javascripts/prototype/active_scaffold.js",
"app/assets/javascripts/prototype/dhtml_history.js",
"app/assets/javascripts/prototype/form_enhancements.js",
"app/assets/javascripts/prototype/rico_corner.js",
"app/assets/stylesheets/active_scaffold-ie.css",
"app/assets/stylesheets/active_scaffold.css.erb",
"app/assets/stylesheets/jquery-ui-timepicker-addon.css",
"frontends/default/views/_action_group.html.erb",
"frontends/default/views/_add_existing_form.html.erb",
"frontends/default/views/_base_form.html.erb",
"frontends/default/views/_create_form.html.erb",
"frontends/default/views/_create_form_on_list.html.erb",
"frontends/default/views/_field_search.html.erb",
"frontends/default/views/_form.html.erb",
"frontends/default/views/_form_association.html.erb",
"frontends/default/views/_form_association_footer.html.erb",
"frontends/default/views/_form_attribute.html.erb",
"frontends/default/views/_form_hidden_attribute.html.erb",
"frontends/default/views/_form_messages.html.erb",
"frontends/default/views/_horizontal_subform.html.erb",
"frontends/default/views/_horizontal_subform_header.html.erb",
"frontends/default/views/_horizontal_subform_record.html.erb",
"frontends/default/views/_human_conditions.html.erb",
"frontends/default/views/_list.html.erb",
"frontends/default/views/_list_actions.html.erb",
"frontends/default/views/_list_calculations.html.erb",
"frontends/default/views/_list_column_headings.html.erb",
"frontends/default/views/_list_header.html.erb",
"frontends/default/views/_list_inline_adapter.html.erb",
"frontends/default/views/_list_messages.html.erb",
"frontends/default/views/_list_pagination.html.erb",
"frontends/default/views/_list_pagination_links.html.erb",
"frontends/default/views/_list_record.html.erb",
"frontends/default/views/_list_record_columns.html.erb",
"frontends/default/views/_list_with_header.html.erb",
"frontends/default/views/_messages.html.erb",
"frontends/default/views/_render_field.js.erb",
"frontends/default/views/_row.html.erb",
"frontends/default/views/_search.html.erb",
"frontends/default/views/_search_attribute.html.erb",
"frontends/default/views/_show.html.erb",
"frontends/default/views/_show_columns.html.erb",
"frontends/default/views/_update_actions.html.erb",
"frontends/default/views/_update_form.html.erb",
"frontends/default/views/_vertical_subform.html.erb",
"frontends/default/views/_vertical_subform_record.html.erb",
"frontends/default/views/action_confirmation.html.erb",
"frontends/default/views/add_existing.js.erb",
"frontends/default/views/add_existing_form.html.erb",
"frontends/default/views/create.html.erb",
"frontends/default/views/delete.html.erb",
"frontends/default/views/destroy.js.erb",
"frontends/default/views/edit_associated.js.erb",
"frontends/default/views/field_search.html.erb",
"frontends/default/views/form_messages.js.erb",
"frontends/default/views/list.html.erb",
"frontends/default/views/list.js.erb",
"frontends/default/views/on_action_update.js.erb",
"frontends/default/views/on_create.js.erb",
"frontends/default/views/on_mark_all.js.erb",
"frontends/default/views/on_update.js.erb",
"frontends/default/views/search.html.erb",
"frontends/default/views/show.html.erb",
"frontends/default/views/update.html.erb",
"frontends/default/views/update_column.js.erb",
"frontends/default/views/update_row.js.erb",
"init.rb",
"lib/active_scaffold.rb",
"lib/active_scaffold/actions/common_search.rb",
"lib/active_scaffold/actions/core.rb",
"lib/active_scaffold/actions/create.rb",
"lib/active_scaffold/actions/delete.rb",
"lib/active_scaffold/actions/field_search.rb",
"lib/active_scaffold/actions/list.rb",
"lib/active_scaffold/actions/mark.rb",
"lib/active_scaffold/actions/nested.rb",
"lib/active_scaffold/actions/search.rb",
"lib/active_scaffold/actions/show.rb",
"lib/active_scaffold/actions/subform.rb",
"lib/active_scaffold/actions/update.rb",
"lib/active_scaffold/active_record_permissions.rb",
"lib/active_scaffold/attribute_params.rb",
"lib/active_scaffold/bridges/ancestry/bridge.rb",
"lib/active_scaffold/bridges/ancestry/lib/ancestry_bridge.rb",
"lib/active_scaffold/bridges/bridge.rb",
"lib/active_scaffold/bridges/calendar_date_select/bridge.rb",
"lib/active_scaffold/bridges/calendar_date_select/lib/as_cds_bridge.rb",
"lib/active_scaffold/bridges/cancan/bridge.rb",
"lib/active_scaffold/bridges/cancan/lib/cancan_bridge.rb",
"lib/active_scaffold/bridges/carrierwave/bridge.rb",
"lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge.rb",
"lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge_helpers.rb",
"lib/active_scaffold/bridges/carrierwave/lib/form_ui.rb",
"lib/active_scaffold/bridges/carrierwave/lib/list_ui.rb",
"lib/active_scaffold/bridges/country_helper/bridge.rb",
"lib/active_scaffold/bridges/country_helper/lib/country_helper_bridge.rb",
"lib/active_scaffold/bridges/date_picker/bridge.rb",
"lib/active_scaffold/bridges/date_picker/lib/datepicker_bridge.rb",
"lib/active_scaffold/bridges/file_column/bridge.rb",
"lib/active_scaffold/bridges/file_column/lib/as_file_column_bridge.rb",
"lib/active_scaffold/bridges/file_column/lib/file_column_helpers.rb",
"lib/active_scaffold/bridges/file_column/lib/form_ui.rb",
"lib/active_scaffold/bridges/file_column/lib/list_ui.rb",
"lib/active_scaffold/bridges/file_column/test/functional/file_column_keep_test.rb",
"lib/active_scaffold/bridges/file_column/test/mock_model.rb",
"lib/active_scaffold/bridges/file_column/test/test_helper.rb",
"lib/active_scaffold/bridges/paperclip/bridge.rb",
"lib/active_scaffold/bridges/paperclip/lib/form_ui.rb",
"lib/active_scaffold/bridges/paperclip/lib/list_ui.rb",
"lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge.rb",
"lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge_helpers.rb",
"lib/active_scaffold/bridges/semantic_attributes/bridge.rb",
"lib/active_scaffold/bridges/semantic_attributes/lib/semantic_attributes_bridge.rb",
"lib/active_scaffold/bridges/shared/date_bridge.rb",
"lib/active_scaffold/bridges/tiny_mce/bridge.rb",
"lib/active_scaffold/bridges/tiny_mce/lib/tiny_mce_bridge.rb",
"lib/active_scaffold/bridges/validation_reflection/bridge.rb",
"lib/active_scaffold/bridges/validation_reflection/lib/validation_reflection_bridge.rb",
"lib/active_scaffold/config/base.rb",
"lib/active_scaffold/config/core.rb",
"lib/active_scaffold/config/create.rb",
"lib/active_scaffold/config/delete.rb",
"lib/active_scaffold/config/field_search.rb",
"lib/active_scaffold/config/form.rb",
"lib/active_scaffold/config/list.rb",
"lib/active_scaffold/config/mark.rb",
"lib/active_scaffold/config/nested.rb",
"lib/active_scaffold/config/search.rb",
"lib/active_scaffold/config/show.rb",
"lib/active_scaffold/config/subform.rb",
"lib/active_scaffold/config/update.rb",
"lib/active_scaffold/configurable.rb",
"lib/active_scaffold/constraints.rb",
"lib/active_scaffold/data_structures/action_columns.rb",
"lib/active_scaffold/data_structures/action_link.rb",
"lib/active_scaffold/data_structures/action_links.rb",
"lib/active_scaffold/data_structures/actions.rb",
"lib/active_scaffold/data_structures/column.rb",
"lib/active_scaffold/data_structures/columns.rb",
"lib/active_scaffold/data_structures/error_message.rb",
"lib/active_scaffold/data_structures/nested_info.rb",
"lib/active_scaffold/data_structures/set.rb",
"lib/active_scaffold/data_structures/sorting.rb",
"lib/active_scaffold/engine.rb",
"lib/active_scaffold/extensions/action_controller_rendering.rb",
"lib/active_scaffold/extensions/action_view_rendering.rb",
"lib/active_scaffold/extensions/action_view_resolver.rb",
"lib/active_scaffold/extensions/active_association_reflection.rb",
"lib/active_scaffold/extensions/active_record_offset.rb",
"lib/active_scaffold/extensions/array.rb",
"lib/active_scaffold/extensions/localize.rb",
"lib/active_scaffold/extensions/name_option_for_datetime.rb",
"lib/active_scaffold/extensions/nil_id_in_url_params.rb",
"lib/active_scaffold/extensions/paginator_extensions.rb",
"lib/active_scaffold/extensions/reverse_associations.rb",
"lib/active_scaffold/extensions/routing_mapper.rb",
"lib/active_scaffold/extensions/to_label.rb",
"lib/active_scaffold/extensions/unsaved_associated.rb",
"lib/active_scaffold/extensions/unsaved_record.rb",
"lib/active_scaffold/extensions/usa_state.rb",
"lib/active_scaffold/finder.rb",
"lib/active_scaffold/helpers/association_helpers.rb",
"lib/active_scaffold/helpers/controller_helpers.rb",
"lib/active_scaffold/helpers/form_column_helpers.rb",
"lib/active_scaffold/helpers/human_condition_helpers.rb",
"lib/active_scaffold/helpers/id_helpers.rb",
"lib/active_scaffold/helpers/list_column_helpers.rb",
"lib/active_scaffold/helpers/pagination_helpers.rb",
"lib/active_scaffold/helpers/search_column_helpers.rb",
"lib/active_scaffold/helpers/show_column_helpers.rb",
"lib/active_scaffold/helpers/view_helpers.rb",
"lib/active_scaffold/locale/de.rb",
"lib/active_scaffold/locale/en.rb",
"lib/active_scaffold/locale/es.yml",
"lib/active_scaffold/locale/fr.rb",
"lib/active_scaffold/locale/hu.yml",
"lib/active_scaffold/locale/ja.yml",
"lib/active_scaffold/locale/ru.yml",
"lib/active_scaffold/marked_model.rb",
"lib/active_scaffold/paginator.rb",
"lib/active_scaffold/responds_to_parent.rb",
"lib/active_scaffold/version.rb",
"lib/active_scaffold_env.rb",
"lib/active_scaffold_vho.rb",
"lib/generators/active_scaffold/USAGE",
"lib/generators/active_scaffold/active_scaffold_generator.rb",
"lib/generators/active_scaffold_controller/USAGE",
"lib/generators/active_scaffold_controller/active_scaffold_controller_generator.rb",
"lib/generators/active_scaffold_controller/templates/controller.rb",
"lib/generators/active_scaffold_controller/templates/helper.rb",
"lib/generators/active_scaffold_setup/USAGE",
"lib/generators/active_scaffold_setup/active_scaffold_setup_generator.rb",
"public/blank.html",
"shoulda_macros/macros.rb",
"test/bridges/bridge_test.rb",
"test/config/base_test.rb",
"test/config/create_test.rb",
"test/config/list_test.rb",
"test/config/show_test.rb",
"test/config/update_test.rb",
"test/const_mocker.rb",
"test/data_structures/action_columns_test.rb",
"test/data_structures/action_link_test.rb",
"test/data_structures/action_links_test.rb",
"test/data_structures/actions_test.rb",
"test/data_structures/association_column_test.rb",
"test/data_structures/column_test.rb",
"test/data_structures/columns_test.rb",
"test/data_structures/error_message_test.rb",
"test/data_structures/set_test.rb",
"test/data_structures/sorting_test.rb",
"test/data_structures/standard_column_test.rb",
"test/data_structures/virtual_column_test.rb",
"test/extensions/active_record_test.rb",
"test/extensions/array_test.rb",
"test/helpers/form_column_helpers_test.rb",
"test/helpers/list_column_helpers_test.rb",
"test/helpers/pagination_helpers_test.rb",
"test/misc/active_record_permissions_test.rb",
"test/misc/attribute_params_test.rb",
"test/misc/configurable_test.rb",
"test/misc/constraints_test.rb",
"test/misc/finder_test.rb",
"test/misc/lang_test.rb",
"test/mock_app/.gitignore",
"test/mock_app/app/controllers/application_controller.rb",
"test/mock_app/app/helpers/application_helper.rb",
"test/mock_app/config/boot.rb",
"test/mock_app/config/database.yml",
"test/mock_app/config/environment.rb",
"test/mock_app/config/environments/development.rb",
"test/mock_app/config/environments/production.rb",
"test/mock_app/config/environments/test.rb",
"test/mock_app/config/initializers/backtrace_silencers.rb",
"test/mock_app/config/initializers/inflections.rb",
"test/mock_app/config/initializers/mime_types.rb",
"test/mock_app/config/initializers/new_rails_defaults.rb",
"test/mock_app/config/initializers/session_store.rb",
"test/mock_app/config/locales/en.yml",
"test/mock_app/config/routes.rb",
"test/mock_app/db/test.sqlite3",
"test/mock_app/public/blank.html",
"test/mock_app/public/images/active_scaffold/DO_NOT_EDIT",
"test/mock_app/public/images/active_scaffold/default/add.gif",
"test/mock_app/public/images/active_scaffold/default/arrow_down.gif",
"test/mock_app/public/images/active_scaffold/default/arrow_up.gif",
"test/mock_app/public/images/active_scaffold/default/close.gif",
"test/mock_app/public/images/active_scaffold/default/cross.png",
"test/mock_app/public/images/active_scaffold/default/indicator-small.gif",
"test/mock_app/public/images/active_scaffold/default/indicator.gif",
"test/mock_app/public/images/active_scaffold/default/magnifier.png",
"test/mock_app/public/javascripts/active_scaffold/DO_NOT_EDIT",
"test/mock_app/public/javascripts/active_scaffold/default/active_scaffold.js",
"test/mock_app/public/javascripts/active_scaffold/default/dhtml_history.js",
"test/mock_app/public/javascripts/active_scaffold/default/form_enhancements.js",
"test/mock_app/public/javascripts/active_scaffold/default/rico_corner.js",
"test/mock_app/public/stylesheets/active_scaffold/DO_NOT_EDIT",
"test/mock_app/public/stylesheets/active_scaffold/default/stylesheet-ie.css",
"test/mock_app/public/stylesheets/active_scaffold/default/stylesheet.css",
"test/model_stub.rb",
"test/run_all.rb",
"test/test_helper.rb",
"uninstall.rb"
]
s.homepage = %q{http://github.com/vhochstein/active_scaffold}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Rails 3.1 Version of activescaffold supporting prototype and jquery}
s.test_files = [
"test/bridges/bridge_test.rb",
"test/config/base_test.rb",
"test/config/create_test.rb",
"test/config/list_test.rb",
"test/config/show_test.rb",
"test/config/update_test.rb",
"test/const_mocker.rb",
"test/data_structures/action_columns_test.rb",
"test/data_structures/action_link_test.rb",
"test/data_structures/action_links_test.rb",
"test/data_structures/actions_test.rb",
"test/data_structures/association_column_test.rb",
"test/data_structures/column_test.rb",
"test/data_structures/columns_test.rb",
"test/data_structures/error_message_test.rb",
"test/data_structures/set_test.rb",
"test/data_structures/sorting_test.rb",
"test/data_structures/standard_column_test.rb",
"test/data_structures/virtual_column_test.rb",
"test/extensions/active_record_test.rb",
"test/extensions/array_test.rb",
"test/helpers/form_column_helpers_test.rb",
"test/helpers/list_column_helpers_test.rb",
"test/helpers/pagination_helpers_test.rb",
"test/misc/active_record_permissions_test.rb",
"test/misc/attribute_params_test.rb",
"test/misc/configurable_test.rb",
"test/misc/constraints_test.rb",
"test/misc/finder_test.rb",
"test/misc/lang_test.rb",
"test/mock_app/app/controllers/application_controller.rb",
"test/mock_app/app/helpers/application_helper.rb",
"test/mock_app/config/boot.rb",
"test/mock_app/config/environment.rb",
"test/mock_app/config/environments/development.rb",
"test/mock_app/config/environments/production.rb",
"test/mock_app/config/environments/test.rb",
"test/mock_app/config/initializers/backtrace_silencers.rb",
"test/mock_app/config/initializers/inflections.rb",
"test/mock_app/config/initializers/mime_types.rb",
"test/mock_app/config/initializers/new_rails_defaults.rb",
"test/mock_app/config/initializers/session_store.rb",
"test/mock_app/config/routes.rb",
"test/model_stub.rb",
"test/run_all.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_runtime_dependency(%q<render_component_vho>, [">= 0"])
s.add_runtime_dependency(%q<rails>, ["~> 3.1.0"])
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<render_component_vho>, [">= 0"])
s.add_dependency(%q<rails>, ["~> 3.1.0"])
end
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<render_component_vho>, [">= 0"])
s.add_dependency(%q<rails>, ["~> 3.1.0"])
end
end