caboose-cms 0.9.181 → 0.9.182

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: ef969e5eae4c2719750d5823845b9d9253070924
4
- data.tar.gz: 769aa0063fc099a95ff534f78e884755fa81b730
3
+ metadata.gz: 3209f594ae27c33634e49f496aa6b1c45bf21f55
4
+ data.tar.gz: a855ded3722263c8b9eec24daf69392503abc0a7
5
5
  SHA512:
6
- metadata.gz: 5f9064f3e3fae1d27406ccb8abbcc5373db02a78dd4d86f59db4767737e0c3bacfa957b2c929c477c65f9777695d455e61498c5d72fc7dc6feeb87b0cc9cc766
7
- data.tar.gz: 7450e9e4e97e7c87e05b82dde4296a62b0cde924b9fb5979e5ef865ab00112042bbefde0ad85960da1b648fae779dfa0eb07e86a2c87eba8040ecc698abbf00e
6
+ metadata.gz: 22057e15ad6facedb49a7a62dc754f4d66e75f41a2bc3b7267a04b2eb49816f6622e7d8446a794ea4a6784f95d5a12259795322a4dc23c9e058f3b018214d446
7
+ data.tar.gz: 9f10fccd3cb1bfb3a0b16b212c841700010ac7434bb0d4ae29228364474fa70473266b548b6c20181260b92bb06baaec87454e1ae3e03c892cf1fc3c525734d2
@@ -246,7 +246,7 @@ class Caboose::Block < ActiveRecord::Base
246
246
  end
247
247
 
248
248
  #begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{full_name}", :locals => options2)
249
- #rescue ActionView::MissingTemplate => ex
249
+ #rescue ActionView::MissingTemplate => ex
250
250
  # begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{block.block_type.name}", :locals => options2)
251
251
  # rescue ActionView::MissingTemplate => ex
252
252
  # begin str = view.render(:partial => "../../sites/#{site.name}/blocks/#{block.block_type.field_type}", :locals => options2)
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.181'
2
+ VERSION = '0.9.182'
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.181
4
+ version: 0.9.182
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry