blueprint_config 1.3.1 → 1.4.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
  SHA256:
3
- metadata.gz: 7925233bbe03d64ea844b56e857b8c0a37470919ccd2b3d9359a136688ba23ee
4
- data.tar.gz: c2bd4c505bb914673225cadcc616b016cc743f71481adc9aa1aef27280fdf58f
3
+ metadata.gz: 9e1b4cd0cf2aeb8bb83afa7545fd6aca21c103f7902edf56567d0d1bab7fc596
4
+ data.tar.gz: a8dcc907c8c5ee3a5cb3073d41accb0b40bf2fa21006af15fceef3ab2e0bb065
5
5
  SHA512:
6
- metadata.gz: cb49a2651ce8a148a14c84af8af9469399c397f0d7435d1a252b0049c9be1dd8dc15c52559386fc6e0f689887227c8c845cdf2ed0c84d7997a22cab3997f39fc
7
- data.tar.gz: 4fbf995d9c4339cbcc51c3bde1965b325256ad7468f3f2f74eb5d0c1f8c92ffcee5c7caacfa8235bc2c36b69727d29b6d486af9b4f566717f848bf871040764c
6
+ metadata.gz: 65a35dc0a72caf730aca234e27a24b3f532571fb70480ae12b6ff39d541325d7ab246c43341ead9716a0c5629fafb8695aebbabaae4ce953e8cc4313118d2a6b
7
+ data.tar.gz: 6eadf4f45fcb8a9aa1e2dd88f868314469e28d360e4f8014de4fb23f83af3208f20f739a23bde87ab8d6f18bf4437e39e5bb53957d3075cf4949bbf091a4e148
@@ -6,7 +6,7 @@ module BlueprintConfig
6
6
  class Setting < ::ActiveRecord::Base
7
7
  self.inheritance_column = nil
8
8
 
9
- enum type: { section: 0, string: 1, integer: 2, boolean: 3, json: 4, selection: 5, set: 6 }
9
+ enum :type, { section: 0, string: 1, integer: 2, boolean: 3, json: 4, selection: 5, set: 6 }
10
10
 
11
11
  def parsed_json_value
12
12
  parsed = begin
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlueprintConfig
4
- VERSION = '1.3.1'
4
+ VERSION = '1.4.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Elchinov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-01-09 00:00:00.000000000 Z
12
+ date: 2024-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord