public
Description: Backend interface for Ruby on Rails applications which definitely you'll love! (Admin scaffold generator)
Homepage: http://intraducibles.com/projects/typus
Clone URL: git://github.com/fesplugas/typus.git
fesplugas (author)
Fri Jul 03 07:20:50 -0700 2009
commit  a169d9b3e8a00ca43875dc02c78fd2d18b5a1a0d
tree    36adb3513c1ee1d29a5c48823784d86c807fbd3a
parent  3da5d97c628504b3a9815fb127f864591606109c
typus / typus.gemspec
100644 221 lines (216 sloc) 9.667 kb
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
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{typus}
  s.version = "0.9.15"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Francesc Esplugas"]
  s.date = %q{2009-07-03}
  s.description = %q{Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)}
  s.email = %q{francesc@intraducibles.com}
  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/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/typus/es.yml",
     "config/locales/typus/language.yml.template",
     "config/locales/typus/pt-BR.yml",
     "config/locales/typus/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/arrow_down.gif",
     "generators/typus/templates/public/images/admin/arrow_up.gif",
     "generators/typus/templates/public/images/admin/spinner.gif",
     "generators/typus/templates/public/images/admin/status_false.gif",
     "generators/typus/templates/public/images/admin/status_true.gif",
     "generators/typus/templates/public/images/admin/trash.gif",
     "generators/typus/templates/public/javascripts/admin/application.js",
     "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",
     "lib/typus.rb",
     "lib/typus/active_record.rb",
     "lib/typus/authentication.rb",
     "lib/typus/configuration.rb",
     "lib/typus/format.rb",
     "lib/typus/generator.rb",
     "lib/typus/hash.rb",
     "lib/typus/locale.rb",
     "lib/typus/object.rb",
     "lib/typus/quick_edit.rb",
     "lib/typus/reloader.rb",
     "lib/typus/string.rb",
     "lib/typus/user.rb",
     "lib/vendor/active_record.rb",
     "lib/vendor/paginator.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/comments/_edit.html.erb",
     "test/fixtures/app/views/admin/comments/_index.html.erb",
     "test/fixtures/app/views/admin/comments/_new.html.erb",
     "test/fixtures/app/views/admin/comments/_show.html.erb",
     "test/fixtures/app/views/admin/comments/_sidebar.html.erb",
     "test/fixtures/app/views/admin/dashboard/_content.html.erb",
     "test/fixtures/app/views/admin/dashboard/_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/assets_controller_test.rb",
     "test/functional/admin/categories_controller_test.rb",
     "test/functional/admin/comments_controller_test.rb",
     "test/functional/admin/master_controller_test.rb",
     "test/functional/admin/posts_controller_test.rb",
     "test/functional/admin/status_controller_test.rb",
     "test/functional/admin/typus_users_controller_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.has_rdoc = true
  s.homepage = %q{http://intraducibles.com/projects/typus}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  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/assets_controller_test.rb",
     "test/functional/admin/categories_controller_test.rb",
     "test/functional/admin/comments_controller_test.rb",
     "test/functional/admin/master_controller_test.rb",
     "test/functional/admin/posts_controller_test.rb",
     "test/functional/admin/status_controller_test.rb",
     "test/functional/admin/typus_users_controller_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 = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end