validation_hints 7.13.13 → 7.13.14

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: ba093e5a4c85fc337199399f9d837f3757ee611e71e7ff1cbec1d49b36931139
4
- data.tar.gz: dd6f1a2ad6d92b290665c0c15362fe563c8b45114db43de515879d8ab5eaa0da
3
+ metadata.gz: d3f6e4b342e1d80587856095343b9b3f26587c1212dc3c28cab02103466d127f
4
+ data.tar.gz: fb9f0b81bae373320d2e5345fe547f5d58115893581090d7f7b309fdf993bfa7
5
5
  SHA512:
6
- metadata.gz: f661e0101a5a4d6b7c7fed0d33e8b5ee90e47566e60d147d10942759542513933e6580d59d4017608bfd7a27fc04ee2e263419a7fbbd9bf715753b427dea8dab
7
- data.tar.gz: a06624721c7868a5ec7fdf04a540c566b4487f3812ee49cad435cd219ae8ec185752872fe14c1867732fb32cda0d92c50b4cba58f7bd7ccc5efd3c92216e59ec
6
+ metadata.gz: 20fe6b1d0732a8625f216b09e00d61a212cf1e4d2564d118654149308766e57fa527b7abd27d03cb94a38eb6cfaee61fa2a556c2f846a0c081b7736e6c908ece
7
+ data.tar.gz: 0b91d1247df675952cac01e7aa4785536caf99eca0ffb8ac57a0273fedd198c2bb01f51ddfec46c5b66f6ced8e6d76314574144ffa432b7a4b105d7d3988a018
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.14
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **7.13.14** (companion release; no API changes).
10
+
5
11
  ## 7.13.13
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "7.13.13"
3
+ VERSION = "7.13.14"
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.13
4
+ version: 7.13.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares