validation_hints 8.1.5 → 8.1.6

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: 822f2f310ef551ac2ad3cd693af55587bb818e6fe92455a9039a15aba8f9e4ba
4
- data.tar.gz: 4d41cf01fbe703d45d7b83acfd2788d24825a873d6284e0ae814d1dffc9b8072
3
+ metadata.gz: 0ed79b13c73f029508f6a4ed3d9118ded999d8ec5bc36c3f97b12d5d3f95cb7c
4
+ data.tar.gz: 5e1be4c7d43bbf7eef9684106f6143a8ef11d2529ca75dc52e069f7bcfcb22f6
5
5
  SHA512:
6
- metadata.gz: 5ed2b976e3fb892752f9d14e3427614825f000178e3dd610b65bf5924ca2198075bb1504645c4cf1e4d9ad791a608ebedb695704388da170c115aec7ccbb2bd1
7
- data.tar.gz: fa3d889fa6fdca9390fb7cb602f0481274320a0877d0d70b627b1bcc3b72f80641d01c5361a2add3af3d2101718bf052e28a83d49dd6565acb14ac8bb20c3341
6
+ metadata.gz: 1bc9843edefad45d7ef1a8e5d20a26a46d82e1082694949a6dd8d5b59e1f688b4c6c250aa34466135c5862b325d3a5e03a1ef62ebadf37cfe063fbf4fb0f374e
7
+ data.tar.gz: 1078c9b5f495a1d1ddd724e1b9323fa30bfe3fef225a090129cc3e33b3fb9ebb5f77ec98332413fd97e8cb6692aae12232e2e6e0e169e6ed12c5d1132f34132d
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.1.6
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.6** (companion release for the `FormElementShowcase` example resource that exercises every kept Tier 1 form_element helper, plus the first field-level validation in the example app; no API changes in validation_hints).
10
+
5
11
  ## 8.1.5
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.5"
3
+ VERSION = "8.1.6"
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: 8.1.5
4
+ version: 8.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares