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 +4 -4
- data/config/locales/en.yml +6 -6
- data/lib/datacaster/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 351d202f9afcb51c391c23e852f4d9d289a60df1a4f890473f532aac47ca668c
|
4
|
+
data.tar.gz: '031040811b8f5a2c319c5c48295c44d347f76dcb52fbfaeadd37f586f0d06582'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c53e86295d1f47bc80d0d5e1805b5076e85f8ded528f14039ebcbd88a810bd4e8e4897b16a41b30422c8b18556049a54256ce60fa5fecc04c176cda3de363890
|
7
|
+
data.tar.gz: 67111b7dfa26fcfc844ca33336f884738a961c9629e01486ad4cef5423406f33ec030d92746e32c66739c624a0d0b0c6b9a89c8609dc40d0509cdf85298767ec
|
data/config/locales/en.yml
CHANGED
@@ -6,7 +6,7 @@ en:
|
|
6
6
|
array: should be an array
|
7
7
|
cast: is invalid
|
8
8
|
check: is invalid
|
9
|
-
compare:
|
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:
|
20
|
-
lteq:
|
19
|
+
lt: should be less than %{max}
|
20
|
+
lteq: should be less than or equal to %{max}
|
21
21
|
minimum:
|
22
|
-
gt:
|
23
|
-
gteq:
|
24
|
-
must_be:
|
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}"
|
data/lib/datacaster/version.rb
CHANGED
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.
|
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
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|