validation_hints 8.1.2 → 8.1.3
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97e2e96ea3baf818ff3de52bfa46f9b44802a7d8e0d2fd3199d9ca5f88198274
|
|
4
|
+
data.tar.gz: b4d109a2b3228908caf9649c79573a62eef05bc0f04b616ce024b830ecc7bd4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64890b0f2cc9bd2f32d5ef2bb3aa12dc11b991bb4c37d3a958aba9551179fdf162c22b519a8a7eca05e51aadfbd5de83a2d2cf73dc14e49692f27d24f96e2af0
|
|
7
|
+
data.tar.gz: 6ad261491a2dc08c318975162017852917bc14a29336242c7e0a7f4c925d712cfb29f439c73a5ea27bc99913da1ba9ab2a2ecd3d93958d2e2f12db459394c138
|
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.3
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.3** (companion release; no API changes in validation_hints; lockstep bump for the PaperTrail 17.0 + `-U` collision-check release).
|
|
10
|
+
|
|
5
11
|
## 8.1.2
|
|
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 (8.1.
|
|
4
|
+
validation_hints (8.1.3)
|
|
5
5
|
activerecord (>= 8.1, < 8.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -99,7 +99,7 @@ CHECKSUMS
|
|
|
99
99
|
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
100
100
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
101
101
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
102
|
-
validation_hints (8.1.
|
|
102
|
+
validation_hints (8.1.3)
|
|
103
103
|
|
|
104
104
|
BUNDLED WITH
|
|
105
105
|
4.0.11
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: validation_hints
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.1.
|
|
4
|
+
version: 8.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ace Suares
|
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '0'
|
|
174
174
|
requirements: []
|
|
175
|
-
rubygems_version: 4.0.
|
|
175
|
+
rubygems_version: 4.0.12
|
|
176
176
|
specification_version: 4
|
|
177
177
|
summary: Proactive validation hints derived from model validators
|
|
178
178
|
test_files: []
|