validation_hints 8.1.16 → 8.1.17
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/lib/validation_hints/version.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: 784166410fcc928f9eb1fe8945967110b979f6a2707aa9aa334621425a206557
|
|
4
|
+
data.tar.gz: 9ec25de45881057975d2fc96604d29602b82bb6768a13c005e9f74710fb1cc26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e764957f4298f48914bfc001d9fcb4a63ed7a354db919b205b32accafdf9af1a68ac7b30414dd938bcd8cb59cb76958c95b96effe1ee74535314cde8915e8d59
|
|
7
|
+
data.tar.gz: ae0c2adb7190b006dddcd13ba1d664493d25f3a10bd7f390d8f8526e000ee5ec39198fc355146434f5ea5780c4f9a61379aa07e63477f37f3a65aa12f4efe645
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## 8.1.17
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.17** (companion release for the primary-record upsert on `revert`: restoring a `destroy` version while the row still exists no longer raises `RecordNotUnique` on `photos.id`; no API changes in validation_hints).
|
|
10
|
+
|
|
5
11
|
## 8.1.16
|
|
6
12
|
|
|
7
13
|
### Changed
|