validation_hints 8.1.6 → 8.1.8

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: 0ed79b13c73f029508f6a4ed3d9118ded999d8ec5bc36c3f97b12d5d3f95cb7c
4
- data.tar.gz: 5e1be4c7d43bbf7eef9684106f6143a8ef11d2529ca75dc52e069f7bcfcb22f6
3
+ metadata.gz: d1540dbb07611f418d2c744022ead70369292f76d0e87f23412f8341a004248a
4
+ data.tar.gz: af3d2db1c0a3a195c89b59e111ec535209f22077d5baa0fb5f0f8d104e282150
5
5
  SHA512:
6
- metadata.gz: 1bc9843edefad45d7ef1a8e5d20a26a46d82e1082694949a6dd8d5b59e1f688b4c6c250aa34466135c5862b325d3a5e03a1ef62ebadf37cfe063fbf4fb0f374e
7
- data.tar.gz: 1078c9b5f495a1d1ddd724e1b9323fa30bfe3fef225a090129cc3e33b3fb9ebb5f77ec98332413fd97e8cb6692aae12232e2e6e0e169e6ed12c5d1132f34132d
6
+ metadata.gz: e83ae631dd701f5b4eb4984738750073633067999f25672337ef53ec9355437354480a7908ce3b3a2f4e7e778e0f5663e11e9609f1643663f05cc19a3db7afda
7
+ data.tar.gz: 52a6c23c80235f57be36064f2810d8b30ee1a9d6bd8fbf9d79e58d66bcc8f88a94341360e4a22bd2ea2ea4708e0815ed202488de4c75ea14c66ba8e16904c559
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project are documented here.
4
4
 
5
+ ## 8.1.8
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.8** (companion release for re-introducing `money_field`, `scale_with_integers` and `scale_with_values` into the `FormElementShowcase` example resource, money-rails wired into the installer Gemfile, and a nil-guard on `money_field_show`; no API changes in validation_hints).
10
+
11
+ ## 8.1.7
12
+
13
+ ### Changed
14
+
15
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.7** (companion release for three crashing `_show` helpers — `dropdown_with_integers`, `scale_with_integers`, `scale_with_values` — plus the `Versions (N)` header flicker fix and removal of debug `puts` statements in `month_year_picker_update`; no API changes in validation_hints).
16
+
5
17
  ## 8.1.6
6
18
 
7
19
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.6"
3
+ VERSION = "8.1.8"
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.6
4
+ version: 8.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares