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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2382d0cd7dca903db123294ab348c27cf479984
4
- data.tar.gz: 69b9ff6480a2a4b4e4e5d8c78e5f5d27638678aa
3
+ metadata.gz: 5f831cb9d3346c2e26e41cb2f0e675ad78fb5556
4
+ data.tar.gz: bf90f758fdb232711a4d434cf4270bb370c02d3b
5
5
  SHA512:
6
- metadata.gz: f4836eb3d70e11c4a26fc6e3665584d531f56e68038d3c80f1a09afa7d47042fe0b63c638fc2709d7e9076ae08ca16d1d4e1594947883802f889a90cff0b3011
7
- data.tar.gz: 822db3dcbf62ddb4e71affaf8fd4e1103eaaee2bfc4603c0abf76b58588fed42a0189e1e7aed18a0a65f579b28a11a9455d8b7cf22db1b717731369a812100aa
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 => 70 }],
512
+ [ :seo_title , :string , { :limit => 200 }],
513
513
  [ :meta_keywords , :text ],
514
- [ :meta_description , :string , { :limit => 156 }],
514
+ [ :meta_description , :string , { :limit => 300 }],
515
515
  [ :meta_robots , :string , { :default => 'index, follow' }],
516
516
  [ :canonical_url , :string ],
517
- [ :fb_description , :string , { :limit => 156 }],
518
- [ :gp_description , :string , { :limit => 156 }]
517
+ [ :fb_description , :string , { :limit => 300 }],
518
+ [ :gp_description , :string , { :limit => 300 }]
519
519
  ],
520
520
  Caboose::PageCache => [
521
521
  [ :page_id , :integer ],
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.83'
2
+ VERSION = '0.9.84'
3
3
  end
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.83
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-01 00:00:00.000000000 Z
11
+ date: 2017-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg