optimacms 0.3.11 → 0.3.12

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: 52afa2b912a3a487cdaa7ab7e47fa1b17679f513
4
- data.tar.gz: cd15ba6e59485e458bcf1e3cc29440ae52d1f086
3
+ metadata.gz: d94eb258622853601f467367f1a821ad01b10edc
4
+ data.tar.gz: 3a3bfcda5eb7f62453bc49b8c9cab749cc1eca24
5
5
  SHA512:
6
- metadata.gz: 57a5f8e80ce965ccec3c3fbfa99ffe23641ea7a420acf483cf166904d39687eda21226cfc6407fb923fa5811135480ce88f700da4f18694ce53e7cfb6eda43ad
7
- data.tar.gz: c663d8ccfff3aef94e6d14097a8c648122a3d92d46d847019a631559089f77f3a5e218e7796b588646580b0b522bf582748c89f00c483385906d37ed3b73cfc4
6
+ metadata.gz: ce803274751ba85bb66b7273ace3660e70812ab335dfb80a5071d9609a2fcc28c5bd7218f40d38c5feb2acc8335f1ae5c8be46bcb0741f101e982ba6dfa436dd
7
+ data.tar.gz: 4b92bddf56f1fd1aecbb63d65aac4cef22b37adba50364014567145659d051c8db414a6c6e0014833ad1ec63f1ce9102e45489042974e94f30553e3c12b865e2
@@ -1,3 +1,3 @@
1
1
  module Optimacms
2
- VERSION = "0.3.11"
2
+ VERSION = "0.3.12"
3
3
  end
@@ -109697,3 +109697,5 @@ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
109697
109697
  Completed 200 OK in 608ms (Views: 605.1ms | ActiveRecord: 0.0ms)
109698
109698
 
109699
109699
 
109700
+ DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from <top (required)> at W:/myrails/cms/site/spec/dummy/config/environment.rb:5)
109701
+ DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 5.1. (called from block in <top (required)> at W:/myrails/cms/site/config/routes.rb:3)