forked from eadz/typus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
typus.gemspec
267 lines (263 loc) · 12.5 KB
/
typus.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
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{typus}
s.version = "0.9.30"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Francesc Esplugas"]
s.date = %q{2009-09-17}
s.description = %q{Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
".gitignore",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"app/controllers/admin/master_controller.rb",
"app/controllers/typus_controller.rb",
"app/helpers/admin/form_helper.rb",
"app/helpers/admin/master_helper.rb",
"app/helpers/admin/public_helper.rb",
"app/helpers/admin/sidebar_helper.rb",
"app/helpers/admin/table_helper.rb",
"app/helpers/typus_helper.rb",
"app/models/typus_mailer.rb",
"app/models/typus_user.rb",
"app/views/admin/dashboard/_sidebar.html.erb",
"app/views/admin/resources/edit.html.erb",
"app/views/admin/resources/index.html.erb",
"app/views/admin/resources/new.html.erb",
"app/views/admin/resources/show.html.erb",
"app/views/admin/shared/_footer.html.erb",
"app/views/admin/shared/_pagination.html.erb",
"app/views/admin/templates/_boolean.html.erb",
"app/views/admin/templates/_date.html.erb",
"app/views/admin/templates/_datetime.html.erb",
"app/views/admin/templates/_file.html.erb",
"app/views/admin/templates/_password.html.erb",
"app/views/admin/templates/_selector.html.erb",
"app/views/admin/templates/_string.html.erb",
"app/views/admin/templates/_text.html.erb",
"app/views/admin/templates/_time.html.erb",
"app/views/admin/templates/_tiny_mce.html.erb",
"app/views/layouts/admin.html.erb",
"app/views/layouts/typus.html.erb",
"app/views/typus/dashboard.html.erb",
"app/views/typus/recover_password.html.erb",
"app/views/typus/reset_password.html.erb",
"app/views/typus/sign_in.html.erb",
"app/views/typus/sign_up.html.erb",
"app/views/typus_mailer/reset_password_link.erb",
"config/locales/de.yml",
"config/locales/es.yml",
"config/locales/fr.yml",
"config/locales/language.yml.template",
"config/locales/pt-BR.yml",
"config/locales/ru.yml",
"config/routes.rb",
"generators/typus/templates/config/initializers/typus.rb",
"generators/typus/templates/config/typus/README",
"generators/typus/templates/config/typus/application.yml",
"generators/typus/templates/config/typus/application_roles.yml",
"generators/typus/templates/config/typus/typus.yml",
"generators/typus/templates/config/typus/typus_roles.yml",
"generators/typus/templates/db/create_typus_users.rb",
"generators/typus/templates/public/images/admin/fancybox/fancy_closebox.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_left.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_progress.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_right.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_e.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_n.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_ne.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_nw.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_s.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_se.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_sw.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_shadow_w.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_title_left.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_title_main.png",
"generators/typus/templates/public/images/admin/fancybox/fancy_title_right.png",
"generators/typus/templates/public/images/admin/ui-icons.png",
"generators/typus/templates/public/javascripts/admin/application.js",
"generators/typus/templates/public/javascripts/admin/jquery-1.3.2.min.js",
"generators/typus/templates/public/javascripts/admin/jquery.fancybox-1.2.1.min.js",
"generators/typus/templates/public/stylesheets/admin/jquery.fancybox.css",
"generators/typus/templates/public/stylesheets/admin/reset.css",
"generators/typus/templates/public/stylesheets/admin/screen.css",
"generators/typus/typus_generator.rb",
"generators/typus_update_schema_to_01/templates/config/typus.yml",
"generators/typus_update_schema_to_01/templates/migration.rb",
"generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb",
"generators/typus_update_schema_to_02/templates/migration.rb",
"generators/typus_update_schema_to_02/typus_update_schema_to_02_generator.rb",
"lib/typus.rb",
"lib/typus/active_record.rb",
"lib/typus/authentication.rb",
"lib/typus/configuration.rb",
"lib/typus/extensions/routes.rb",
"lib/typus/extensions/routes_hack.rb",
"lib/typus/format.rb",
"lib/typus/generator.rb",
"lib/typus/hash.rb",
"lib/typus/object.rb",
"lib/typus/preferences.rb",
"lib/typus/preview.rb",
"lib/typus/quick_edit.rb",
"lib/typus/reloader.rb",
"lib/typus/string.rb",
"lib/typus/templates/index.html.erb",
"lib/typus/templates/resource_controller.rb.erb",
"lib/typus/templates/resource_controller_test.rb.erb",
"lib/typus/templates/resources_controller.rb.erb",
"lib/typus/user.rb",
"lib/vendor/active_record.rb",
"lib/vendor/paginator.rb",
"lib/vendor/rss_parser.rb",
"rails/init.rb",
"tasks/typus_tasks.rake",
"test/config/broken/application.yml",
"test/config/broken/application_roles.yml",
"test/config/broken/empty.yml",
"test/config/broken/empty_roles.yml",
"test/config/broken/undefined.yml",
"test/config/broken/undefined_roles.yml",
"test/config/default/typus.yml",
"test/config/default/typus_roles.yml",
"test/config/empty/empty_01.yml",
"test/config/empty/empty_01_roles.yml",
"test/config/empty/empty_02.yml",
"test/config/empty/empty_02_roles.yml",
"test/config/locales/es.yml",
"test/config/ordered/001_roles.yml",
"test/config/ordered/002_roles.yml",
"test/config/unordered/app_one_roles.yml",
"test/config/unordered/app_two_roles.yml",
"test/config/working/application.yml",
"test/config/working/application_roles.yml",
"test/config/working/typus.yml",
"test/config/working/typus_roles.yml",
"test/fixtures/app/controllers/admin/assets_controller.rb",
"test/fixtures/app/controllers/admin/categories_controller.rb",
"test/fixtures/app/controllers/admin/comments_controller.rb",
"test/fixtures/app/controllers/admin/pages_controller.rb",
"test/fixtures/app/controllers/admin/posts_controller.rb",
"test/fixtures/app/controllers/admin/status_controller.rb",
"test/fixtures/app/controllers/admin/typus_users_controller.rb",
"test/fixtures/app/controllers/admin/watch_dog_controller.rb",
"test/fixtures/app/views/admin/dashboard/_content.html.erb",
"test/fixtures/app/views/admin/dashboard/_sidebar.html.erb",
"test/fixtures/app/views/admin/posts/_edit.html.erb",
"test/fixtures/app/views/admin/posts/_index.html.erb",
"test/fixtures/app/views/admin/posts/_new.html.erb",
"test/fixtures/app/views/admin/posts/_show.html.erb",
"test/fixtures/app/views/admin/posts/_sidebar.html.erb",
"test/fixtures/app/views/admin/resources/_sidebar.html.erb",
"test/fixtures/app/views/admin/shared/_footer.html.erb",
"test/fixtures/app/views/admin/status/index.html.erb",
"test/fixtures/app/views/admin/templates/_datepicker.html.erb",
"test/fixtures/assets.yml",
"test/fixtures/categories.yml",
"test/fixtures/comments.yml",
"test/fixtures/pages.yml",
"test/fixtures/posts.yml",
"test/fixtures/typus_users.yml",
"test/functional/admin/master_controller_assets_relationships.rb",
"test/functional/admin/master_controller_categories_lists_test.rb",
"test/functional/admin/master_controller_posts_before_test.rb",
"test/functional/admin/master_controller_posts_crud_test.rb",
"test/functional/admin/master_controller_posts_formats_test.rb",
"test/functional/admin/master_controller_posts_permissions_test.rb",
"test/functional/admin/master_controller_posts_relationships_test.rb",
"test/functional/admin/master_controller_posts_roles.rb",
"test/functional/admin/master_controller_posts_toggle_test.rb",
"test/functional/admin/master_controller_posts_views_test.rb",
"test/functional/admin/master_controller_tableless_resource_test.rb",
"test/functional/admin/master_controller_typus_users_test.rb",
"test/functional/typus_controller_test.rb",
"test/helper.rb",
"test/helpers/admin/form_helper_test.rb",
"test/helpers/admin/master_helper_test.rb",
"test/helpers/admin/public_helper_test.rb",
"test/helpers/admin/sidebar_helper_test.rb",
"test/helpers/admin/table_helper_test.rb",
"test/helpers/typus_helper_test.rb",
"test/lib/active_record_test.rb",
"test/lib/configuration_test.rb",
"test/lib/hash_test.rb",
"test/lib/routes_test.rb",
"test/lib/string_test.rb",
"test/lib/typus_test.rb",
"test/models.rb",
"test/schema.rb",
"test/unit/typus_mailer_test.rb",
"test/unit/typus_test.rb",
"test/unit/typus_user_roles_test.rb",
"test/unit/typus_user_test.rb",
"test/vendor/active_record_test.rb",
"test/vendor/paginator_test.rb",
"typus.gemspec"
]
s.homepage = %q{http://intraducibles.com/projects/typus}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)}
s.test_files = [
"test/fixtures/app/controllers/admin/assets_controller.rb",
"test/fixtures/app/controllers/admin/categories_controller.rb",
"test/fixtures/app/controllers/admin/comments_controller.rb",
"test/fixtures/app/controllers/admin/pages_controller.rb",
"test/fixtures/app/controllers/admin/posts_controller.rb",
"test/fixtures/app/controllers/admin/status_controller.rb",
"test/fixtures/app/controllers/admin/typus_users_controller.rb",
"test/fixtures/app/controllers/admin/watch_dog_controller.rb",
"test/functional/admin/master_controller_assets_relationships.rb",
"test/functional/admin/master_controller_categories_lists_test.rb",
"test/functional/admin/master_controller_posts_before_test.rb",
"test/functional/admin/master_controller_posts_crud_test.rb",
"test/functional/admin/master_controller_posts_formats_test.rb",
"test/functional/admin/master_controller_posts_permissions_test.rb",
"test/functional/admin/master_controller_posts_relationships_test.rb",
"test/functional/admin/master_controller_posts_roles.rb",
"test/functional/admin/master_controller_posts_toggle_test.rb",
"test/functional/admin/master_controller_posts_views_test.rb",
"test/functional/admin/master_controller_tableless_resource_test.rb",
"test/functional/admin/master_controller_typus_users_test.rb",
"test/functional/typus_controller_test.rb",
"test/helper.rb",
"test/helpers/admin/form_helper_test.rb",
"test/helpers/admin/master_helper_test.rb",
"test/helpers/admin/public_helper_test.rb",
"test/helpers/admin/sidebar_helper_test.rb",
"test/helpers/admin/table_helper_test.rb",
"test/helpers/typus_helper_test.rb",
"test/lib/active_record_test.rb",
"test/lib/configuration_test.rb",
"test/lib/hash_test.rb",
"test/lib/routes_test.rb",
"test/lib/string_test.rb",
"test/lib/typus_test.rb",
"test/models.rb",
"test/schema.rb",
"test/unit/typus_mailer_test.rb",
"test/unit/typus_test.rb",
"test/unit/typus_user_roles_test.rb",
"test/unit/typus_user_test.rb",
"test/vendor/active_record_test.rb",
"test/vendor/paginator_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end