thecore_settings 3.0.4 → 3.0.6

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
  SHA256:
3
- metadata.gz: 59c2896eae2eeae5cf7d885dcbcf76c7994f62cf6b2a2d06b04dad93989aad6a
4
- data.tar.gz: 937756d5fca8fbabf06f6af224e713d551393ce9e44093dea6c21cd1a47f7dff
3
+ metadata.gz: 21b45376d7eeef17396f6e18f0bc3ea53bc1d1c5acba8c427438dc51649a7274
4
+ data.tar.gz: da3aa0dda8e23974bfd8b3fd44eae95841c988ce683bf5f5a433c9c981ba136c
5
5
  SHA512:
6
- metadata.gz: ecea90d5b88a390b665d39b3306751717ccec03c10334636ec836d21536fa37ac0a36a137ebe0fc1b266aa84d65d2258b4c4c91da8db86ed3597d139f2f348ba
7
- data.tar.gz: 9e9a2ef1608044c5c7cce7bb5f8c91d24c70cfcf5d44813880f7c2b52b9114b8f3193aaf1282312ac7b3a5dd21ed3f4ff722539b03dc04f3cc4dfc0235956006
6
+ metadata.gz: aee3f4e00187ea79db0921d07d876be876afa4d69ff86e7bd65ebd1dd3f2481e4a9d34ba1f31be12550c6bc357249b5a1a9eb794c15ca8347aebc68b5d82fb9d
7
+ data.tar.gz: 2641a41e04fc6cbf8c76d26ffbf3e6d87b92641942c0673a81feb680fd6b4e64d39faa923ca604af86bba9a2ea5b80ce128288823e817f9f33ecc0bf47a51845
@@ -1,6 +1,6 @@
1
- class CreateThecoreSettings < ActiveRecord::Migration[5.2]
1
+ class CreateThecoreSettings < ActiveRecord::Migration[7.0]
2
2
  def change
3
- create_table :thecore_settings do |t|
3
+ create_table :thecore_settings, if_not_exists: true do |t|
4
4
  t.boolean :enabled, default: true
5
5
  t.string :kind, null: false, default: 'string'
6
6
  t.string :ns, default: 'main'
@@ -1,4 +1,4 @@
1
- class MigrateFromRailsAdminSettingsToThecoreSettings < ActiveRecord::Migration[5.2]
1
+ class MigrateFromRailsAdminSettingsToThecoreSettings < ActiveRecord::Migration[7.0]
2
2
 
3
3
  module RailsAdminSettings
4
4
  class Setting < ActiveRecord::Base
@@ -1,3 +1,3 @@
1
1
  module ThecoreSettings
2
- VERSION = "#{`git describe --tags $(git rev-list --tags --max-count=1)`.chomp}"
2
+ VERSION = "3.0.6".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-11 00:00:00.000000000 Z
12
+ date: 2023-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: safe_yaml
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.3.26
187
+ rubygems_version: 3.4.10
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: Settings Management