caboose-cms 0.9.195 → 0.9.196

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: 23803eb2e4de5b950f3968d7232e8c15324c2a08
4
- data.tar.gz: 7b04e7ca4a9102717531603e8dcb2387f338e8c8
3
+ metadata.gz: b6c76235f78f0eb25948d31b1cba4c9c3a906627
4
+ data.tar.gz: dd7bd594298e84c6cb7a3d4de620446925e83022
5
5
  SHA512:
6
- metadata.gz: 923cf92e138005734a17250f5d47b0e31671c023266334916b3437b371e0e191983c320fa8c6b3ab4268cfbe10a7906b50d507e678d4a845945f19668efbd1d1
7
- data.tar.gz: 911d24ae64333b88ee701a9927a7c1c1f984b3b7d921196f2e2521275608bdbab6909b66c05a7d717545189b0656c60e812f580f9dfc9b2461408a9f057cedf5
6
+ metadata.gz: da9b374bdf3a3422a9b863bd7e4fb22fd88d0557a30a397d55250be60543d187b676aba43331f7a8c44914949a13f43502e056afc2c39874b4d612c9cfcc9152
7
+ data.tar.gz: 73586d3c38f42765bac250e70b601a71cf15f31e3146270cda769260450f0de3c1c2dc54f928577f3eb329c3487adb2936ac0aaeed12097fdb7e3affb4ec26fa
@@ -40,7 +40,7 @@ module Caboose
40
40
  when 'under_construction' then d.under_construction = value
41
41
  when 'forward_to_primary' then d.forward_to_primary = value
42
42
  when 'forward_to_uri' then d.forward_to_uri = value
43
- when 'force_ssl' then d.force_ssl = value
43
+ when 'force_ssl' then d.force_ssl = value
44
44
  when 'primary' then
45
45
  d.primary = value
46
46
  Domain.where(:site_id => params[:site_id]).all.each do |d2|
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.195'
2
+ VERSION = '0.9.196'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.195
4
+ version: 0.9.196
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry