validation_hints 7.13.1 → 7.13.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: f75c151788fa7e1a0c1c87ef2dac2e199bfa2011f8a1ec1280c43100b90436cd
4
- data.tar.gz: b307b253df0470da91d75b2f6c72b2eb20bc6ff7161588f097bbe023513a12ef
3
+ metadata.gz: 8f659ed2a9a596ece86f209862445fda5e294ec13558c36287e613ead8334a03
4
+ data.tar.gz: 4d6635958ff2668a1c3e7f7868a3f722c40734bb89273eb09c09568c38c19bd8
5
5
  SHA512:
6
- metadata.gz: 5a84d067123e00240bc9468b9ac9135424878e4e0c804242e3edc65251f75c41d46ca7a44dae01ec62f3419679e24de7798651bf65a44c7748363878320a600f
7
- data.tar.gz: 6437a3effe6e66c604916431f14dc264e8134c90290a00315e3765fc43da641fbe40a394d7bcc6552b0980ef32adb35c3eac63790b791284980c2f8e50b0cd76
6
+ metadata.gz: f53ce3158e2a52e29dabe584068437882099b042f187fdf753f7235688d48823b59e243b6dd478e91153b1e420c990e40a6dd616d26f6fc7882f18b1e2b966a8
7
+ data.tar.gz: c054158a406879cee697cddbb6d9b8882ca752b11a7e265df9f0ec3ecea0289adae31e8148347d92cc2510fd489ed3c0040ea1a459c16105447801b719466706
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.3
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **7.13.3** (companion release; no API changes in this gem). 7.13.2 is intentionally skipped to keep the three gems in lockstep after the inline_forms PaperTrail `:touch` / Restore-on-create fixes.
10
+
5
11
  ## 7.13.1
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.1)
4
+ validation_hints (7.13.3)
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.1)
98
+ validation_hints (7.13.3)
99
99
 
100
100
  BUNDLED WITH
101
101
  4.0.11
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "7.13.1"
3
+ VERSION = "7.13.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 "7.13.1", ValidationHints::VERSION
7
+ assert_equal "7.13.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: 7.13.1
4
+ version: 7.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares