tymo-hobo 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +323 -0
metadata ADDED
@@ -0,0 +1,323 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tymo-hobo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.5
5
+ platform: ruby
6
+ authors:
7
+ - Tom Locke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ date: 2008-12-08 16:00:00 -08:00
12
+ default_executable:
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: hobosupport
16
+ type: :runtime
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - "="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.8.5
23
+ version:
24
+ - !ruby/object:Gem::Dependency
25
+ name: hobofields
26
+ type: :runtime
27
+ version_requirement:
28
+ version_requirements: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.8.5
33
+ version:
34
+ - !ruby/object:Gem::Dependency
35
+ name: rails
36
+ type: :runtime
37
+ version_requirement:
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.2.2
43
+ version:
44
+ - !ruby/object:Gem::Dependency
45
+ name: mislav-will_paginate
46
+ type: :runtime
47
+ version_requirement:
48
+ version_requirements: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.2.1
53
+ version:
54
+ description: The web app builder for Rails
55
+ email: tom@tomlocke.com
56
+ executables:
57
+ - hobo
58
+ extensions: []
59
+
60
+ extra_rdoc_files:
61
+ - bin/hobo
62
+ - lib/action_view_extensions/helpers/tag_helper.rb
63
+ - lib/active_record/association_collection.rb
64
+ - lib/active_record/association_proxy.rb
65
+ - lib/active_record/association_reflection.rb
66
+ - lib/extensions/test_case.rb
67
+ - lib/hobo/accessible_associations.rb
68
+ - lib/hobo/authentication_support.rb
69
+ - lib/hobo/bundle.rb
70
+ - lib/hobo/composite_model.rb
71
+ - lib/hobo/controller.rb
72
+ - lib/hobo/dev_controller.rb
73
+ - lib/hobo/dryml/dryml_builder.rb
74
+ - lib/hobo/dryml/dryml_doc.rb
75
+ - lib/hobo/dryml/dryml_generator.rb
76
+ - lib/hobo/dryml/dryml_support_controller.rb
77
+ - lib/hobo/dryml/parser/attribute.rb
78
+ - lib/hobo/dryml/parser/base_parser.rb
79
+ - lib/hobo/dryml/parser/document.rb
80
+ - lib/hobo/dryml/parser/element.rb
81
+ - lib/hobo/dryml/parser/elements.rb
82
+ - lib/hobo/dryml/parser/source.rb
83
+ - lib/hobo/dryml/parser/text.rb
84
+ - lib/hobo/dryml/parser/tree_parser.rb
85
+ - lib/hobo/dryml/parser.rb
86
+ - lib/hobo/dryml/part_context.rb
87
+ - lib/hobo/dryml/scoped_variables.rb
88
+ - lib/hobo/dryml/tag_parameters.rb
89
+ - lib/hobo/dryml/taglib.rb
90
+ - lib/hobo/dryml/template.rb
91
+ - lib/hobo/dryml/template_environment.rb
92
+ - lib/hobo/dryml/template_handler.rb
93
+ - lib/hobo/dryml.rb
94
+ - lib/hobo/find_for.rb
95
+ - lib/hobo/generator.rb
96
+ - lib/hobo/guest.rb
97
+ - lib/hobo/hobo_helper.rb
98
+ - lib/hobo/include_in_save.rb
99
+ - lib/hobo/lifecycles/actions.rb
100
+ - lib/hobo/lifecycles/creator.rb
101
+ - lib/hobo/lifecycles/lifecycle.rb
102
+ - lib/hobo/lifecycles/state.rb
103
+ - lib/hobo/lifecycles/transition.rb
104
+ - lib/hobo/lifecycles.rb
105
+ - lib/hobo/model.rb
106
+ - lib/hobo/model_controller.rb
107
+ - lib/hobo/model_router.rb
108
+ - lib/hobo/model_support.rb
109
+ - lib/hobo/permissions/associations.rb
110
+ - lib/hobo/permissions.rb
111
+ - lib/hobo/rapid_helper.rb
112
+ - lib/hobo/scopes/apply_scopes.rb
113
+ - lib/hobo/scopes/association_proxy_extensions.rb
114
+ - lib/hobo/scopes/automatic_scopes.rb
115
+ - lib/hobo/scopes/named_scope_extensions.rb
116
+ - lib/hobo/scopes.rb
117
+ - lib/hobo/static_tags
118
+ - lib/hobo/undefined.rb
119
+ - lib/hobo/undefined_access_error.rb
120
+ - lib/hobo/user.rb
121
+ - lib/hobo/user_controller.rb
122
+ - lib/hobo/view_hints.rb
123
+ - lib/hobo.rb
124
+ - LICENSE.txt
125
+ - README
126
+ - tasks/environments.rake
127
+ - tasks/fix_dryml.rake
128
+ - tasks/generate_tag_reference.rake
129
+ - tasks/hobo_tasks.rake
130
+ files:
131
+ - bin/hobo
132
+ - CHANGES.txt
133
+ - dryml_generators/rapid/cards.dryml.erb
134
+ - dryml_generators/rapid/forms.dryml.erb
135
+ - dryml_generators/rapid/pages.dryml.erb
136
+ - init.rb
137
+ - lib/action_view_extensions/helpers/tag_helper.rb
138
+ - lib/active_record/association_collection.rb
139
+ - lib/active_record/association_proxy.rb
140
+ - lib/active_record/association_reflection.rb
141
+ - lib/extensions/test_case.rb
142
+ - lib/hobo/accessible_associations.rb
143
+ - lib/hobo/authentication_support.rb
144
+ - lib/hobo/bundle.rb
145
+ - lib/hobo/composite_model.rb
146
+ - lib/hobo/controller.rb
147
+ - lib/hobo/dev_controller.rb
148
+ - lib/hobo/dryml/dryml_builder.rb
149
+ - lib/hobo/dryml/dryml_doc.rb
150
+ - lib/hobo/dryml/dryml_generator.rb
151
+ - lib/hobo/dryml/dryml_support_controller.rb
152
+ - lib/hobo/dryml/parser/attribute.rb
153
+ - lib/hobo/dryml/parser/base_parser.rb
154
+ - lib/hobo/dryml/parser/document.rb
155
+ - lib/hobo/dryml/parser/element.rb
156
+ - lib/hobo/dryml/parser/elements.rb
157
+ - lib/hobo/dryml/parser/source.rb
158
+ - lib/hobo/dryml/parser/text.rb
159
+ - lib/hobo/dryml/parser/tree_parser.rb
160
+ - lib/hobo/dryml/parser.rb
161
+ - lib/hobo/dryml/part_context.rb
162
+ - lib/hobo/dryml/scoped_variables.rb
163
+ - lib/hobo/dryml/tag_parameters.rb
164
+ - lib/hobo/dryml/taglib.rb
165
+ - lib/hobo/dryml/template.rb
166
+ - lib/hobo/dryml/template_environment.rb
167
+ - lib/hobo/dryml/template_handler.rb
168
+ - lib/hobo/dryml.rb
169
+ - lib/hobo/find_for.rb
170
+ - lib/hobo/generator.rb
171
+ - lib/hobo/guest.rb
172
+ - lib/hobo/hobo_helper.rb
173
+ - lib/hobo/include_in_save.rb
174
+ - lib/hobo/lifecycles/actions.rb
175
+ - lib/hobo/lifecycles/creator.rb
176
+ - lib/hobo/lifecycles/lifecycle.rb
177
+ - lib/hobo/lifecycles/state.rb
178
+ - lib/hobo/lifecycles/transition.rb
179
+ - lib/hobo/lifecycles.rb
180
+ - lib/hobo/model.rb
181
+ - lib/hobo/model_controller.rb
182
+ - lib/hobo/model_router.rb
183
+ - lib/hobo/model_support.rb
184
+ - lib/hobo/permissions/associations.rb
185
+ - lib/hobo/permissions.rb
186
+ - lib/hobo/rapid_helper.rb
187
+ - lib/hobo/scopes/apply_scopes.rb
188
+ - lib/hobo/scopes/association_proxy_extensions.rb
189
+ - lib/hobo/scopes/automatic_scopes.rb
190
+ - lib/hobo/scopes/named_scope_extensions.rb
191
+ - lib/hobo/scopes.rb
192
+ - lib/hobo/static_tags
193
+ - lib/hobo/undefined.rb
194
+ - lib/hobo/undefined_access_error.rb
195
+ - lib/hobo/user.rb
196
+ - lib/hobo/user_controller.rb
197
+ - lib/hobo/view_hints.rb
198
+ - lib/hobo.rb
199
+ - LICENSE.txt
200
+ - Manifest
201
+ - rails_generators/hobo/hobo_generator.rb
202
+ - rails_generators/hobo/templates/application.css
203
+ - rails_generators/hobo/templates/application.dryml
204
+ - rails_generators/hobo/templates/dryml-support.js
205
+ - rails_generators/hobo/templates/guest.rb
206
+ - rails_generators/hobo/templates/initializer.rb
207
+ - rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
208
+ - rails_generators/hobo_front_controller/templates/controller.rb
209
+ - rails_generators/hobo_front_controller/templates/functional_test.rb
210
+ - rails_generators/hobo_front_controller/templates/helper.rb
211
+ - rails_generators/hobo_front_controller/templates/index.dryml
212
+ - rails_generators/hobo_front_controller/USAGE
213
+ - rails_generators/hobo_model/hobo_model_generator.rb
214
+ - rails_generators/hobo_model/templates/fixtures.yml
215
+ - rails_generators/hobo_model/templates/hints.rb
216
+ - rails_generators/hobo_model/templates/model.rb
217
+ - rails_generators/hobo_model/templates/unit_test.rb
218
+ - rails_generators/hobo_model/USAGE
219
+ - rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
220
+ - rails_generators/hobo_model_controller/templates/controller.rb
221
+ - rails_generators/hobo_model_controller/templates/functional_test.rb
222
+ - rails_generators/hobo_model_controller/templates/helper.rb
223
+ - rails_generators/hobo_model_controller/USAGE
224
+ - rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
225
+ - rails_generators/hobo_model_resource/templates/controller.rb
226
+ - rails_generators/hobo_model_resource/templates/functional_test.rb
227
+ - rails_generators/hobo_model_resource/templates/helper.rb
228
+ - rails_generators/hobo_rapid/hobo_rapid_generator.rb
229
+ - rails_generators/hobo_rapid/templates/blank.gif
230
+ - rails_generators/hobo_rapid/templates/hobo-rapid.css
231
+ - rails_generators/hobo_rapid/templates/hobo-rapid.js
232
+ - rails_generators/hobo_rapid/templates/IE7.js
233
+ - rails_generators/hobo_rapid/templates/lowpro.js
234
+ - rails_generators/hobo_rapid/templates/reset.css
235
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
236
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
237
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
238
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
239
+ - rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
240
+ - rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
241
+ - rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
242
+ - rails_generators/hobo_subsite/hobo_subsite_generator.rb
243
+ - rails_generators/hobo_subsite/templates/application.dryml
244
+ - rails_generators/hobo_subsite/templates/controller.rb
245
+ - rails_generators/hobo_subsite/templates/site_taglib.dryml
246
+ - rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
247
+ - rails_generators/hobo_user_controller/templates/controller.rb
248
+ - rails_generators/hobo_user_controller/templates/functional_test.rb
249
+ - rails_generators/hobo_user_controller/templates/helper.rb
250
+ - rails_generators/hobo_user_controller/USAGE
251
+ - rails_generators/hobo_user_model/hobo_user_model_generator.rb
252
+ - rails_generators/hobo_user_model/templates/fixtures.yml
253
+ - rails_generators/hobo_user_model/templates/forgot_password.erb
254
+ - rails_generators/hobo_user_model/templates/mailer.rb
255
+ - rails_generators/hobo_user_model/templates/model.rb
256
+ - rails_generators/hobo_user_model/templates/unit_test.rb
257
+ - rails_generators/hobo_user_model/USAGE
258
+ - Rakefile
259
+ - README
260
+ - script/destroy
261
+ - script/generate
262
+ - taglibs/core.dryml
263
+ - taglibs/rapid.dryml
264
+ - taglibs/rapid_core.dryml
265
+ - taglibs/rapid_document_tags.dryml
266
+ - taglibs/rapid_editing.dryml
267
+ - taglibs/rapid_forms.dryml
268
+ - taglibs/rapid_generics.dryml
269
+ - taglibs/rapid_lifecycles.dryml
270
+ - taglibs/rapid_navigation.dryml
271
+ - taglibs/rapid_pages.dryml
272
+ - taglibs/rapid_plus.dryml
273
+ - taglibs/rapid_support.dryml
274
+ - taglibs/rapid_user_pages.dryml
275
+ - tasks/environments.rake
276
+ - tasks/fix_dryml.rake
277
+ - tasks/generate_tag_reference.rake
278
+ - tasks/hobo_tasks.rake
279
+ - test/generators/test_generator_helper.rb
280
+ - test/generators/test_helper.rb
281
+ - test/generators/test_hobo_model_controller_generator.rb
282
+ - test/permissions/models/models.rb
283
+ - test/permissions/models/schema.rb
284
+ - test/permissions/models/test.sqlite3
285
+ - test/permissions/test_permissions.rb
286
+ - hobo.gemspec
287
+ has_rdoc: true
288
+ homepage: http://hobocentral.net/
289
+ post_install_message:
290
+ rdoc_options:
291
+ - --line-numbers
292
+ - --inline-source
293
+ - --title
294
+ - Hobo
295
+ - --main
296
+ - README
297
+ require_paths:
298
+ - lib
299
+ required_ruby_version: !ruby/object:Gem::Requirement
300
+ requirements:
301
+ - - ">="
302
+ - !ruby/object:Gem::Version
303
+ version: "0"
304
+ version:
305
+ required_rubygems_version: !ruby/object:Gem::Requirement
306
+ requirements:
307
+ - - ">="
308
+ - !ruby/object:Gem::Version
309
+ version: "1.2"
310
+ version:
311
+ requirements: []
312
+
313
+ rubyforge_project: hobo
314
+ rubygems_version: 1.2.0
315
+ signing_key:
316
+ specification_version: 2
317
+ summary: The web app builder for Rails
318
+ test_files:
319
+ - test/dryml/complilation_test.rb
320
+ - test/generators/test_generator_helper.rb
321
+ - test/generators/test_helper.rb
322
+ - test/generators/test_hobo_model_controller_generator.rb
323
+ - test/permissions/test_permissions.rb