validation_hints 8.1.20 → 8.1.21

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: fa2d51e94503ff4656ea0f9c90b45ea1616e7ffee979ca955f01b9e4704586a1
4
- data.tar.gz: 7c27666b62f82f62c833ff502535eb666e75141196b1f59d49212680e7756ac5
3
+ metadata.gz: 022be7403e74086ddd8552a87e0c9dd9138ce105ba5287e82054bb5b0ab4c980
4
+ data.tar.gz: bc20a278567e35ea156631bb9f8919dfd219835e86855a35937b0e14293c04ba
5
5
  SHA512:
6
- metadata.gz: c2cad72f9115996ec3ea3e8a8a2f0cade7a6b5f1ae447d1a5da4984330263c3508d165ee94ab54d9807014bab62bb8e26e90d3ae524f992c069707dcc78d0a47
7
- data.tar.gz: 0a56db43ba4abe2fa3545ca5e71e2afecb42a461549a4975e4b7f3566955a20a4d72e0ada001893b498c0afd34c543ac7e531c19843849de7c18bf7ec4a37832
6
+ metadata.gz: 46ab28de5c729049b490e3337f74e62af2cca924c1b2096c989e8f6916e5043141f0f31b633d71cb0a96e8a3c60f635536feefa5a0c1c48fe285acfe556aaf9e
7
+ data.tar.gz: 9caeecf1c44337b494234fc361c60e1dd40a3968218170a7879ab2473191db4d00ff597d201017cd69889b3de022a81b0d48cfe7dc43b32ba029cada939a421b
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.21
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.21** (companion release: CKEditor-era form elements `:ckeditor` and `:text_area_without_ckeditor` retired; no API changes in validation_hints).
10
+
5
11
  ## 8.1.20
6
12
 
7
13
  ### Fixed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.20"
3
+ VERSION = "8.1.21"
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.20
4
+ version: 8.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares