validation_hints 8.0.1 → 8.0.2

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: d73eb3cd7df5363f4687e46bfaa9b3674b6f4c59d8efcca60843f7940934511f
4
- data.tar.gz: fa9a081945653e68721f75a6da63be663bfb25e59b14e0faf21271f48ba067fb
3
+ metadata.gz: 7f1e3ffcf74a42052a63d91a4e5cf82e77872363fb3452830d14da5947d21db1
4
+ data.tar.gz: e9f2b68e08c699c5a6f4c88db747588fbfc2a0a98f9f14a954cbd080bd271c0f
5
5
  SHA512:
6
- metadata.gz: 0e70c63f669188d11c3a8c9354de0df01a732c4a61fa8da9ca900f680414c2b5387188eb7dc45b77b4a78f7490f9c92f3d60546dd5854e154a4c1aad175a2165
7
- data.tar.gz: b217f590b37c80922bac1bd9cc0264a0de9d294eb63c040f91e6e8ec8c342eafaa088cc6f078f7d0443963bd40a4bfc7b664018f93184830db6790d732e7b0fb
6
+ metadata.gz: 1b86ff404219719b9877bceebba8fe3e3a906b8b5a26a866e4cf7d9aa52b2c564dce91a1816023d43a5e7e4ddf64f73543535d53dd895ed90ae6686ff42b166a
7
+ data.tar.gz: '0297e9ae62eae415be4315e653f2eb1949de39d92b91337f45384b9d5951a0f988cb8e8d6fe0d9f7036d2d9aec33382ed6c3477c0a1b0975bb84c43ae6c038aa'
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.0.2
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.0.2** (companion release; no API changes).
10
+
5
11
  ## 8.0.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 (8.0.1)
4
+ validation_hints (8.0.2)
5
5
  activerecord (>= 8.0, < 8.1)
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.0.1)
102
+ validation_hints (8.0.2)
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.0.1"
3
+ VERSION = "8.0.2"
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.0.1", ValidationHints::VERSION
7
+ assert_equal "8.0.2", 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.0.1
4
+ version: 8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares