zerobounce-sdk 2.1.7 → 2.1.8

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: c86ddf9ad6c2ad0ccb3795dae6f7e8a9e11754ab8ce56de593c05d98be5e91a3
4
- data.tar.gz: 5c5efe684358aa3975ad4773d4aa70cf180877672fa794406e4d9e89d46d5d77
3
+ metadata.gz: e9f3c2a7bac4386a95e440f91b2c05fd70a9ed4fba0676aba089bb654b6c0a78
4
+ data.tar.gz: 829bd8ba5c1f64e2c3580a43062b4b11d372b25f75f18cedcd3d03d186bff809
5
5
  SHA512:
6
- metadata.gz: b29b4c25e9954827fe407cee461712750068df4cf91fc8861029b60348f44fb95518c37a7041f8dea45b9578c965cd71ffc4d800fcf480c491e03d5a71d45dbe
7
- data.tar.gz: 788a1c8c0c21ecfb3a15d0ee19295054866a65deee7f4242be211136537ac04540b92b4af01d924141e8ace913fc9c80d575b4295d4fe39d29335ccc37b52f52
6
+ metadata.gz: d7252217055c4d602bf6723b06463fbfc0591c1793a2d72857acfaa1dddd50b66217afbf139afccf79faeccb73804f695b921cfac3c1955ee949e5d8e37cf398
7
+ data.tar.gz: c2d6cff7f176b64d1b048b596f4a09d7ff9140549bdd450a193ca349dcaf74899322c743d0abeca65e046e979da96411feabdffa62ccf89275c6d2e7f6a42ce1
@@ -61,7 +61,7 @@ jobs:
61
61
  # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
62
62
  steps:
63
63
  - name: Checkout repository
64
- uses: actions/checkout@v6
64
+ uses: actions/checkout@v7
65
65
 
66
66
  # Add any setup steps before running the `github/codeql-action/init` action.
67
67
  # This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -71,7 +71,7 @@ jobs:
71
71
 
72
72
  # Initializes the CodeQL tools for scanning.
73
73
  - name: Initialize CodeQL
74
- uses: github/codeql-action/init@v4.36.2
74
+ uses: github/codeql-action/init@v4.36.3
75
75
  with:
76
76
  languages: ${{ matrix.language }}
77
77
  build-mode: ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100
100
  exit 1
101
101
 
102
102
  - name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@v4.36.2
103
+ uses: github/codeql-action/analyze@v4.36.3
104
104
  with:
105
105
  category: "/language:${{matrix.language}}"
@@ -17,7 +17,7 @@ jobs:
17
17
  runs-on: ubuntu-latest
18
18
  steps:
19
19
  - name: Checkout
20
- uses: actions/checkout@v6
20
+ uses: actions/checkout@v7
21
21
  with:
22
22
  fetch-depth: 0
23
23
  ref: ${{ github.event.inputs.tag }}
@@ -54,7 +54,7 @@ jobs:
54
54
  ZEROBOUNCE_API_KEY: "invalid_key_for_tests"
55
55
  steps:
56
56
  - name: Checkout tag
57
- uses: actions/checkout@v6
57
+ uses: actions/checkout@v7
58
58
  with:
59
59
  ref: ${{ github.event.inputs.tag }}
60
60
 
@@ -78,7 +78,7 @@ jobs:
78
78
  contents: read
79
79
  steps:
80
80
  - name: Checkout tag
81
- uses: actions/checkout@v6
81
+ uses: actions/checkout@v7
82
82
  with:
83
83
  ref: ${{ github.event.inputs.tag }}
84
84
 
@@ -111,7 +111,7 @@ jobs:
111
111
  contents: write
112
112
  steps:
113
113
  - name: Checkout
114
- uses: actions/checkout@v6
114
+ uses: actions/checkout@v7
115
115
  with:
116
116
  ref: ${{ github.event.inputs.tag }}
117
117
  fetch-depth: 0
@@ -17,7 +17,7 @@ jobs:
17
17
  env:
18
18
  ZEROBOUNCE_API_KEY: "invalid_key_for_tests"
19
19
  steps:
20
- - uses: actions/checkout@v6
20
+ - uses: actions/checkout@v7
21
21
 
22
22
  - name: Set up Ruby
23
23
  uses: ruby/setup-ruby@v1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zerobounce-sdk (2.1.7)
4
+ zerobounce-sdk (2.1.8)
5
5
  dotenv
6
6
  rest-client (~> 2.1)
7
7
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Zerobounce
4
4
  # The version of the gem.
5
- VERSION = '2.1.7'
5
+ VERSION = '2.1.8'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zerobounce-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zero Bounce
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-17 00:00:00.000000000 Z
11
+ date: 2026-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client