ruby-bandwidth-iris 7.3.1 → 7.3.2
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/deploy.yml +2 -2
- data/.github/workflows/test.yml +4 -4
- data/lib/bandwidth-iris/version.rb +1 -1
- data/ruby-bandwidth-iris.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac14c8ba1c0f0e31bc32931eed443c3e3ed8db5b742bca7759bd476fcc632686
|
|
4
|
+
data.tar.gz: 74113994a7b82692fc1e82d5774426393648990869c933d9bf92017eb7044af3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6812782ba2e456150fc9a98e809d36dbd434ecb74b01de94fcd89b109193a621703d4f838b35d94b1668f43a3eba0b043c1bc2412a3b54d574a72a3883688200
|
|
7
|
+
data.tar.gz: 5abf667171c05245e0d6cf8ee3368a684ee2808c6a0b07429c4a9242ec12ff05eec4a3eb97ff0a9df7a62ae1cf7eda6b5842ceb070beb177e34bbe7335fb2eb6
|
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
13
|
steps:
|
|
14
14
|
- name: Checkout
|
|
15
|
-
uses: actions/checkout@
|
|
15
|
+
uses: actions/checkout@v4
|
|
16
16
|
|
|
17
17
|
- name: Setup Ruby
|
|
18
18
|
uses: ruby/setup-ruby@v1
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
gem build *.gemspec
|
|
35
35
|
gem push *.gem
|
|
36
36
|
|
|
37
|
-
- uses: Bandwidth/build-notify-slack-action@
|
|
37
|
+
- uses: Bandwidth/build-notify-slack-action@v2
|
|
38
38
|
if: always()
|
|
39
39
|
with:
|
|
40
40
|
job-status: ${{ job.status }}
|
data/.github/workflows/test.yml
CHANGED
|
@@ -10,11 +10,11 @@ jobs:
|
|
|
10
10
|
runs-on: ${{ matrix.os }}
|
|
11
11
|
strategy:
|
|
12
12
|
matrix:
|
|
13
|
-
os: [windows-2022, windows-
|
|
14
|
-
ruby-version: [2.6, 2.7, 3.0]
|
|
13
|
+
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
|
|
14
|
+
ruby-version: [2.6, 2.7, 3.0, 4.0]
|
|
15
15
|
steps:
|
|
16
16
|
- name: Checkout
|
|
17
|
-
uses: actions/checkout@
|
|
17
|
+
uses: actions/checkout@v6
|
|
18
18
|
|
|
19
19
|
- name: Set up Ruby
|
|
20
20
|
uses: ruby/setup-ruby@v1
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
run: rake
|
|
29
29
|
|
|
30
30
|
- name: Notify Slack of Failures
|
|
31
|
-
uses: Bandwidth/build-notify-slack-action@
|
|
31
|
+
uses: Bandwidth/build-notify-slack-action@v2
|
|
32
32
|
if: failure() && !github.event.pull_request.draft
|
|
33
33
|
with:
|
|
34
34
|
job-status: ${{ job.status }}
|
data/ruby-bandwidth-iris.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.require_paths = ["lib"]
|
|
17
17
|
spec.add_dependency "builder"
|
|
18
18
|
spec.add_dependency "faraday"
|
|
19
|
-
spec.add_dependency "faraday-follow_redirects", '~> 0.
|
|
19
|
+
spec.add_dependency "faraday-follow_redirects", '~> 0.5.0'
|
|
20
20
|
spec.add_dependency "activesupport",">= 4.2.7"
|
|
21
21
|
spec.add_dependency "rexml"
|
|
22
22
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-bandwidth-iris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.3.
|
|
4
|
+
version: 7.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrey Belchikov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: builder
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.5.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.5.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: activesupport
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|