validation_hints 7.13.18 → 8.0.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +2 -2
- data/lib/validation_hints/version.rb +1 -1
- data/test/validation_hints_test.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1da5bf7e7bb7eabe32e85c4609acfe870fdce78b1d8fe49fd5d940e8c8ae4e4
|
|
4
|
+
data.tar.gz: ecfdfee7457631ffa207fe31ff856b324103cc37e3930ef0f143f5a999ddc577
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abb8db9ff20bb27d3ceb0395e1f04faf4065ba5fdccafc566c91ac68962cf92db331400062b194bc5077e861f7323221279fe68919a5c217a82860f6dd32372c
|
|
7
|
+
data.tar.gz: 542ce44d10e8f05540cf1eac87dedcfebadb6a3d25cf94ec4039145be449a0263b28d4fc19ddf0de8a9fac2a1f869a881fb5412d31057593a47670f7c2b89d7b
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## 8.0.0
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- **`test/validation_hints_test.rb`:** version assert updated to **8.0.0**.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.0.0** (opens the 8.x release line; **Rails / Active Record still 7.2.x** until the Rails 8 migration ships).
|
|
14
|
+
|
|
5
15
|
## 7.13.18
|
|
6
16
|
|
|
7
17
|
### Changed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
validation_hints (
|
|
4
|
+
validation_hints (8.0.0)
|
|
5
5
|
activerecord (>= 7.2.3.1, < 7.3)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -95,7 +95,7 @@ CHECKSUMS
|
|
|
95
95
|
sqlite3 (1.7.3-x86_64-linux) sha256=522a3285660dec8253465880c97980e873db0d79060900be8d14194217a3ee73
|
|
96
96
|
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
97
97
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
98
|
-
validation_hints (
|
|
98
|
+
validation_hints (8.0.0)
|
|
99
99
|
|
|
100
100
|
BUNDLED WITH
|
|
101
101
|
4.0.11
|