typus 3.1.0.rc13 → 3.1.0.rc14
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/README.md +6 -0
- data/app/{themes/default/assets → assets}/javascripts/typus.js +0 -0
- data/app/{themes/default/assets → assets}/javascripts/typus/application.js +0 -0
- data/app/{themes/default/assets → assets}/javascripts/typus/jquery.application.js +0 -0
- data/app/{themes/default/assets → assets}/stylesheets/typus.css +0 -0
- data/app/{themes/default/assets → assets}/stylesheets/typus/application.css +0 -0
- data/app/{themes/default/assets → assets}/stylesheets/typus/pagination.css +0 -0
- data/app/{themes/default/assets → assets}/stylesheets/typus/reset.css +0 -0
- data/app/{themes/default/assets → assets}/stylesheets/typus/screen.css +0 -0
- data/app/helpers/admin/base_helper.rb +10 -1
- data/app/{themes/default/views → views}/admin/account/forgot_password.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/account/new.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/base/user_guide.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/dashboard/_applications.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/dashboard/_sidebar.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/dashboard/show.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/dashboard/styles.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/mailer/reset_password_link.text.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_edit.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_form.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_form_javascripts.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_index.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_new.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/_show.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/edit.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/index.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/new.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/resources/show.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/session/new.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/shared/_head.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/README.md +0 -0
- data/app/{themes/default/views → views}/admin/templates/_belongs_to.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_belongs_to_with_autocomplete.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_boolean.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_date.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_datetime.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_dragonfly.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_dragonfly_preview.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_has_n.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_has_one.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_paperclip.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_paperclip_preview.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_password.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_position.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_profile_sidebar.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_selector.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_string.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_string_with_preview.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_text.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_text_with_ckeditor.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_text_with_ckeditor_and_assets.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_time.html.erb +0 -0
- data/app/{themes/default/views → views}/admin/templates/_tree.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/base/_apps.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/base/_flash_message.html.erb +0 -0
- data/app/views/helpers/admin/base/_header.html.erb +7 -0
- data/app/{themes/default/views → views}/helpers/admin/base/_login_info.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/dashboard/_resources.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_actions.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_errors.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_filters.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_search.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_sidebar.html.erb +0 -0
- data/app/{themes/default/views → views}/helpers/admin/resources/_table.html.erb +0 -0
- data/app/{themes/default/views → views}/layouts/admin/base.html.erb +0 -0
- data/app/{themes/default/views → views}/layouts/admin/headless.html.erb +0 -0
- data/app/{themes/default/views → views}/layouts/admin/session.html.erb +0 -0
- data/lib/typus/engine.rb +0 -3
- data/lib/typus/version.rb +1 -1
- data/typus.gemspec +1 -0
- metadata +97 -84
- data/app/themes/default/views/helpers/admin/base/_header.html.erb +0 -7
data/README.md
CHANGED
|
@@ -42,6 +42,12 @@ Update your bundle, run the generator and start the application server:
|
|
|
42
42
|
|
|
43
43
|
and go to <http://0.0.0.0:3000/admin>.
|
|
44
44
|
|
|
45
|
+
## Development
|
|
46
|
+
|
|
47
|
+
To clone repository and initialize submodules:
|
|
48
|
+
|
|
49
|
+
$ git clone --recursive git://github.com/typus/typus.git
|
|
50
|
+
|
|
45
51
|
## Links
|
|
46
52
|
|
|
47
53
|
- [Documentation](https://github.com/typus/typus/wiki)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,16 @@ module Admin::BaseHelper
|
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def header
|
|
8
|
-
|
|
8
|
+
locals = { :admin_title => admin_title }
|
|
9
|
+
render "helpers/admin/base/header", locals
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
def admin_title
|
|
13
|
+
if defined?(Admin::Setting)
|
|
14
|
+
Admin::Setting.admin_title || Typus.admin_title
|
|
15
|
+
else
|
|
16
|
+
Typus.admin_title
|
|
17
|
+
end
|
|
9
18
|
end
|
|
10
19
|
|
|
11
20
|
def has_root_path?
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/app/{themes/default/views → views}/admin/templates/_belongs_to_with_autocomplete.html.erb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/app/{themes/default/views → views}/admin/templates/_text_with_ckeditor_and_assets.html.erb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/typus/engine.rb
CHANGED
data/lib/typus/version.rb
CHANGED
data/typus.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0.
|
|
4
|
+
version: 3.1.0.rc14
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,12 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-07-
|
|
12
|
+
date: 2011-07-13 00:00:00.000000000 +02:00
|
|
13
|
+
default_executable:
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: dragonfly
|
|
16
|
-
requirement: &
|
|
17
|
+
requirement: &2153351380 !ruby/object:Gem::Requirement
|
|
17
18
|
none: false
|
|
18
19
|
requirements:
|
|
19
20
|
- - ~>
|
|
@@ -21,10 +22,10 @@ dependencies:
|
|
|
21
22
|
version: '0.9'
|
|
22
23
|
type: :development
|
|
23
24
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *2153351380
|
|
25
26
|
- !ruby/object:Gem::Dependency
|
|
26
27
|
name: jquery-rails
|
|
27
|
-
requirement: &
|
|
28
|
+
requirement: &2153350800 !ruby/object:Gem::Requirement
|
|
28
29
|
none: false
|
|
29
30
|
requirements:
|
|
30
31
|
- - ! '>='
|
|
@@ -32,10 +33,10 @@ dependencies:
|
|
|
32
33
|
version: '0'
|
|
33
34
|
type: :development
|
|
34
35
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *2153350800
|
|
36
37
|
- !ruby/object:Gem::Dependency
|
|
37
38
|
name: paperclip
|
|
38
|
-
requirement: &
|
|
39
|
+
requirement: &2153350220 !ruby/object:Gem::Requirement
|
|
39
40
|
none: false
|
|
40
41
|
requirements:
|
|
41
42
|
- - ! '>='
|
|
@@ -43,10 +44,10 @@ dependencies:
|
|
|
43
44
|
version: '0'
|
|
44
45
|
type: :development
|
|
45
46
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
47
|
+
version_requirements: *2153350220
|
|
47
48
|
- !ruby/object:Gem::Dependency
|
|
48
49
|
name: rack-cache
|
|
49
|
-
requirement: &
|
|
50
|
+
requirement: &2153349680 !ruby/object:Gem::Requirement
|
|
50
51
|
none: false
|
|
51
52
|
requirements:
|
|
52
53
|
- - ! '>='
|
|
@@ -54,10 +55,10 @@ dependencies:
|
|
|
54
55
|
version: '0'
|
|
55
56
|
type: :development
|
|
56
57
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
58
|
+
version_requirements: *2153349680
|
|
58
59
|
- !ruby/object:Gem::Dependency
|
|
59
60
|
name: rails-trash
|
|
60
|
-
requirement: &
|
|
61
|
+
requirement: &2153349040 !ruby/object:Gem::Requirement
|
|
61
62
|
none: false
|
|
62
63
|
requirements:
|
|
63
64
|
- - ~>
|
|
@@ -65,10 +66,10 @@ dependencies:
|
|
|
65
66
|
version: 1.1.1
|
|
66
67
|
type: :development
|
|
67
68
|
prerelease: false
|
|
68
|
-
version_requirements: *
|
|
69
|
+
version_requirements: *2153349040
|
|
69
70
|
- !ruby/object:Gem::Dependency
|
|
70
71
|
name: jquery-rails
|
|
71
|
-
requirement: &
|
|
72
|
+
requirement: &2153348500 !ruby/object:Gem::Requirement
|
|
72
73
|
none: false
|
|
73
74
|
requirements:
|
|
74
75
|
- - ! '>='
|
|
@@ -76,10 +77,10 @@ dependencies:
|
|
|
76
77
|
version: '0'
|
|
77
78
|
type: :runtime
|
|
78
79
|
prerelease: false
|
|
79
|
-
version_requirements: *
|
|
80
|
+
version_requirements: *2153348500
|
|
80
81
|
- !ruby/object:Gem::Dependency
|
|
81
82
|
name: kaminari
|
|
82
|
-
requirement: &
|
|
83
|
+
requirement: &2153347860 !ruby/object:Gem::Requirement
|
|
83
84
|
none: false
|
|
84
85
|
requirements:
|
|
85
86
|
- - ! '>='
|
|
@@ -87,10 +88,21 @@ dependencies:
|
|
|
87
88
|
version: '0'
|
|
88
89
|
type: :runtime
|
|
89
90
|
prerelease: false
|
|
90
|
-
version_requirements: *
|
|
91
|
+
version_requirements: *2153347860
|
|
92
|
+
- !ruby/object:Gem::Dependency
|
|
93
|
+
name: sass-rails
|
|
94
|
+
requirement: &2153347200 !ruby/object:Gem::Requirement
|
|
95
|
+
none: false
|
|
96
|
+
requirements:
|
|
97
|
+
- - ~>
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: 3.1.0.rc.2
|
|
100
|
+
type: :runtime
|
|
101
|
+
prerelease: false
|
|
102
|
+
version_requirements: *2153347200
|
|
91
103
|
- !ruby/object:Gem::Dependency
|
|
92
104
|
name: rails
|
|
93
|
-
requirement: &
|
|
105
|
+
requirement: &2153346560 !ruby/object:Gem::Requirement
|
|
94
106
|
none: false
|
|
95
107
|
requirements:
|
|
96
108
|
- - ~>
|
|
@@ -98,7 +110,7 @@ dependencies:
|
|
|
98
110
|
version: 3.1.0.rc4
|
|
99
111
|
type: :runtime
|
|
100
112
|
prerelease: false
|
|
101
|
-
version_requirements: *
|
|
113
|
+
version_requirements: *2153346560
|
|
102
114
|
description: Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured
|
|
103
115
|
content.
|
|
104
116
|
email:
|
|
@@ -112,6 +124,14 @@ files:
|
|
|
112
124
|
- MIT-LICENSE
|
|
113
125
|
- README.md
|
|
114
126
|
- Rakefile
|
|
127
|
+
- app/assets/javascripts/typus.js
|
|
128
|
+
- app/assets/javascripts/typus/application.js
|
|
129
|
+
- app/assets/javascripts/typus/jquery.application.js
|
|
130
|
+
- app/assets/stylesheets/typus.css
|
|
131
|
+
- app/assets/stylesheets/typus/application.css
|
|
132
|
+
- app/assets/stylesheets/typus/pagination.css
|
|
133
|
+
- app/assets/stylesheets/typus/reset.css
|
|
134
|
+
- app/assets/stylesheets/typus/screen.css
|
|
115
135
|
- app/controllers/admin/account_controller.rb
|
|
116
136
|
- app/controllers/admin/base_controller.rb
|
|
117
137
|
- app/controllers/admin/dashboard_controller.rb
|
|
@@ -144,71 +164,63 @@ files:
|
|
|
144
164
|
- app/helpers/admin/resources/table_helper.rb
|
|
145
165
|
- app/helpers/admin/resources_helper.rb
|
|
146
166
|
- app/mailers/admin/mailer.rb
|
|
147
|
-
- app/
|
|
148
|
-
- app/
|
|
149
|
-
- app/
|
|
150
|
-
- app/
|
|
151
|
-
- app/
|
|
152
|
-
- app/
|
|
153
|
-
- app/
|
|
154
|
-
- app/
|
|
155
|
-
- app/
|
|
156
|
-
- app/
|
|
157
|
-
- app/
|
|
158
|
-
- app/
|
|
159
|
-
- app/
|
|
160
|
-
- app/
|
|
161
|
-
- app/
|
|
162
|
-
- app/
|
|
163
|
-
- app/
|
|
164
|
-
- app/
|
|
165
|
-
- app/
|
|
166
|
-
- app/
|
|
167
|
-
- app/
|
|
168
|
-
- app/
|
|
169
|
-
- app/
|
|
170
|
-
- app/
|
|
171
|
-
- app/
|
|
172
|
-
- app/
|
|
173
|
-
- app/
|
|
174
|
-
- app/
|
|
175
|
-
- app/
|
|
176
|
-
- app/
|
|
177
|
-
- app/
|
|
178
|
-
- app/
|
|
179
|
-
- app/
|
|
180
|
-
- app/
|
|
181
|
-
- app/
|
|
182
|
-
- app/
|
|
183
|
-
- app/
|
|
184
|
-
- app/
|
|
185
|
-
- app/
|
|
186
|
-
- app/
|
|
187
|
-
- app/
|
|
188
|
-
- app/
|
|
189
|
-
- app/
|
|
190
|
-
- app/
|
|
191
|
-
- app/
|
|
192
|
-
- app/
|
|
193
|
-
- app/
|
|
194
|
-
- app/
|
|
195
|
-
- app/
|
|
196
|
-
- app/
|
|
197
|
-
- app/
|
|
198
|
-
- app/
|
|
199
|
-
- app/
|
|
200
|
-
- app/
|
|
201
|
-
- app/
|
|
202
|
-
- app/
|
|
203
|
-
- app/
|
|
204
|
-
- app/themes/default/views/helpers/admin/resources/_errors.html.erb
|
|
205
|
-
- app/themes/default/views/helpers/admin/resources/_filters.html.erb
|
|
206
|
-
- app/themes/default/views/helpers/admin/resources/_search.html.erb
|
|
207
|
-
- app/themes/default/views/helpers/admin/resources/_sidebar.html.erb
|
|
208
|
-
- app/themes/default/views/helpers/admin/resources/_table.html.erb
|
|
209
|
-
- app/themes/default/views/layouts/admin/base.html.erb
|
|
210
|
-
- app/themes/default/views/layouts/admin/headless.html.erb
|
|
211
|
-
- app/themes/default/views/layouts/admin/session.html.erb
|
|
167
|
+
- app/views/admin/account/forgot_password.html.erb
|
|
168
|
+
- app/views/admin/account/new.html.erb
|
|
169
|
+
- app/views/admin/base/user_guide.html.erb
|
|
170
|
+
- app/views/admin/dashboard/_applications.html.erb
|
|
171
|
+
- app/views/admin/dashboard/_sidebar.html.erb
|
|
172
|
+
- app/views/admin/dashboard/show.html.erb
|
|
173
|
+
- app/views/admin/dashboard/styles.html.erb
|
|
174
|
+
- app/views/admin/mailer/reset_password_link.text.erb
|
|
175
|
+
- app/views/admin/resources/_edit.html.erb
|
|
176
|
+
- app/views/admin/resources/_form.html.erb
|
|
177
|
+
- app/views/admin/resources/_form_javascripts.html.erb
|
|
178
|
+
- app/views/admin/resources/_index.html.erb
|
|
179
|
+
- app/views/admin/resources/_new.html.erb
|
|
180
|
+
- app/views/admin/resources/_show.html.erb
|
|
181
|
+
- app/views/admin/resources/edit.html.erb
|
|
182
|
+
- app/views/admin/resources/index.html.erb
|
|
183
|
+
- app/views/admin/resources/new.html.erb
|
|
184
|
+
- app/views/admin/resources/show.html.erb
|
|
185
|
+
- app/views/admin/session/new.html.erb
|
|
186
|
+
- app/views/admin/shared/_head.html.erb
|
|
187
|
+
- app/views/admin/templates/README.md
|
|
188
|
+
- app/views/admin/templates/_belongs_to.html.erb
|
|
189
|
+
- app/views/admin/templates/_belongs_to_with_autocomplete.html.erb
|
|
190
|
+
- app/views/admin/templates/_boolean.html.erb
|
|
191
|
+
- app/views/admin/templates/_date.html.erb
|
|
192
|
+
- app/views/admin/templates/_datetime.html.erb
|
|
193
|
+
- app/views/admin/templates/_dragonfly.html.erb
|
|
194
|
+
- app/views/admin/templates/_dragonfly_preview.html.erb
|
|
195
|
+
- app/views/admin/templates/_has_n.html.erb
|
|
196
|
+
- app/views/admin/templates/_has_one.html.erb
|
|
197
|
+
- app/views/admin/templates/_paperclip.html.erb
|
|
198
|
+
- app/views/admin/templates/_paperclip_preview.html.erb
|
|
199
|
+
- app/views/admin/templates/_password.html.erb
|
|
200
|
+
- app/views/admin/templates/_position.html.erb
|
|
201
|
+
- app/views/admin/templates/_profile_sidebar.html.erb
|
|
202
|
+
- app/views/admin/templates/_selector.html.erb
|
|
203
|
+
- app/views/admin/templates/_string.html.erb
|
|
204
|
+
- app/views/admin/templates/_string_with_preview.html.erb
|
|
205
|
+
- app/views/admin/templates/_text.html.erb
|
|
206
|
+
- app/views/admin/templates/_text_with_ckeditor.html.erb
|
|
207
|
+
- app/views/admin/templates/_text_with_ckeditor_and_assets.html.erb
|
|
208
|
+
- app/views/admin/templates/_time.html.erb
|
|
209
|
+
- app/views/admin/templates/_tree.html.erb
|
|
210
|
+
- app/views/helpers/admin/base/_apps.html.erb
|
|
211
|
+
- app/views/helpers/admin/base/_flash_message.html.erb
|
|
212
|
+
- app/views/helpers/admin/base/_header.html.erb
|
|
213
|
+
- app/views/helpers/admin/base/_login_info.html.erb
|
|
214
|
+
- app/views/helpers/admin/dashboard/_resources.html.erb
|
|
215
|
+
- app/views/helpers/admin/resources/_actions.html.erb
|
|
216
|
+
- app/views/helpers/admin/resources/_errors.html.erb
|
|
217
|
+
- app/views/helpers/admin/resources/_filters.html.erb
|
|
218
|
+
- app/views/helpers/admin/resources/_search.html.erb
|
|
219
|
+
- app/views/helpers/admin/resources/_sidebar.html.erb
|
|
220
|
+
- app/views/helpers/admin/resources/_table.html.erb
|
|
221
|
+
- app/views/layouts/admin/base.html.erb
|
|
222
|
+
- app/views/layouts/admin/headless.html.erb
|
|
223
|
+
- app/views/layouts/admin/session.html.erb
|
|
212
224
|
- config/locales/typus.ca.models.yml
|
|
213
225
|
- config/locales/typus.ca.yml
|
|
214
226
|
- config/locales/typus.de.models.yml
|
|
@@ -317,6 +329,7 @@ files:
|
|
|
317
329
|
- vendor/assets/jquery-searchField/jquery.searchField.js
|
|
318
330
|
- vendor/assets/jquery-tokeninput/jquery.tokeninput.js
|
|
319
331
|
- vendor/assets/jquery-tokeninput/token-input.css
|
|
332
|
+
has_rdoc: true
|
|
320
333
|
homepage: http://core.typuscms.com/
|
|
321
334
|
licenses: []
|
|
322
335
|
post_install_message:
|
|
@@ -337,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
337
350
|
version: 1.3.1
|
|
338
351
|
requirements: []
|
|
339
352
|
rubyforge_project: typus
|
|
340
|
-
rubygems_version: 1.
|
|
353
|
+
rubygems_version: 1.6.2
|
|
341
354
|
signing_key:
|
|
342
355
|
specification_version: 3
|
|
343
356
|
summary: Effortless backend interface for Ruby on Rails applications. (Admin scaffold
|