validation_hints 8.1.4 → 8.1.5

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: 8dcc11030e4af173e87c9d79e587570312639add07848b181541da926b965014
4
- data.tar.gz: 90e8fc05daa02c0f474d7444cf6a8d38cc5798d371ebbbd32cc8a0d4407dfddb
3
+ metadata.gz: 822f2f310ef551ac2ad3cd693af55587bb818e6fe92455a9039a15aba8f9e4ba
4
+ data.tar.gz: 4d41cf01fbe703d45d7b83acfd2788d24825a873d6284e0ae814d1dffc9b8072
5
5
  SHA512:
6
- metadata.gz: 772bdfc00375fdf5c691ce7ba528e16fbb3e309c235f23fd85ecf40bef218ae8dda794ac73d8f5cfdd647b56b67c8fead6cbcea067a401419766ac8f41f4ed69
7
- data.tar.gz: c09619f7a5dcf1d5c520b49a3a98a79a59f769f9bb438fd80dda4addf97152cde196011b64e5b3339cdc251cc6730814b09a1048ce256494ac2b8bdffc1e73a7
6
+ metadata.gz: 5ed2b976e3fb892752f9d14e3427614825f000178e3dd610b65bf5924ca2198075bb1504645c4cf1e4d9ad791a608ebedb695704388da170c115aec7ccbb2bd1
7
+ data.tar.gz: fa3d889fa6fdca9390fb7cb602f0481274320a0877d0d70b627b1bcc3b72f80641d01c5361a2add3af3d2101718bf052e28a83d49dd6565acb14ac8bb20c3341
data/.gitignore CHANGED
@@ -5,6 +5,7 @@ capybara-*.html
5
5
  .rspec
6
6
  /.bundle
7
7
  /vendor/bundle
8
+ Gemfile.lock
8
9
  /log/*
9
10
  /tmp/*
10
11
  /db/*.sqlite3
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.5
6
+
7
+ ### Changed
8
+
9
+ - **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.5** (companion release for the hard-breaking `inline_forms_attribute_list` row-shape change in inline_forms; no API changes in validation_hints).
10
+
5
11
  ## 8.1.4
6
12
 
7
13
  ### Changed
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module ValidationHints
3
- VERSION = "8.1.4"
3
+ VERSION = "8.1.5"
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.4
4
+ version: 8.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
@@ -138,7 +138,6 @@ files:
138
138
  - ".ruby-version"
139
139
  - CHANGELOG.md
140
140
  - Gemfile
141
- - Gemfile.lock
142
141
  - LICENSE.txt
143
142
  - README.md
144
143
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,105 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- validation_hints (8.1.4)
5
- activerecord (>= 8.1, < 8.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (8.1.3)
11
- activesupport (= 8.1.3)
12
- activerecord (8.1.3)
13
- activemodel (= 8.1.3)
14
- activesupport (= 8.1.3)
15
- timeout (>= 0.4.0)
16
- activesupport (8.1.3)
17
- base64
18
- bigdecimal
19
- concurrent-ruby (~> 1.0, >= 1.3.1)
20
- connection_pool (>= 2.2.5)
21
- drb
22
- i18n (>= 1.6, < 2)
23
- json
24
- logger (>= 1.4.2)
25
- minitest (>= 5.1)
26
- securerandom (>= 0.3)
27
- tzinfo (~> 2.0, >= 2.0.5)
28
- uri (>= 0.13.1)
29
- base64 (0.3.0)
30
- bigdecimal (4.1.2)
31
- concurrent-ruby (1.3.6)
32
- connection_pool (3.0.2)
33
- drb (2.2.3)
34
- i18n (1.14.8)
35
- concurrent-ruby (~> 1.0)
36
- json (2.19.5)
37
- logger (1.7.0)
38
- minitest (5.27.0)
39
- rake (13.4.2)
40
- securerandom (0.4.1)
41
- sqlite3 (2.9.4-aarch64-linux-gnu)
42
- sqlite3 (2.9.4-aarch64-linux-musl)
43
- sqlite3 (2.9.4-arm-linux-gnu)
44
- sqlite3 (2.9.4-arm-linux-musl)
45
- sqlite3 (2.9.4-arm64-darwin)
46
- sqlite3 (2.9.4-x86_64-darwin)
47
- sqlite3 (2.9.4-x86_64-linux-gnu)
48
- sqlite3 (2.9.4-x86_64-linux-musl)
49
- timeout (0.6.1)
50
- tzinfo (2.0.6)
51
- concurrent-ruby (~> 1.0)
52
- uri (1.1.1)
53
-
54
- PLATFORMS
55
- aarch64-linux
56
- aarch64-linux-gnu
57
- aarch64-linux-musl
58
- arm-linux
59
- arm-linux-gnu
60
- arm-linux-musl
61
- arm64-darwin
62
- x86_64-darwin
63
- x86_64-linux-gnu
64
- x86_64-linux-musl
65
-
66
- DEPENDENCIES
67
- activemodel (>= 8.1, < 8.2)
68
- activerecord (>= 8.1, < 8.2)
69
- bundler (>= 2.0)
70
- minitest (~> 5.0)
71
- rake (~> 13.0)
72
- sqlite3 (>= 2.1)
73
- validation_hints!
74
-
75
- CHECKSUMS
76
- activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
77
- activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
78
- activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
79
- base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
80
- bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
81
- bundler (4.0.11) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785
82
- concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
83
- connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
84
- drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
85
- i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
86
- json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
87
- logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
88
- minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
89
- rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
90
- securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
91
- sqlite3 (2.9.4-aarch64-linux-gnu) sha256=ecabed721e6eaad54601d2685f09029d90025efc8d931040dc89cb3f8a2080ec
92
- sqlite3 (2.9.4-aarch64-linux-musl) sha256=ffb4255947fb54c8c3eeca97460c9702b40de91ce390455ef7367ca6a3929a31
93
- sqlite3 (2.9.4-arm-linux-gnu) sha256=9ee2008b9fbec984c3c165b0d7eedd2bd2a415100b761bfa3a4c6fbec9208bf6
94
- sqlite3 (2.9.4-arm-linux-musl) sha256=8dc1fe4da6977992cd62decf4a93ccf6cc2e124a5e6a340160d52092f70e837a
95
- sqlite3 (2.9.4-arm64-darwin) sha256=1d5aad413a815d236e96d43f05a1acc600b6cd086800770342a3f9c2877499ff
96
- sqlite3 (2.9.4-x86_64-darwin) sha256=f280c476e360b73e86165a5e59b72801385b4a6c3a47f8af5ecefb9d90bec17f
97
- sqlite3 (2.9.4-x86_64-linux-gnu) sha256=537a3eda71b1df1336d0055cbebe55a7317c34870c192c7b6b9d8d0be6871847
98
- sqlite3 (2.9.4-x86_64-linux-musl) sha256=3fc5e865b4be9a85d998203ef8d0c0fdcb92f20acf34a254346ff8a19088efec
99
- timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
100
- tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
101
- uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
102
- validation_hints (8.1.4)
103
-
104
- BUNDLED WITH
105
- 4.0.11