rails_admin_settings 1.2.0 → 1.2.1

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: e3237e11ad711cca7d223e52fd22295b794af6da
4
- data.tar.gz: 0ae58d2d039704ea6ef6a53f85842e55873a94f8
3
+ metadata.gz: 4ede19d6893967c697a97bae6e58bc1e0af6dd13
4
+ data.tar.gz: 5553346ad6ee39ab4b529c7a8b15c6c9652ba009
5
5
  SHA512:
6
- metadata.gz: dde5441f235573ee477bf82e8cc1cb7b9665674ce2fd6e9946b58cb412ea6d7e37a00d7b41257a78d868dff36f2debb0ce772e54cf49a9ebacc8a465b1c154aa
7
- data.tar.gz: 01a5777944b1429f70425ce169b69c600c1dce03dbb2c5b27bc4c786ecbfcc56850cb6f43dac338381ec1071585be682c6befc77a9e058439d4ede585bb71ddf
6
+ metadata.gz: 413b1e3a632d941c53fa0609aebb755e64666d0bb87d7375f584d659c99663b21dc485ba9c4961bdf5b92ba3e0f5fced539760d54ee6b637de1048fdd263b89f
7
+ data.tar.gz: c40f0b52991478602572948f3a46d66430db943b44c86de9776f002ce4a78831c11b4275a90c12e767fcb6cc0148756be98f77755cfe457d26af781cd259b45f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_admin_settings (1.2.0)
4
+ rails_admin_settings (1.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -157,7 +157,7 @@ GEM
157
157
  diff-lcs (>= 1.2.0, < 2.0)
158
158
  rspec-support (~> 3.5.0)
159
159
  rspec-support (3.5.0)
160
- russian_phone (0.5.3)
160
+ russian_phone (0.6.0)
161
161
  safe_yaml (1.0.4)
162
162
  sanitize (4.4.0)
163
163
  crass (~> 1.0.2)
@@ -4,12 +4,12 @@ module RailsAdminSettings
4
4
  require File.expand_path('../tasks', __FILE__)
5
5
  end
6
6
 
7
- initializer 'RailsAdminSettings Install after_filter' do |app|
7
+ initializer 'RailsAdminSettings Install after_action' do |app|
8
8
  require File.dirname(__FILE__) + '/../../app/models/rails_admin_settings/setting.rb'
9
9
 
10
10
  if defined?(ActionController) and defined?(ActionController::Base)
11
11
  ActionController::Base.class_eval do
12
- after_filter { Settings.unload! }
12
+ after_action { Settings.unload! }
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module RailsAdminSettings
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv