ruby-bandwidth-iris 7.2.0 → 7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69336410975cbc37aae6c7a01f93bd18e8a7c1c049857070d17522d4f2130469
4
- data.tar.gz: b1c19268cef5655b50a638c6c57ca10184f5004bcf3af4904efcf8ee6f493b23
3
+ metadata.gz: 022222fa8b00f255f1fdb53e7d110bc92c5f16cb499317013139f9853245860e
4
+ data.tar.gz: 315b01ace69c2eb1f50f400b3e8ab648ed54549b8ee8de9e4c4c81a00d049d32
5
5
  SHA512:
6
- metadata.gz: fbbd9896dbc9fab3a67608f2bdf20561d5c0e185a9a4c15cb567d1020457cc1b821f80ee1613f0996f2c942871e056e3a67e0f9f901585e49bbe81230e861f0b
7
- data.tar.gz: 0cf9b89519ca7d1cd37569483346e301f7193c8bc5efb813f93f5bb2071e7dd2c9d209751ce22fc222d881aa346d92399fbe48b17de441e0c66e0d34b3cb1ef8
6
+ metadata.gz: 7b38ea66cdd7cd789689b3a68f03862e99fffd89622cfc6362d9f9e8401a01c78d2e4b16dd67bc1027c3bd1bf6f69eb05d1f66626f1cdb1055d03d7a2830db8b
7
+ data.tar.gz: f7c6341a8e02b407740757bc2bff98678aafb982c8b89f6c4caa80799dd22ed0f2991c113fabea549354042d798f1ca15acad7195baca91c6f3a26ebdd7e5c89
data/.github/CODEOWNERS CHANGED
@@ -1,2 +1,2 @@
1
1
  # Global rule:
2
- * @Bandwidth/dx
2
+ * @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin @Bandwidth/band-programmable-voice-swi @Bandwidth/band-devx
@@ -1,8 +1,6 @@
1
1
  name: Test
2
2
 
3
3
  on:
4
- schedule:
5
- - cron: "0 4 * * *"
6
4
  pull_request:
7
5
  workflow_dispatch:
8
6
 
@@ -11,28 +9,28 @@ jobs:
11
9
  name: Test
12
10
  runs-on: ${{ matrix.os }}
13
11
  strategy:
14
- matrix:
12
+ matrix:
15
13
  os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
16
14
  ruby-version: [2.6, 2.7, 3.0]
17
15
  steps:
18
- - name: Checkout
19
- uses: actions/checkout@v3
16
+ - name: Checkout
17
+ uses: actions/checkout@v3
20
18
 
21
- - name: Set up Ruby
22
- uses: ruby/setup-ruby@v1
23
- with:
24
- ruby-version: ${{ matrix.ruby-version }}
25
-
26
- - name: Install Packages
27
- run: bundle install
19
+ - name: Set up Ruby
20
+ uses: ruby/setup-ruby@v1
21
+ with:
22
+ ruby-version: ${{ matrix.ruby-version }}
28
23
 
29
- - name: Test
30
- run: rake
24
+ - name: Install Packages
25
+ run: bundle install
31
26
 
32
- - name: Notify Slack of Failures
33
- uses: Bandwidth/build-notify-slack-action@v1.0.0
34
- if: failure() && !github.event.pull_request.draft
35
- with:
36
- job-status: ${{ job.status }}
37
- slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
38
- slack-channel: ${{ secrets.SLACK_CHANNEL }}
27
+ - name: Test
28
+ run: rake
29
+
30
+ - name: Notify Slack of Failures
31
+ uses: Bandwidth/build-notify-slack-action@v1.0.0
32
+ if: failure() && !github.event.pull_request.draft
33
+ with:
34
+ job-status: ${{ job.status }}
35
+ slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
36
+ slack-channel: ${{ secrets.SLACK_CHANNEL }}
@@ -69,8 +69,8 @@ module BandwidthIris
69
69
  list
70
70
  end
71
71
 
72
- def get_orders()
73
- list = @client.make_request(:get, "#{@client.concat_account_path(SITE_PATH)}/#{id}/orders")[0]
72
+ def get_orders(size: 30, page: 1)
73
+ list = @client.make_request(:get, "#{@client.concat_account_path(SITE_PATH)}/#{id}/orders", {size: size, page: page})[0]
74
74
  # TODO need additional documentaion
75
75
  list
76
76
  end
@@ -1,4 +1,4 @@
1
1
  module BandwidthIris
2
2
  # Version of this gem
3
- VERSION = "7.2.0"
3
+ VERSION = "7.3.1"
4
4
  end
@@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
17
17
  spec.add_dependency "builder"
18
18
  spec.add_dependency "faraday"
19
19
  spec.add_dependency "faraday-follow_redirects", '~> 0.3.0'
20
- spec.add_dependency "nori"
21
20
  spec.add_dependency "activesupport",">= 4.2.7"
22
21
  spec.add_dependency "rexml"
23
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.2.0
4
+ version: 7.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Belchikov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2025-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.3.0
55
- - !ruby/object:Gem::Dependency
56
- name: nori
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: activesupport
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -137,7 +123,7 @@ dependencies:
137
123
  - !ruby/object:Gem::Version
138
124
  version: '0'
139
125
  description: Gem for integrating to Bandwidth's Iris API
140
- email:
126
+ email:
141
127
  executables: []
142
128
  extensions: []
143
129
  extra_rdoc_files: []
@@ -256,7 +242,7 @@ homepage: https://github.com/bandwidthcom/ruby-bandwidth-iris
256
242
  licenses:
257
243
  - MIT
258
244
  metadata: {}
259
- post_install_message:
245
+ post_install_message:
260
246
  rdoc_options: []
261
247
  require_paths:
262
248
  - lib
@@ -272,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
272
258
  version: '0'
273
259
  requirements: []
274
260
  rubygems_version: 3.2.33
275
- signing_key:
261
+ signing_key:
276
262
  specification_version: 4
277
263
  summary: Gem for integrating to Bandwidth's Iris API
278
264
  test_files: