validation_hints 7.13.3 → 7.13.4
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 +6 -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: 6c2a974ffdcde4fed281b345ea6547daa0399c5c36267da0c8e7a54d36c6de7e
|
|
4
|
+
data.tar.gz: 0b80e05449e0f3a381cdaeb759e05a741b9035c6c1cd35e1163c159cde15e0fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5a3d4eb968da9a55493cdd053e3cf9461f53b77c82e44e159787359fcbbd03717744d653851490a59a873bc1ab82be7f7a6113cd79923aff845ffe4a2c878cc
|
|
7
|
+
data.tar.gz: 63adafb13dab035d4ff113c7eeba03e8c2be40db7bcae5e9084f4c673d039c47099410fb34f731716714a991a76f6c05d787c84cf25a77e8fe549e6556b1d888
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## 7.13.4
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **7.13.4** (companion release; no API changes in this gem). Pairs with the inline_forms rich_text-create Restore symmetry fix.
|
|
10
|
+
|
|
5
11
|
## 7.13.3
|
|
6
12
|
|
|
7
13
|
### Changed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
validation_hints (7.13.
|
|
4
|
+
validation_hints (7.13.4)
|
|
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 (7.13.
|
|
98
|
+
validation_hints (7.13.4)
|
|
99
99
|
|
|
100
100
|
BUNDLED WITH
|
|
101
101
|
4.0.11
|