plivo 4.17.0 → 4.17.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
  SHA1:
3
- metadata.gz: e9ed2b6d3cefe5747f4be00bd20eb3c2258f98eb
4
- data.tar.gz: 29fe6c261396a36b8a37e760a94fff8a9008f02a
3
+ metadata.gz: 7e0cf782f59b0fdc5751760de942c004c486b88e
4
+ data.tar.gz: '059f69a1d0dbba6f854a5d36f9dae7b84f18acaf'
5
5
  SHA512:
6
- metadata.gz: 3c9a47a74343bddf32197407935ca2b718c6f999b89964c6a06ce044be284014f6302077850c94a192076bd33b215692b5b68edae42fc432892277e0d9ce9dd4
7
- data.tar.gz: c8d291eb4e0ea93ecd38a7cad49adce9e3c86f7daa539d3d1a56bb7b8c6285ff90fb0df05f3beb736af86aed4a3f51050ba8305884a4272046ed632ccf48e429
6
+ metadata.gz: 2cf38bfcd9981dba0492dbd15fbb7698140a6ff65a58498887289de19d04cac4885fc5468b84e24f3ad80d1232c62af9b80e07def7b64845d0ed92a0592df5f4
7
+ data.tar.gz: abbcd68c9a8b41abd9a7f5dcad3d0bfdf22dc72ab49f87ade0138dd954d71c95bd1a990f829c90e1c14b1d6c728bb2071eb4b9090833bfe12e7c628233b58872
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [4.17.1](https://github.com/plivo/plivo-ruby/releases/tag/v4.17.1) (2021-06-18)
4
+ - **WARNING**: Remove total_count field from meta data for list MDR response
5
+
3
6
  ## [4.17.0](https://github.com/plivo/plivo-ruby/releases/tag/v4.17.0) (2021-06-15)
4
7
  - Added stir verification param as part of Get CDR and live call APIs response.
5
8
 
data/README.md CHANGED
@@ -8,7 +8,9 @@ The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby a
8
8
  Add this line to your application's Gemfile:
9
9
 
10
10
  ```ruby
11
- gem 'plivo', '>= 4.17.0'
11
+
12
+ gem 'plivo', '>= 4.17.1'
13
+
12
14
  ```
13
15
 
14
16
  And then execute:
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.17.0".freeze
2
+ VERSION = "4.17.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plivo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.0
4
+ version: 4.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Plivo SDKs Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-23 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday