datacaster 4.2.0 → 4.2.1

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: 313d4857ebb527af62b00822c82ae25ca81d143fac6d46586704efda3337907d
4
- data.tar.gz: cafec5e89d47418b72a3b9a9123699d2c4d8c479f8d7720739f4dd59b47e4d72
3
+ metadata.gz: 351d202f9afcb51c391c23e852f4d9d289a60df1a4f890473f532aac47ca668c
4
+ data.tar.gz: '031040811b8f5a2c319c5c48295c44d347f76dcb52fbfaeadd37f586f0d06582'
5
5
  SHA512:
6
- metadata.gz: 7929550a2f1ca7c0b3002ccb32b27336a094737647d0aaaffcdc54001d1084ebfebc8c168b98096e59b7d990cccb1dc8e495cf4a4dcd9fbf0cb1168117f43ba1
7
- data.tar.gz: 2a7fa2d4528c014fefd3c701c797566ea6eb9bcee08442bbe79f3fa881f9adb473e8424d909b05f0e0a2109ce79265bafb6b700b4873cb89778ab2ff601698c2
6
+ metadata.gz: c53e86295d1f47bc80d0d5e1805b5076e85f8ded528f14039ebcbd88a810bd4e8e4897b16a41b30422c8b18556049a54256ce60fa5fecc04c176cda3de363890
7
+ data.tar.gz: 67111b7dfa26fcfc844ca33336f884738a961c9629e01486ad4cef5423406f33ec030d92746e32c66739c624a0d0b0c6b9a89c8609dc40d0509cdf85298767ec
@@ -6,7 +6,7 @@ en:
6
6
  array: should be an array
7
7
  cast: is invalid
8
8
  check: is invalid
9
- compare: "does not equal %{reference}"
9
+ compare: does not equal %{reference}
10
10
  decimal: is not a decimal number
11
11
  empty: should not be empty
12
12
  float: is not a float
@@ -16,12 +16,12 @@ en:
16
16
  integer32: is not a 32-bit integer
17
17
  iso8601: is not a string with ISO-8601 date and time
18
18
  maximum:
19
- lt: '%{value} should be less than %{max}'
20
- lteq: '%{value} should be less than or equal to %{max}'
19
+ lt: should be less than %{max}
20
+ lteq: should be less than or equal to %{max}
21
21
  minimum:
22
- gt: '%{value} should be greater than %{min}'
23
- gteq: '%{value} should be greater than or equal to %{min}'
24
- must_be: "is not %{reference}"
22
+ gt: should be greater than %{min}
23
+ gteq: should be greater than or equal to %{min}
24
+ must_be: is not %{reference}
25
25
  numeric: is not a number
26
26
  pattern: has invalid format
27
27
  relate: "%{left} should be %{op} %{right}"
@@ -1,3 +1,3 @@
1
1
  module Datacaster
2
- VERSION = "4.2.0"
2
+ VERSION = "4.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datacaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Zolotarev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-03 00:00:00.000000000 Z
11
+ date: 2025-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel