spf_lookup 0.1.2a → 0.1.2b

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73fb8d746701c15855dfaed242f391e384ce96071157335c76b9bb73ce7e01f0
4
- data.tar.gz: 17af222e4787d6c07f0778485912a86138b5671cc81597e697e56dd3a7b3cc3d
3
+ metadata.gz: e506bd0355a374fb8cecad6eaa107bd149901ce174afd3a7dceca4f39bf781b9
4
+ data.tar.gz: '06830951ef97f644cc61e165a8fe11e0a3ecdaaffbf7e19387faef8a077d0755'
5
5
  SHA512:
6
- metadata.gz: c4fda7cf88816bb58a9ce8a474c705f98902f6885f588c2b3a576ce45ffec69ca20d05aea0bcacc59b63b6a689fdc41a4dfd22bc18ad3536420d1bb24aceda65
7
- data.tar.gz: fbe13fccbda702dc559ca355b3fc7ecf0ef58323cc2ebbea180c51f29ba7d85f7d729b7f70c9fd5c49ea7c50b9ebbd202a26f14e20a0b864403f2f666b310139
6
+ metadata.gz: 9560342f81354ddbb01cd6d26586fee99f5c8b2e9be378fd0287b2cf92207e833027f8c1539b291bffadf4242b7a766516f77b72f33f45b32e9ca1c7fd2e495a
7
+ data.tar.gz: 4f3ad07ed9a2ac3448d3a1cf28c512244faa20b7869cf408d0bdc4826330e805b3682291f5ce4d87732ff04adfb2fa797a60f57eb3efef56d54f05b3c60f85f2
@@ -1,3 +1,3 @@
1
1
  module SpfLookup
2
- VERSION = "0.1.2a"
2
+ VERSION = "0.1.2b"
3
3
  end
data/spf_lookup.gemspec CHANGED
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{SpfLookup will count the number of SPF lookups for a given domain.}
14
14
  spec.homepage = "https://github.com/shirot7335/spf_lookup"
15
15
  spec.license = "Confidential"
16
+ spec.required_ruby_version = '>= 2.7.0'
16
17
 
17
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spf_lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2a
4
+ version: 0.1.2b
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryouichi Suganuma
@@ -128,14 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 2.7.0
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - ">"
135
135
  - !ruby/object:Gem::Version
136
136
  version: 1.3.1
137
137
  requirements: []
138
- rubygems_version: 3.0.3
138
+ rubygems_version: 3.1.6
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: lookup counter for SPF registration.