spf_lookup 0.1.2b → 0.1.2c

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: e506bd0355a374fb8cecad6eaa107bd149901ce174afd3a7dceca4f39bf781b9
4
- data.tar.gz: '06830951ef97f644cc61e165a8fe11e0a3ecdaaffbf7e19387faef8a077d0755'
3
+ metadata.gz: 4edb71152acf44c9dc50f946df5fdfddbe58fb4a4d367925c863349051603400
4
+ data.tar.gz: 1d79bcb12eb7eda5239d83cbaeb173b53f8ab113efd3b4ff38bb29bd25d49ec9
5
5
  SHA512:
6
- metadata.gz: 9560342f81354ddbb01cd6d26586fee99f5c8b2e9be378fd0287b2cf92207e833027f8c1539b291bffadf4242b7a766516f77b72f33f45b32e9ca1c7fd2e495a
7
- data.tar.gz: 4f3ad07ed9a2ac3448d3a1cf28c512244faa20b7869cf408d0bdc4826330e805b3682291f5ce4d87732ff04adfb2fa797a60f57eb3efef56d54f05b3c60f85f2
6
+ metadata.gz: 4d608d4a724d10f57fc98ea1102bb681f3d10b83f686d579833ce443e3cf49b08a9dbddaaef98465035d47bfbc99e530100676a86656344de2807779e46781d3
7
+ data.tar.gz: d39cc1f4df35d43cbf6c05a9a6a89966aad7b34eceea3ca3963f1a0b5b05499f862bd4afffa33753fab64b88629101170c2455ba6d58c22800e2a83426af9749
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ T License (MIT)
2
+
3
+ Copyright (c) 2021 Ryoichi Suganuma
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module SpfLookup
2
- VERSION = "0.1.2b"
2
+ VERSION = "0.1.2c"
3
3
  end
data/spf_lookup.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{lookup counter for SPF registration.}
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
- spec.license = "Confidential"
15
+ spec.license = "MIT"
16
16
  spec.required_ruby_version = '>= 2.7.0'
17
17
 
18
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_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.2b
4
+ version: 0.1.2c
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryouichi Suganuma
@@ -105,6 +105,7 @@ files:
105
105
  - ".rspec"
106
106
  - ".travis.yml"
107
107
  - Gemfile
108
+ - LICENSE.txt
108
109
  - README.md
109
110
  - Rakefile
110
111
  - bin/console
@@ -118,7 +119,7 @@ files:
118
119
  - spf_lookup.gemspec
119
120
  homepage: https://github.com/shirot7335/spf_lookup
120
121
  licenses:
121
- - Confidential
122
+ - MIT
122
123
  metadata: {}
123
124
  post_install_message:
124
125
  rdoc_options: []