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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/HISTORY.md +6 -0
  3. data/VERSION +1 -1
  4. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 67b6b4cef42839c2b7eb7c28ba518be5a04d6000
4
- data.tar.gz: 5db68709d9020109443d8223ec011a99557fc978
2
+ SHA256:
3
+ metadata.gz: 919f177445a6fe0bc440ad051415eb0123796a3233367efc0fd98bbee081ddc3
4
+ data.tar.gz: 6f4f753cd0f05fcaf47bea33383c7853ffcb6af79b046ca4951e5516cb3ab548
5
5
  SHA512:
6
- metadata.gz: 374d94b72e41fd6574c42157c5b6e2bb9f72a6b7fbfd79a04edcf40c4fe60af782b924afdcad3d6060b32b4a4c94e9b7c24ee1d4fd9b8abe3fb52d7bdeac10e7
7
- data.tar.gz: 92b64bf4503dd402b7e1e61eff57a57182dc5390a8e7cc99cdada704c6d2c24a562924a1725da448d3703448dc09a6d86e49ad0db027ae4d688c8ea188a72704
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.5
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.5
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: 2017-11-14 00:00:00.000000000 Z
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.0'
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
- rubyforge_project:
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