active_record_properties 0.1.0 → 0.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
  SHA256:
3
- metadata.gz: 3c559ee1c0fcde4e5d30fcf9c2886c92a83b05d9b64acec12befd19620f452ba
4
- data.tar.gz: 19da1cdd203d63c27fc96ad3079dd41716a35ebfc2547f5b39171f016f70a774
3
+ metadata.gz: a0226e249e5b5be3986715c3c4c4bd8eccd9af0d80b1be26662db9ae74468c5f
4
+ data.tar.gz: 75d2aebdae627733db07b234d27d14782115bb0482294425e9899c83a4eb35d0
5
5
  SHA512:
6
- metadata.gz: 378acd7972f525dc79897ab68e5b831e834697b942545ec1e66d4eca8c4d613b1333431d1c857f4fca2b638ec4c7a961a7b7dc56b26ff51c55248005811dbb2b
7
- data.tar.gz: b05440aea8f698538a48fb8a72a1c8519afdbc42ecf2572c313ec0efd2bdbbf3b846f11ed688b925c5e4c97f5e1ff9150c66c5456c0beb6460c55019737035cd
6
+ metadata.gz: 01531d99fd8e8407b659650787c787fc4026c9f9ccae00b6d848ea284a6e53f7b7b204bf89c749fccc00c1cbd8e3b936b279eabd2651539b707090321a8e58a5
7
+ data.tar.gz: 4eb7b889e96a8359def8217ab632c2a6f21c57bb1af65d464f54832193996205d694b8e33f28a5b87c8151d6235d38fcf5c0883615576f6b205fe3a92dbf6538
data/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.1] - 2026-07-15
11
+
12
+ ### Changed
13
+ - Updated development and test dependencies (activesupport 8.1.3, concurrent-ruby 1.3.7, erb, json, and others). No changes to the gem's runtime behavior.
14
+
15
+ ## [0.2.0] - 2026-02-08
16
+
17
+ ### Changed
18
+ - **BREAKING**: Dropped support for Rails 7.0 and 7.1. Minimum supported Rails version is now 7.2.
19
+ - Updated dependencies to support Rails 8.0 and 8.1.
20
+ - Improved test configuration for SQLite with JSON columns.
21
+
10
22
  ## [0.1.0] - 2026-02-08
11
23
 
12
24
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRecordProperties
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_properties
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Poimtsev
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '7.0'
18
+ version: '7.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: '7.0'
25
+ version: '7.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: activesupport
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: '7.0'
32
+ version: '7.2'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '7.0'
39
+ version: '7.2'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: bundler
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 4.0.6
219
+ rubygems_version: 4.0.16
220
220
  specification_version: 4
221
221
  summary: Type-safe properties stored in JSONB for ActiveRecord models
222
222
  test_files: []