active_record_properties 0.2.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_record_properties/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0226e249e5b5be3986715c3c4c4bd8eccd9af0d80b1be26662db9ae74468c5f
|
|
4
|
+
data.tar.gz: 75d2aebdae627733db07b234d27d14782115bb0482294425e9899c83a4eb35d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01531d99fd8e8407b659650787c787fc4026c9f9ccae00b6d848ea284a6e53f7b7b204bf89c749fccc00c1cbd8e3b936b279eabd2651539b707090321a8e58a5
|
|
7
|
+
data.tar.gz: 4eb7b889e96a8359def8217ab632c2a6f21c57bb1af65d464f54832193996205d694b8e33f28a5b87c8151d6235d38fcf5c0883615576f6b205fe3a92dbf6538
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ 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
|
+
|
|
10
15
|
## [0.2.0] - 2026-02-08
|
|
11
16
|
|
|
12
17
|
### Changed
|
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.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey Poimtsev
|
|
@@ -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.
|
|
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: []
|