rails_email_checker 0.1.2 → 0.1.3

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: c273987a599a545155481b9be20331fcbb70a5651680c527928532d3f7433292
4
- data.tar.gz: 33e1bbeed5a0e2d1ae23587883171ce8f060b8ae14e19c0cc00ecbe0bb00c34c
3
+ metadata.gz: 017f43ce283d9afd402606d144711144aeb71b77fea326db8c771487991e9023
4
+ data.tar.gz: 46369c4da8b9f929b0169838b5b20a929c2c45e58574fefb83499954067e570f
5
5
  SHA512:
6
- metadata.gz: 4a8531a0bb7ead09ab2dd0c4dab0bdaff225f3623e3ff19cd09c1726d170a0e589a236e06be12a025e444c0e18e676bdab3e92afffb5475edc1e7bcaa6d9467c
7
- data.tar.gz: 6fa12e7c59a359e7de90c037f4553ce025b5134069909337c3959cf2fb9ebc6cc8339633197cf2f9c71910800b70aab37f9fda768458747ff010cfa3e89357ce
6
+ metadata.gz: d8d85cb2aac70b830d8a146e597f85172ab37a86370c45b5b382ab7683027d35b15b5c72f729723413d05c86613909209308cb961e3b4c3e23b1dbe9469bfc83
7
+ data.tar.gz: a3376a052ffe9db7c8c64f6ad68d7b758631154d0a90c28b7bff11fb17c5bb83fa5c4c8b7e62d29c7e25d76c56a29bffc697fc81f8da2601e55eb6ae7b0c28cb
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_email_checker (0.1.2)
4
+ rails_email_checker (0.1.3)
5
5
  activemodel (>= 4.2, < 7)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.0.2.2)
11
- activesupport (= 6.0.2.2)
12
- activesupport (6.0.2.2)
10
+ activemodel (6.0.3.1)
11
+ activesupport (= 6.0.3.1)
12
+ activesupport (6.0.3.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
- zeitwerk (~> 2.2)
17
+ zeitwerk (~> 2.2, >= 2.2.2)
18
18
  concurrent-ruby (1.1.6)
19
19
  coveralls (0.8.23)
20
20
  json (>= 1.8, < 3)
@@ -27,21 +27,21 @@ GEM
27
27
  i18n (1.8.2)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.3.0)
30
- minitest (5.14.0)
30
+ minitest (5.14.1)
31
31
  rake (13.0.1)
32
32
  rspec (3.9.0)
33
33
  rspec-core (~> 3.9.0)
34
34
  rspec-expectations (~> 3.9.0)
35
35
  rspec-mocks (~> 3.9.0)
36
- rspec-core (3.9.1)
37
- rspec-support (~> 3.9.1)
38
- rspec-expectations (3.9.1)
36
+ rspec-core (3.9.2)
37
+ rspec-support (~> 3.9.3)
38
+ rspec-expectations (3.9.2)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.9.0)
41
41
  rspec-mocks (3.9.1)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.9.0)
44
- rspec-support (3.9.2)
44
+ rspec-support (3.9.3)
45
45
  simplecov (0.16.1)
46
46
  docile (~> 1.1)
47
47
  json (>= 1.8, < 3)
@@ -52,9 +52,9 @@ GEM
52
52
  tins (~> 1.0)
53
53
  thor (1.0.1)
54
54
  thread_safe (0.3.6)
55
- tins (1.24.1)
55
+ tins (1.25.0)
56
56
  sync
57
- tzinfo (1.2.6)
57
+ tzinfo (1.2.7)
58
58
  thread_safe (~> 0.1)
59
59
  zeitwerk (2.3.0)
60
60
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsEmailChecker
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_email_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris BRESCIANI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler