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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 994c4fb034b834a65364e1233ee345141b9e177bebd50a9f9a7cb2dd603405fe
4
- data.tar.gz: de7d5754f2f3a4ecdc3fa93298f858e7c4a5a47ddee0b77543ebda0a8f53e7d0
3
+ metadata.gz: 97e2e96ea3baf818ff3de52bfa46f9b44802a7d8e0d2fd3199d9ca5f88198274
4
+ data.tar.gz: b4d109a2b3228908caf9649c79573a62eef05bc0f04b616ce024b830ecc7bd4b
5
5
  SHA512:
6
- metadata.gz: c0ec7ea7456ca0f7f62a485ba6dc0e3b7ad437d89d5c1107a7dac7621905f828df525b297141cfc6de9ee2efc75fef9958e48c95bb92382920055416b3995388
7
- data.tar.gz: b5871c98eee53af692ef406d40c3c19d20f0c72eb129430d7bbbaee865c1fdd75013f5f3c166e4455996233ad04d903a4a00252701e6133fc5d3ab340935c82b
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.2)
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.2)
102
+ validation_hints (8.1.3)
103
103
 
104
104
  BUNDLED WITH
105
105
  4.0.11
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.2"
3
+ VERSION = "8.1.3"
4
4
  end
@@ -4,7 +4,7 @@ require "test_helper"
4
4
 
5
5
  class ValidationHintsTest < Minitest::Test
6
6
  def test_version
7
- assert_equal "8.1.2", ValidationHints::VERSION
7
+ assert_equal "8.1.3", ValidationHints::VERSION
8
8
  end
9
9
 
10
10
  def test_locale_path_exists
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.2
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.10
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: []