validation_hints 8.1.18 → 8.1.19

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: df15c724d8b024d178b778b6d5dc3c86ba820ae2a6b7f1ec311c84feb6b8b533
4
- data.tar.gz: b39c4db5c4db5a5d25f24fe966e19c0f44f8e38ba20b683dd4c95895a5ed832a
3
+ metadata.gz: 7a63f8c6fa440f31200326f8154cc5354a656f62c7c31e9e0080c4d63215970c
4
+ data.tar.gz: '08183d70145bc652dcd5c686e2b154126bb07cd657a5d0b057b660e2486e9f91'
5
5
  SHA512:
6
- metadata.gz: 17539b08d0be7ee23b363574dbe798df37ac7cf7abf6152c7f4d02407e5262b3eb0fe25b74f89c4cbbb68e5ea9e1a70f88b531a51430084c930628768c75b8cf
7
- data.tar.gz: afc7c8ce286eb334b3563924406740f80c8d14f2d1742d4eec9e80bd0dd3a9eb6d39bde4ad4ac574ae99b483255839cc2e37771a6d10b6389e806b62183578b7
6
+ metadata.gz: 782c4cf1f1e60d73cef7413654f36e745b3b6303c1f996330d548d8e8892917e0ff9bc8ceff5d2149230fe12f260c33cd15237e96635c33e4f947f9c0a10f530
7
+ data.tar.gz: c3dbf979e54ffa77b364389a9805a6c4383ec64dda72611466a2b48222c91ba40a4ab76d21c7554595fbcf314a8da91908ceca5c4bbcec4bf0aaa064fbf89e71
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.19
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.19** (companion release: `InlineFormsController#update` no longer renders a fake `field_show` of an unsaved value when a save fails validation — it re-renders the edit field with errors — and `money_field` keeps malformed input visible; no API changes in validation_hints).
10
+
5
11
  ## 8.1.18
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.18"
3
+ VERSION = "8.1.19"
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.18
4
+ version: 8.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares