validation_hints 7.13.18 → 8.0.0

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: f7a40c94680f7c02d542877076264668fbec176f6f518d2fb315c4bd4e5fb59d
4
- data.tar.gz: dacea97703e2675070205fb2d8b7c1e66576f460a839e5eeb234e7281955a548
3
+ metadata.gz: e1da5bf7e7bb7eabe32e85c4609acfe870fdce78b1d8fe49fd5d940e8c8ae4e4
4
+ data.tar.gz: ecfdfee7457631ffa207fe31ff856b324103cc37e3930ef0f143f5a999ddc577
5
5
  SHA512:
6
- metadata.gz: 56e07de49c08e641ff8b32879b9762f4044059fa4b8493f68bcd2a26a82ba276ab7067947cbd0394e3850c386bd63f84e78a4a623db74246cead1b38174b1acd
7
- data.tar.gz: 3270473eeb78f90276f5adfa00a6931a65acfb3edbb1aadbb7a59adaffa2e1695508e31c2e8bbf0756c626376e132b2806306d226aea55d500ed876631a9da5f
6
+ metadata.gz: abb8db9ff20bb27d3ceb0395e1f04faf4065ba5fdccafc566c91ac68962cf92db331400062b194bc5077e861f7323221279fe68919a5c217a82860f6dd32372c
7
+ data.tar.gz: 542ce44d10e8f05540cf1eac87dedcfebadb6a3d25cf94ec4039145be449a0263b28d4fc19ddf0de8a9fac2a1f869a881fb5412d31057593a47670f7c2b89d7b
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project are documented here.
4
4
 
5
+ ## 8.0.0
6
+
7
+ ### Fixed
8
+
9
+ - **`test/validation_hints_test.rb`:** version assert updated to **8.0.0**.
10
+
11
+ ### Changed
12
+
13
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.0.0** (opens the 8.x release line; **Rails / Active Record still 7.2.x** until the Rails 8 migration ships).
14
+
5
15
  ## 7.13.18
6
16
 
7
17
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- validation_hints (7.13.4)
4
+ validation_hints (8.0.0)
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.4)
98
+ validation_hints (8.0.0)
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.18"
3
+ VERSION = "8.0.0"
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.4", ValidationHints::VERSION
7
+ assert_equal "8.0.0", 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.18
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares