zerobounce 0.3.0 → 0.3.1
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 +4 -4
- data/.github/workflows/gem-push.yml +2 -2
- data/.github/workflows/ruby.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/zerobounce/version.rb +1 -1
- data/zerobounce.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5ff36fcae1b08d07ea5e439f1a84637fd65c4c8e0f9be77b4fa9cc3702bd0bd
|
|
4
|
+
data.tar.gz: 05d9660ebc085df330732ad9bb9443ae55a23af12b802575c527e08763548b85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77c09aef748afd6365b07859fdd13a14395fdbfa27fc7708ee02a1c2a1ad629373629b4c550b8cc81d3f63c07bef985dd8af38081f418f7ac0968fdf91ff4899
|
|
7
|
+
data.tar.gz: 16002d4bd6d7714c37b527732bf20a5d3388afc17b94cb0ded9bfe3e2edc65c6c6ffbc4f09772be0cb0b5fe13186cf6fda4bd2a165e421b5567b5a6feb9d45ce
|
data/.github/workflows/ruby.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.
|
|
1
|
+
ruby-3.2.2
|
data/CHANGELOG.md
CHANGED
data/lib/zerobounce/version.rb
CHANGED
data/zerobounce.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zerobounce
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Frase
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-04-24 00:00:00.000000000 Z
|
|
@@ -231,7 +231,7 @@ licenses:
|
|
|
231
231
|
metadata:
|
|
232
232
|
yard.run: yri
|
|
233
233
|
rubygems_mfa_required: 'true'
|
|
234
|
-
post_install_message:
|
|
234
|
+
post_install_message:
|
|
235
235
|
rdoc_options: []
|
|
236
236
|
require_paths:
|
|
237
237
|
- lib
|
|
@@ -239,15 +239,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
requirements:
|
|
240
240
|
- - ">="
|
|
241
241
|
- !ruby/object:Gem::Version
|
|
242
|
-
version: '
|
|
242
|
+
version: '3.0'
|
|
243
243
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
244
|
requirements:
|
|
245
245
|
- - ">="
|
|
246
246
|
- !ruby/object:Gem::Version
|
|
247
247
|
version: '0'
|
|
248
248
|
requirements: []
|
|
249
|
-
rubygems_version: 3.
|
|
250
|
-
signing_key:
|
|
249
|
+
rubygems_version: 3.4.10
|
|
250
|
+
signing_key:
|
|
251
251
|
specification_version: 4
|
|
252
252
|
summary: A Ruby client for Zerobounce.net.
|
|
253
253
|
test_files: []
|