db_config 0.1.9 → 0.1.10

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: 5d5c54735150023b281a43c825dac7af70b17ff1f80ab1f5e38adf732b87f178
4
- data.tar.gz: 3afc236097de31e5f932fdfcdc5399ec1cc26fa0e16068b654a272f7b6179591
3
+ metadata.gz: ed36d9aed028396348f97908e38d3f5f8db947e36764b3262d6df03d300c843c
4
+ data.tar.gz: 8d972d79be0bd47127c4ae4f44cb5105b46d41730244c37e21ca4bd77cce57ef
5
5
  SHA512:
6
- metadata.gz: eda9e948efb6464e99541ed0e58a3cd7539e9491347075922a08f10aa006ce16f563dba38bce0a3370e09964e6e5c2a9576c3be9e7b3a31ec7cccf41505bd9dc
7
- data.tar.gz: d211e5e4b58798e88dbfad1c02b1e402d1e4baf9417af1ebbca0c357175d571435e7d8eae94bc8e920321631e2b968f530da242b40d2aba4452f169d8fff0803
6
+ metadata.gz: 16c920bfeb9baea87b6285d5d1b261d5378ea53d55037282c196f8b068ef4c79abb8fd7ab2b496fb46ffe13d890c34543d4e79bdfd95f0682c46a0f1ab4fb780
7
+ data.tar.gz: 5c8016ddaa6d71b75d606bb30e5b6818fa518053d9f07cd64953cd2fd1f03dd0d5045f097d7f481c8d0e58950b5de67eaee296ac596a0c0550ab06ef1301cdf7
@@ -5,7 +5,7 @@ class Avo::Resources::DbConfig < Avo::BaseResource
5
5
  query: -> {
6
6
  query.ransack(
7
7
  key_cont: q,
8
- id_cont: q,
8
+ id_eql: q,
9
9
  value_cont: q,
10
10
  value_type_cont: q,
11
11
  eager_load_cont: q,
@@ -1,3 +1,3 @@
1
1
  module DBConfig
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Bob
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -87,7 +86,6 @@ metadata:
87
86
  homepage_uri: https://github.com/avo-hq/db_config
88
87
  source_code_uri: https://github.com/avo-hq/db_config
89
88
  changelog_uri: https://github.com/avo-hq/db_config/blob/main/CHANGELOG.md
90
- post_install_message:
91
89
  rdoc_options: []
92
90
  require_paths:
93
91
  - lib
@@ -102,8 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubygems_version: 3.5.22
106
- signing_key:
103
+ rubygems_version: 4.0.1
107
104
  specification_version: 4
108
105
  summary: Database-backed configuration store for Rails with automatic type conversion,
109
106
  eager loading, and Avo integration