validation_hints 8.1.10 → 8.1.11

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: c1a30a037b2eab2c53ffc73f701a3965f946f71107df323c01c94fc2131bb087
4
- data.tar.gz: 68d4821a3bbde12a563f4ed3d828f89720b3f61a68a0c2892b7f5ad31b48928c
3
+ metadata.gz: 400e1e2185cc944218b588daac9057a21190944b78c5b10d89a60d4f2122e982
4
+ data.tar.gz: 7ea8e0c4d4289c9a2fecaf5a6e319c787d44522f6403f67c501fa4cdfbb70bbc
5
5
  SHA512:
6
- metadata.gz: b592915e5bed833f69b38c925da60d1978d00dc7643b02925a8fbffdbc3fa7bc44b52b1c35f9e9c2038c0772c5753a424da847023a936086cf15c512641b65e6
7
- data.tar.gz: 4653293a8f2d773f50d34799d2e8da5a779a5907443c293eba97d2de818eae0e09b564707a4c01b205ad9bae0f9495db6d15512cd52e8910de563950f2d9d4ba
6
+ metadata.gz: 290d202e992795b6a591c87ef1927d95e6d392af64dc1671b0c6abd36f2a18825cce6ef0769ac9c887c9e2d991327ec1a2507b00bb1fe0c0b0ea47b29a2c8d55
7
+ data.tar.gz: c979873015dd35c40449b306055b4e9cab7061856db35bf07ad7eb0cbbc09520ee69ea8327bcea4283892c44721a6efda94d14599ba12adc9a2286c6a3f8b580
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.11
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.11** (companion release for the installer's `pkg/` gem-discovery fix and the `PARALLEL_WORKERS=2` default with `INLINE_FORMS_TEST_WORKERS` env override; no API changes in validation_hints).
10
+
5
11
  ## 8.1.10
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.10"
3
+ VERSION = "8.1.11"
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.10
4
+ version: 8.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares