bandwidth-sdk 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50d081bcf04cd893b8f9f07c7d02ddb0c00a469f50378dad5252269ad3a27d0f
4
- data.tar.gz: 9af6407712331b104bc103c1bc839bdf7237a9e52d9cf854c8a7fa7f7a2bcf57
3
+ metadata.gz: 0d875d4483cba8ab212869295640686010de4dfe22fc576c9ab76fcea68d270b
4
+ data.tar.gz: 0aeb54d8f7b3f17a723059d9e7fc823b1e717d749f4e76319f6f07690be1ac66
5
5
  SHA512:
6
- metadata.gz: 9cd73cdf568a4992fc24bd8a7374c4c3adf6ab9cb724eb4d77eaab56713d744d9b2247c8be60183fc03927c53cb9b17fc7fdb05ec3a428bcedbf4e009111eea8
7
- data.tar.gz: 2b7d856bb5183dc86da270f6dd3aa335ec20edb0419c2c815314e117106b5aec5aa10e8937fe05e7671583a7fafc43bb46ddff63bbf8635f915dd1dc1c248400
6
+ metadata.gz: 741d727da5bf655ae535c62a4a0eb8479a95ac6e5464550d5bbda26f504df0b1ccc51ff1e15e6f60881a22957a81406295a20eec3a8f98145a23f4a617364ccb
7
+ data.tar.gz: 8ef95f432381be68a58135bd354d181790db79aebb8e04a822abbf7ecfcb1b4183c6157b73b6f46dd213e590be79bedc86794d80f6c8045eb0479cc9be2af083
data/README.md CHANGED
@@ -7,16 +7,16 @@ Bandwidth's set of APIs
7
7
  Install the gem from the command line:
8
8
 
9
9
  ```ruby
10
- gem install bandwidth-sdk -v 2.1.0
10
+ gem install bandwidth-sdk -v 2.1.1
11
11
  ```
12
12
 
13
13
  Or add the gem to your Gemfile and run `bundle`:
14
14
 
15
15
  ```ruby
16
- gem 'bandwidth-sdk', '2.1.0'
16
+ gem 'bandwidth-sdk', '2.1.1'
17
17
  ```
18
18
 
19
- For additional gem details, see the [RubyGems page for the bandwidth-sdk gem](https://rubygems.org/gems/bandwidth-sdk/versions/2.1.0).
19
+ For additional gem details, see the [RubyGems page for the bandwidth-sdk gem](https://rubygems.org/gems/bandwidth-sdk/versions/2.1.1).
20
20
 
21
21
  ## Initialize the API Client
22
22
 
@@ -23,7 +23,7 @@ module Bandwidth
23
23
  attr_accessor :time
24
24
 
25
25
  # TODO: Write general description for this method
26
- # @return [String]
26
+ # @return [Integer]
27
27
  attr_accessor :segment_count
28
28
 
29
29
  # TODO: Write general description for this method
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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-10 00:00:00.000000000 Z
11
+ date: 2020-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging