caboose-cms 0.9.72 → 0.9.73

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b7ea7a1341677061df2bc6738490d8314642561
4
- data.tar.gz: ae3513e34796dcc5b5be230825ca7cfba7eb67ed
3
+ metadata.gz: c9e9e64838a7f575101955f5a8d1f845382f1158
4
+ data.tar.gz: 53189bf7780c15285dcce693d12a265d1cc18236
5
5
  SHA512:
6
- metadata.gz: f03d5ad2687cd704fcbd8ea8a1f778abe557bf8bc4932ef94518334c167c8bc1834edc0b7bb7a342f9f12efa99efd5139b92cce670c62821eaeac45bb6022e22
7
- data.tar.gz: 794f756fd3277906fef8c07515bf678f0de739d3b198e7f5c35fb5a270baae049ef60cb265f8316924e4e1b0bad43c666cdd8f5068e313a8f578f86dc82dd788
6
+ metadata.gz: b5176348512047678b9678354533c377079a482abec7c173dd8b19ab092de2d0152893a51c8d3c178d14d27446512c1ff38dac1e0d2d08b4bdbe9fe08d017a72
7
+ data.tar.gz: 8b2eefcc46638da42f2806afc0304dd3e3a346b377552d0c5b0d1a3834d6eda5b962acc147419dee9e491b20e79f186ea21707b54a3e9c922ac93628eee801b9
@@ -27,8 +27,8 @@ class Caboose::Post < ActiveRecord::Base
27
27
  :tiny => '75x75>',
28
28
  :thumb => '150x150>',
29
29
  :large => '400x400>',
30
- :huge => '1000x1000'
31
-
30
+ :huge => '1000x1000',
31
+ :giant => '1600x1600'
32
32
  }
33
33
  do_not_validate_attachment_file_type :image
34
34
 
@@ -1,5 +1,5 @@
1
1
  <div style="padding:60px 2%;text-align:center;background:#fff;">
2
- <img src="http://cabooseit.s3.amazonaws.com/uploads/error_404.png" width="150" />
2
+ <img src="//cabooseit.s3.amazonaws.com/uploads/error_404.png" width="150" />
3
3
  <h1 style="font-size:3em;font-weight:bold;margin-bottom:20px;margin-top:40px;color:#4b4b4b;">Oops!</h1>
4
4
  <p style="color:#4b4b4b;font-size:18px;">The page you are looking for could not be found.</p>
5
5
  </div>
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.72'
2
+ VERSION = '0.9.73'
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.72
4
+ version: 0.9.73
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-09-21 00:00:00.000000000 Z
11
+ date: 2017-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -1325,7 +1325,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1325
1325
  version: '0'
1326
1326
  requirements: []
1327
1327
  rubyforge_project:
1328
- rubygems_version: 2.6.12
1328
+ rubygems_version: 2.2.0
1329
1329
  signing_key:
1330
1330
  specification_version: 4
1331
1331
  summary: CMS built on rails.