validation_hints 7.13.17 → 7.13.18

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: 6f38245ca65b6709e5b5bd07ef175a3a599c4868409763286b9d7268b94f49c4
4
- data.tar.gz: 7c1f59b8c7d12210d15c37dbbb43f2c30a6f79cc62ab470091a90eccac8e1c86
3
+ metadata.gz: f7a40c94680f7c02d542877076264668fbec176f6f518d2fb315c4bd4e5fb59d
4
+ data.tar.gz: dacea97703e2675070205fb2d8b7c1e66576f460a839e5eeb234e7281955a548
5
5
  SHA512:
6
- metadata.gz: dd0974458edb6e74d73c51b6ae526961c5edd1992d0c11ac3c995f0c2713665e0ecc15a72f5186eff0731ec85fc9363583eee994118fed18414d57b631425279
7
- data.tar.gz: c77e49e309a83628d9b97b01cdfa7359f3ff28e9e132f2c5fc065416e7da0a9268a1c73ab2ef9929491b9f491be607e1c6d293ea349c7d8257a4fce256f1f8e5
6
+ metadata.gz: 56e07de49c08e641ff8b32879b9762f4044059fa4b8493f68bcd2a26a82ba276ab7067947cbd0394e3850c386bd63f84e78a4a623db74246cead1b38174b1acd
7
+ data.tar.gz: 3270473eeb78f90276f5adfa00a6931a65acfb3edbb1aadbb7a59adaffa2e1695508e31c2e8bbf0756c626376e132b2806306d226aea55d500ed876631a9da5f
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.18
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **7.13.18** (companion release; no API changes).
10
+
5
11
  ## 7.13.17
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "7.13.17"
3
+ VERSION = "7.13.18"
4
4
  end
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.17
4
+ version: 7.13.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares