validation_hints 8.1.40 → 8.1.42

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: 4d3499b128bcdf011fbf3d685043b4803fb8b809f6a940ce6e23f75fd66d867f
4
- data.tar.gz: 5b6248a572ebb0cc9892208149a8915dbab9d9dbf714ebfa943ada466274922d
3
+ metadata.gz: 550f48f2bf34c6deac3a7601fe4550e93ea3acbb52f2d95cfa88d4e13eac4aa1
4
+ data.tar.gz: fd356a47f883077c7249400e60bd7b78dd12d31dad99fe5c1205597d4ab3148a
5
5
  SHA512:
6
- metadata.gz: bb243d53700a013175156448d3fc9377c00577f436f4bb8c9c7eb82457f25e986e78e93cd88ede0c765354719aa60a1d9083bf7f0c5b167cde007695b4779f50
7
- data.tar.gz: 24468f5b74c7967900d22985fd33b756a10168f764fe64cbe77ba9cfa30aefb31d9a6a1ca51433b72b842154748004d5d4cdb4f303dff99bfeadf7d6af33e7e1
6
+ metadata.gz: 10c283c61d2e4e78b993c18642509b7fc47755ad12e9616199417a0405057421d8607458944f3ebd823215470437669fd810aa99fa59c66b757411eeed41ef58
7
+ data.tar.gz: 348f929f277753cbde4f28b1bd2bfbe83532d2ad17f07b774a0b30c76189dbd97a2291c6725e89de3c99ccbe67855ccf077675459dd4fce487782da357a25d92
data/.gitignore CHANGED
@@ -18,4 +18,3 @@ pickle-email-*.html
18
18
  /pkg
19
19
  *.gem
20
20
  .rvmrc
21
- /stuff/
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.42
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.42** (companion release: restore native date/time/month/week/colour picker indicators that Foundation's `appearance: none` form reset was stripping; no API changes in validation_hints).
10
+
11
+ ## 8.1.41
12
+
13
+ ### Changed
14
+
15
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.41** (companion release: `inline_forms_addto` hardening — smarter/explicit attribute-list row placement, robust model rewriting, value-bearing placeholders, collision-free migration timestamps, and an example-app end-to-end test; no API changes in validation_hints).
16
+
5
17
  ## 8.1.40
6
18
 
7
19
  ### Changed
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
 
3
3
  module ValidationHints
4
- VERSION = "8.1.40"
4
+ VERSION = "8.1.42"
5
5
  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.40
4
+ version: 8.1.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares