caboose-cms 0.9.83 → 0.9.84
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/caboose/schema.rb +4 -4
- data/lib/caboose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f831cb9d3346c2e26e41cb2f0e675ad78fb5556
|
4
|
+
data.tar.gz: bf90f758fdb232711a4d434cf4270bb370c02d3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1caeb8fc47bba7cca8325107c0d719139a9016c324722af723fba9560f0806fe5af1dfc08877b255b77cee4465b1da7492a65bb849ea190772ab8e97579eb1d
|
7
|
+
data.tar.gz: fca7945fd23aaae888b3c2a36f2c1b38665325aa9e92bafa452c47c34409567b1dd66b9352c74033347ce142c2ef31beadf85adc91267334ba3e924de8fec552
|
@@ -509,13 +509,13 @@ class Caboose::Schema < Caboose::Utilities::Schema
|
|
509
509
|
[ :layout , :string ],
|
510
510
|
[ :sort_order , :integer , { :default => 0 }],
|
511
511
|
[ :custom_sort_children , :boolean , { :default => false }],
|
512
|
-
[ :seo_title , :string , { :limit =>
|
512
|
+
[ :seo_title , :string , { :limit => 200 }],
|
513
513
|
[ :meta_keywords , :text ],
|
514
|
-
[ :meta_description , :string , { :limit =>
|
514
|
+
[ :meta_description , :string , { :limit => 300 }],
|
515
515
|
[ :meta_robots , :string , { :default => 'index, follow' }],
|
516
516
|
[ :canonical_url , :string ],
|
517
|
-
[ :fb_description , :string , { :limit =>
|
518
|
-
[ :gp_description , :string , { :limit =>
|
517
|
+
[ :fb_description , :string , { :limit => 300 }],
|
518
|
+
[ :gp_description , :string , { :limit => 300 }]
|
519
519
|
],
|
520
520
|
Caboose::PageCache => [
|
521
521
|
[ :page_id , :integer ],
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: caboose-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.84
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Barry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|