validation_hints 7.13.16 → 7.13.17

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