valligator 1.0.5 → 1.0.6
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 +5 -5
- data/HISTORY.md +6 -0
- data/VERSION +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 919f177445a6fe0bc440ad051415eb0123796a3233367efc0fd98bbee081ddc3
|
|
4
|
+
data.tar.gz: 6f4f753cd0f05fcaf47bea33383c7853ffcb6af79b046ca4951e5516cb3ab548
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b39c3757e68848f2a4f77863eb39af590d94224d4de1252459026520b2493930b5fb7c357a0b356c2349f6e98c8fa8a11f60334a17082755f453c449e1db550
|
|
7
|
+
data.tar.gz: 0bdc0f2ab1660eda4b420c76cc1a94b69617d6cce8de7b36f5d369a4676d41b5827c4a1054536797d883ba78a953196fa7e59a40eafce6865a12612842d74c31
|
data/HISTORY.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
#### 1.0.6
|
|
2
|
+
- It should work fine with ruby 3
|
|
3
|
+
|
|
4
|
+
#### 1.0.5
|
|
5
|
+
- Do not use minitest/reporters
|
|
6
|
+
|
|
1
7
|
#### 1.0.4
|
|
2
8
|
- Valligator::ValidationError.validation_stack returns the exact position in validation method chain where the validation fails
|
|
3
9
|
- **is_kind_of** got a new alias **is_an**
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.6
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: valligator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Dzreev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -53,17 +53,16 @@ require_paths:
|
|
|
53
53
|
- lib
|
|
54
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
55
|
requirements:
|
|
56
|
-
- - "
|
|
56
|
+
- - ">="
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
|
-
version: '2
|
|
58
|
+
version: '2'
|
|
59
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
|
|
66
|
-
rubygems_version: 2.5.1
|
|
65
|
+
rubygems_version: 3.4.10
|
|
67
66
|
signing_key:
|
|
68
67
|
specification_version: 4
|
|
69
68
|
summary: Ruby objects validator
|