rails_admin_settings 1.2.1 → 1.3.0

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: 4ede19d6893967c697a97bae6e58bc1e0af6dd13
4
- data.tar.gz: 5553346ad6ee39ab4b529c7a8b15c6c9652ba009
3
+ metadata.gz: 735897f7bc3a49db2f457c6321b929a445a0bb5d
4
+ data.tar.gz: 99673b95cbbfc115350be4974e222d951eca23fc
5
5
  SHA512:
6
- metadata.gz: 413b1e3a632d941c53fa0609aebb755e64666d0bb87d7375f584d659c99663b21dc485ba9c4961bdf5b92ba3e0f5fced539760d54ee6b637de1048fdd263b89f
7
- data.tar.gz: c40f0b52991478602572948f3a46d66430db943b44c86de9776f002ce4a78831c11b4275a90c12e767fcb6cc0148756be98f77755cfe457d26af781cd259b45f
6
+ metadata.gz: 68ad3883373b27f41e85508ab67dfd7000bb656d4696f7a990b825afd1493d2c17b1b8e4f293ef5974d25510a1e436001b17134699f27b57a58fa3c98a4a3ad6
7
+ data.tar.gz: 8ad97f413a1bb01084c8af771050921c8d3366eb5a99c81b87b2262481bbf1f7a0dd2e62b2da0dfeb0dc87fd17458d81fa78665f08c4d1cce357af0e8c4e5729
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_admin_settings (1.2.1)
4
+ rails_admin_settings (1.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -43,7 +43,7 @@ GEM
43
43
  i18n (~> 0.7)
44
44
  minitest (~> 5.1)
45
45
  tzinfo (~> 1.1)
46
- addressable (2.5.0)
46
+ addressable (2.5.1)
47
47
  public_suffix (~> 2.0, >= 2.0.2)
48
48
  arel (7.1.4)
49
49
  bson (4.2.1)
@@ -71,10 +71,10 @@ GEM
71
71
  factory_girl (4.8.0)
72
72
  activesupport (>= 3.0.0)
73
73
  geocoder (1.4.3)
74
- globalid (0.3.7)
75
- activesupport (>= 4.1.0)
74
+ globalid (0.4.0)
75
+ activesupport (>= 4.2.0)
76
76
  i18n (0.8.1)
77
- json (2.0.3)
77
+ json (2.1.0)
78
78
  loofah (2.0.3)
79
79
  nokogiri (>= 1.5.9)
80
80
  mail (2.6.4)
@@ -178,7 +178,7 @@ GEM
178
178
  sprockets (>= 3.0.0)
179
179
  thor (0.19.4)
180
180
  thread_safe (0.3.6)
181
- tzinfo (1.2.2)
181
+ tzinfo (1.2.3)
182
182
  thread_safe (~> 0.1)
183
183
  validates_email_format_of (1.6.3)
184
184
  i18n
@@ -1,4 +1,4 @@
1
- class CreateRailsAdminSettings < ActiveRecord::Migration
1
+ class CreateRailsAdminSettings < ActiveRecord::Migration[5.0]
2
2
  def change
3
3
  create_table :rails_admin_settings do |t|
4
4
  t.boolean :enabled, default: true
@@ -1,3 +1,3 @@
1
1
  module RailsAdminSettings
2
- VERSION = "1.2.1"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-21 00:00:00.000000000 Z
11
+ date: 2017-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -346,7 +346,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
346
346
  version: '0'
347
347
  requirements: []
348
348
  rubyforge_project:
349
- rubygems_version: 2.6.10
349
+ rubygems_version: 2.6.11
350
350
  signing_key:
351
351
  specification_version: 4
352
352
  summary: ''