validation_hints 8.1.9 → 8.1.10

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: 17c8fe5d2e805106c9982e15649b71c3e0bbefc481d92d734eb7df0dc2639342
4
- data.tar.gz: 2808bacd37fdcf406962f79824615fbc70c9aa0b474c8061c21fcabda0b6fbd3
3
+ metadata.gz: c1a30a037b2eab2c53ffc73f701a3965f946f71107df323c01c94fc2131bb087
4
+ data.tar.gz: 68d4821a3bbde12a563f4ed3d828f89720b3f61a68a0c2892b7f5ad31b48928c
5
5
  SHA512:
6
- metadata.gz: 2123d668d4f4bdb3548a6eef0d13b4e6f9b51b02c5164717a68f5b428ac9fabd05f6f838b90fa5f79fb46e9f64a11eddbc93dc78d55aa0d7df077389e058a912
7
- data.tar.gz: e94fb79bca219ef45e746e4e42a81234df1c5c142764e1a0e8d715ba4e3269a161f8839d0acd18f436599bbad50be7fb032118259ef0f5c45d35680c2e669954
6
+ metadata.gz: b592915e5bed833f69b38c925da60d1978d00dc7643b02925a8fbffdbc3fa7bc44b52b1c35f9e9c2038c0772c5753a424da847023a936086cf15c512641b65e6
7
+ data.tar.gz: 4653293a8f2d773f50d34799d2e8da5a779a5907443c293eba97d2de818eae0e09b564707a4c01b205ad9bae0f9495db6d15512cd52e8910de563950f2d9d4ba
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.10
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.10** (companion release for the `:decimal_field` upgrade — `:decimal_field` now maps to a real `decimal(p, s)` column with default `precision: 10, scale: 2` and CLI `{p,s}` override syntax, plus new `latitude` / `longitude` showcase fields demonstrating the override; no API changes in validation_hints).
10
+
5
11
  ## 8.1.9
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.9"
3
+ VERSION = "8.1.10"
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.9
4
+ version: 8.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares