brainsome_typus 4.0.0.beta1 → 4.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21f236694d1c1df902af2561e078ebbe7c8ecb4d
4
- data.tar.gz: 919dc5f68d64673d129ccd25111bef7759b6d5c6
3
+ metadata.gz: fd069c8c62625fa9aa03780705001541dba42557
4
+ data.tar.gz: 572edd8dd119cb66a7bfa3f40abc27193d81596b
5
5
  SHA512:
6
- metadata.gz: 8806cb86fb9a280aa7eba91eb94afb7ae9583a06cf5316fd065a48397dd4cdff88d7ffeb5d4588c07fb3e2d75192e3ff1405ddb6b22b3ac0def5d153388e3b20
7
- data.tar.gz: 02b174838d8f16b3bc89dfb34de193b492d36bd1453d7e21c6fb2af4accd584515b27e18020b629ec17172624d7077f3644c5ae2a3ad23c836e8afd84682e094
6
+ metadata.gz: a40eaea6a0178c9ab2cab4f7b878f726a453db352dbfe54ad8e4bba5656eca908a832bdd7381a5149c684c18b6b95a722be03f790a4aeb7b583786803746fd99
7
+ data.tar.gz: 8c17f140c22f8337a9b2b744fa96b8ba918a70b294cf7385832e3da308537c7c29370b1280aabd828789a623afdefff319eb6b3eecd8c5720b456cf06ef5a1db
data/Gemfile.lock CHANGED
@@ -43,7 +43,7 @@ GIT
43
43
  PATH
44
44
  remote: .
45
45
  specs:
46
- typus (4.0.0.beta1)
46
+ brainsome_typus (4.0.0.beta2)
47
47
  bcrypt-ruby (~> 3.1.2)
48
48
  jquery-rails
49
49
  rails (~> 4)
@@ -186,6 +186,7 @@ DEPENDENCIES
186
186
  activerecord-jdbcsqlite3-adapter
187
187
  acts_as_list!
188
188
  acts_as_tree
189
+ brainsome_typus!
189
190
  ckeditor-rails!
190
191
  coffee-rails (~> 4.0.0)
191
192
  devise!
@@ -201,5 +202,4 @@ DEPENDENCIES
201
202
  rails-trash!
202
203
  sass-rails (~> 4.0.0)
203
204
  sqlite3 (~> 1.3.8)
204
- typus!
205
205
  uglifier (~> 1.3.0)
data/lib/typus/engine.rb CHANGED
@@ -11,7 +11,7 @@ module Admin
11
11
  # Add nondefault image directory to the precompile array, otherwise images in there won't
12
12
  # become available for the asset pipeline.
13
13
  Rails.application.config.assets.precompile << %r{^img/.+}
14
-
14
+ Rails.application.config.assets.precompile += %w( glyphicons-halflings.png glyphicons-halflings-white.png)
15
15
  end
16
16
  end
17
17
  end
data/lib/typus/version.rb CHANGED
@@ -3,7 +3,7 @@ module Typus
3
3
  MAJOR = 4
4
4
  MINOR = 0
5
5
  TINY = 0
6
- PRE = "beta1"
6
+ PRE = "beta2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
data/typus.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.email = ["support@typuscmf.com", nil]
15
15
  spec.description = "Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content."
16
16
  spec.summary = "Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator)"
17
- spec.homepage = "http://github.com/torial/typus"
17
+ spec.homepage = "https://github.com/brainsome-de/typus"
18
18
  spec.license = "MIT"
19
19
 
20
20
  spec.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainsome_typus
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta1
4
+ version: 4.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Esplugas
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-26 00:00:00.000000000 Z
12
+ date: 2014-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bcrypt-ruby
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: 3.1.2
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: 3.1.2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: jquery-rails
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rails
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ~>
46
+ - - "~>"
47
47
  - !ruby/object:Gem::Version
48
48
  version: '4'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ~>
53
+ - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '4'
56
56
  description: Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured
@@ -62,6 +62,13 @@ executables: []
62
62
  extensions: []
63
63
  extra_rdoc_files: []
64
64
  files:
65
+ - CHANGELOG.md
66
+ - Gemfile
67
+ - Gemfile.lock
68
+ - MIT-LICENSE
69
+ - README.md
70
+ - Rakefile
71
+ - TODO.md
65
72
  - app/assets/javascripts/typus/application.js
66
73
  - app/assets/javascripts/typus/custom.js
67
74
  - app/assets/javascripts/typus/jquery-1.8.3-min.js
@@ -139,9 +146,9 @@ files:
139
146
  - app/views/admin/resources/_new.html.erb
140
147
  - app/views/admin/resources/_pagination.html.erb
141
148
  - app/views/admin/resources/_show.html.erb
149
+ - app/views/admin/resources/edit.html.erb
142
150
  - app/views/admin/resources/edit/_actions.html.erb
143
151
  - app/views/admin/resources/edit/_recently_edited.html.erb
144
- - app/views/admin/resources/edit.html.erb
145
152
  - app/views/admin/resources/index.html.erb
146
153
  - app/views/admin/resources/new.html.erb
147
154
  - app/views/admin/resources/show.html.erb
@@ -149,6 +156,7 @@ files:
149
156
  - app/views/admin/shared/_head.html.erb
150
157
  - app/views/admin/shared/_modals.html.erb
151
158
  - app/views/admin/shared/_sidebar_placeholder.html.erb
159
+ - app/views/admin/templates/README.md
152
160
  - app/views/admin/templates/_belongs_to.html.erb
153
161
  - app/views/admin/templates/_boolean.html.erb
154
162
  - app/views/admin/templates/_date.html.erb
@@ -176,7 +184,6 @@ files:
176
184
  - app/views/admin/templates/modals/_dragonfly.html.erb
177
185
  - app/views/admin/templates/modals/_has_and_belongs_to_many.html.erb
178
186
  - app/views/admin/templates/modals/_has_many.html.erb
179
- - app/views/admin/templates/README.md
180
187
  - app/views/helpers/admin/base/_apps.html.erb
181
188
  - app/views/helpers/admin/base/_breadcrumbs.html.erb
182
189
  - app/views/helpers/admin/base/_flash_message.html.erb
@@ -191,7 +198,6 @@ files:
191
198
  - app/views/layouts/admin/base.html.erb
192
199
  - app/views/layouts/admin/headless.html.erb
193
200
  - app/views/layouts/admin/session.html.erb
194
- - CHANGELOG.md
195
201
  - config/locales/typus.ca.models.yml
196
202
  - config/locales/typus.ca.yml
197
203
  - config/locales/typus.de.models.yml
@@ -217,14 +223,12 @@ files:
217
223
  - config/locales/typus.zh-CN.models.yml
218
224
  - config/locales/typus.zh-CN.yml
219
225
  - config/routes.rb
220
- - Gemfile
221
- - Gemfile.lock
222
226
  - lib/generators/templates/config/initializers/typus.rb
223
227
  - lib/generators/templates/config/initializers/typus_authentication.rb
224
228
  - lib/generators/templates/config/initializers/typus_resources.rb
229
+ - lib/generators/templates/config/typus/README
225
230
  - lib/generators/templates/config/typus/application.yml
226
231
  - lib/generators/templates/config/typus/application_roles.yml
227
- - lib/generators/templates/config/typus/README
228
232
  - lib/generators/templates/config/typus/typus.yml
229
233
  - lib/generators/templates/config/typus/typus_roles.yml
230
234
  - lib/generators/templates/controller.erb
@@ -242,6 +246,7 @@ files:
242
246
  - lib/support/object.rb
243
247
  - lib/support/string.rb
244
248
  - lib/tasks/typus.rake
249
+ - lib/typus.rb
245
250
  - lib/typus/authentication/base.rb
246
251
  - lib/typus/authentication/devise.rb
247
252
  - lib/typus/authentication/http_basic.rb
@@ -251,21 +256,16 @@ files:
251
256
  - lib/typus/configuration.rb
252
257
  - lib/typus/engine.rb
253
258
  - lib/typus/i18n.rb
259
+ - lib/typus/orm/active_record.rb
254
260
  - lib/typus/orm/active_record/admin_user.rb
255
261
  - lib/typus/orm/active_record/class_methods.rb
256
262
  - lib/typus/orm/active_record/instance_methods.rb
257
263
  - lib/typus/orm/active_record/search.rb
258
- - lib/typus/orm/active_record.rb
259
264
  - lib/typus/orm/base/class_methods.rb
260
265
  - lib/typus/orm/base/search.rb
261
266
  - lib/typus/regex.rb
262
267
  - lib/typus/resources.rb
263
268
  - lib/typus/version.rb
264
- - lib/typus.rb
265
- - MIT-LICENSE
266
- - Rakefile
267
- - README.md
268
- - TODO.md
269
269
  - typus.gemspec
270
270
  - vendor/assets/adapt/css/1200.css
271
271
  - vendor/assets/adapt/css/1200.min.css
@@ -293,15 +293,15 @@ files:
293
293
  - vendor/assets/bootstrap-2.3.2/img/glyphicons-halflings.png
294
294
  - vendor/assets/bootstrap-2.3.2/js/bootstrap.js
295
295
  - vendor/assets/bootstrap-2.3.2/js/bootstrap.min.js
296
+ - vendor/assets/chosen/LICENSE.md
296
297
  - vendor/assets/chosen/chosen-sprite.png
297
298
  - vendor/assets/chosen/chosen.css
298
299
  - vendor/assets/chosen/chosen.jquery.js
299
- - vendor/assets/chosen/LICENSE.md
300
300
  - vendor/assets/formalize/css/formalize.css
301
301
  - vendor/assets/formalize/images/button.png
302
302
  - vendor/assets/formalize/images/select_arrow.gif
303
303
  - vendor/assets/formalize/js/jquery.formalize.min.js
304
- homepage: http://github.com/torial/typus
304
+ homepage: https://github.com/brainsome-de/typus
305
305
  licenses:
306
306
  - MIT
307
307
  metadata: {}
@@ -311,17 +311,17 @@ require_paths:
311
311
  - lib
312
312
  required_ruby_version: !ruby/object:Gem::Requirement
313
313
  requirements:
314
- - - '>='
314
+ - - ">="
315
315
  - !ruby/object:Gem::Version
316
316
  version: 1.9.3
317
317
  required_rubygems_version: !ruby/object:Gem::Requirement
318
318
  requirements:
319
- - - '>='
319
+ - - ">="
320
320
  - !ruby/object:Gem::Version
321
321
  version: 1.8.11
322
322
  requirements: []
323
323
  rubyforge_project:
324
- rubygems_version: 2.0.14
324
+ rubygems_version: 2.4.1
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: Effortless backend interface for Ruby on Rails applications. (Admin scaffold