plivo 4.53.0 → 4.53.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: 165ab55e98fbfd73f9ea8e8f7cebc6016a76e703
4
- data.tar.gz: e33c4b9315f62bee5102194d593bec08bff5df3e
3
+ metadata.gz: d72812f2ecb6091224c7d4e523d92580f09e5cea
4
+ data.tar.gz: cedadf5001d011b5a17fec8daa17f7a437bade70
5
5
  SHA512:
6
- metadata.gz: 6b7af2135d6c3107c4da88719a23c82134a304ec5c65c16dbe7983fe1ae9033098d99ee93f05a5e73021d4d4aa2b11336dec13f80dc40f625d597e6471d975ec
7
- data.tar.gz: b11f266cecc2848ffda32719f9d4eb78583dc4d4aca26c58e7d16b9ab4fbf4ed5adfc3e0797fc6eb8c447b22593ce49a931951319390b820da0dc7681e95a724
6
+ metadata.gz: f5c8aaa42a482000b26d2fba323b26b83a0f8b1c713add914753f84e7c18c7815a6537044e236122dad09caaa74c722f5606a6fe5134814f2beb955992d7a395
7
+ data.tar.gz: 57cce78dbbbd041a3b2371a5922ac32652e8d96e9e81698166841de0d081cd837e717b3e339811c5b8f833ecb9d01ce40243fbe05af480cfd897146ad664c16d
data/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Change Log
2
2
 
3
3
 
4
- ## [4.53.0](https://github.com/plivo/plivo-ruby/tree/v4.53.0) (2023-11-08)
4
+ ## [4.53.1](https://github.com/plivo/plivo-ruby/tree/v4.53.1) (2023-11-09)
5
5
  **Feature - Verify Service**
6
- -Added Support for Verify Service Public API'S
7
- -Create Session API(POST): To create a verify session (2FA). Allowed params recipient, method, channel, callback_url, app_uuid
8
- -Get Session API(GET): To retrieve a particular session
6
+ -Added Support for Verify Service Public API
7
+ -Create Session API : To create a verify session. Allowed params recipient, method, channel, callback_url, app_uuid
8
+ -Get Session API: To retrieve a particular session
9
9
  -List Sessions : To retrieve all the sessions
10
10
  -Validate Session : To validate OTP for a particular session
11
11
 
data/README.md CHANGED
@@ -9,7 +9,7 @@ The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby a
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'plivo', '>= 4.53.0'
12
+ gem 'plivo', '>= 4.53.1'
13
13
  ```
14
14
 
15
15
  And then execute:
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.53.0".freeze
2
+ VERSION = "4.53.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.53.0
4
+ version: 4.53.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: 2023-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday