bandwidth-sdk 9.1.1 → 9.1.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/test/integration/test_integration.rb +1 -0
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db76591055af337edfa263589d610ccaeb6548b790e8198c151c8aef12aae58a
|
|
4
|
+
data.tar.gz: '0149d372e10582225a5add12aa9f07b43ab52686431facea7968c011297ca97e'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07716df459d4e176ec1725d353f1c811db5fe8890bb413d84cc54a531d69db998add4aee95f6da55d113a62678a9d924c2278e6148a3fafeb0f04230c1561337
|
|
7
|
+
data.tar.gz: 21c7a1a53d35326b9319dc7836d93d71a7e252b0804ca2311053aaed6c85149e9ec5ac1f2bd2adfcf9439ae80259c22302f2b1f18c63d207d5b3b5260895bb46
|
|
@@ -113,6 +113,7 @@ class IntegrationTest < Test::Unit::TestCase
|
|
|
113
113
|
assert(response.data.call_id.length > 0, "call_id value not set")
|
|
114
114
|
|
|
115
115
|
#Get phone call information
|
|
116
|
+
sleep 1
|
|
116
117
|
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
|
|
117
118
|
assert(response.data.state.length > 0, "state value not set")
|
|
118
119
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bandwidth-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.1.
|
|
4
|
+
version: 9.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Bandwidth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|
|
@@ -140,8 +140,9 @@ dependencies:
|
|
|
140
140
|
- - "~>"
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '1.0'
|
|
143
|
-
description:
|
|
144
|
-
|
|
143
|
+
description: The official client SDK for Bandwidht's Voice, Messaging, MFA, and WebRTC
|
|
144
|
+
APIs
|
|
145
|
+
email: dx@bandwidth.com
|
|
145
146
|
executables: []
|
|
146
147
|
extensions: []
|
|
147
148
|
extra_rdoc_files: []
|
|
@@ -283,7 +284,7 @@ files:
|
|
|
283
284
|
- test/http_response_catcher.rb
|
|
284
285
|
- test/integration/test_integration.rb
|
|
285
286
|
- test/test_helper.rb
|
|
286
|
-
homepage: https://
|
|
287
|
+
homepage: https://github.com/Bandwidth/ruby-sdk
|
|
287
288
|
licenses:
|
|
288
289
|
- MIT
|
|
289
290
|
metadata: {}
|
|
@@ -302,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
302
303
|
- !ruby/object:Gem::Version
|
|
303
304
|
version: '0'
|
|
304
305
|
requirements: []
|
|
305
|
-
rubygems_version: 3.3.
|
|
306
|
+
rubygems_version: 3.3.7
|
|
306
307
|
signing_key:
|
|
307
308
|
specification_version: 4
|
|
308
309
|
summary: Bandwidth
|