plivo 4.37.0 → 4.37.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: 9bce183c37b08afe3c1c818c760ea19e23d59aa0
4
- data.tar.gz: 758f85c1a34e730fdb6319f504b325f563087613
3
+ metadata.gz: 9868a4be02dd30339bda337a837f89304bbc22fc
4
+ data.tar.gz: '08438aa41d55f366e04c23a8c9c19cf80a4eda57'
5
5
  SHA512:
6
- metadata.gz: 12826d9c8f1e56072dabf04120e67df56d6e1a7d5a0c6385c59ae8c419139d5c6d31c46543b1a17a6d21acdb84c31424de2d5be448dd88face0933e4d0b88452
7
- data.tar.gz: 2e06406a3690697d405b1cb89dae6bebc5bc3bace1a3f463fa665ef36e62c43179838436abc56478614bfed1f9772ea3bb4c4f272389aa0cb35e6e7493a94d08
6
+ metadata.gz: 9221a5183a4a060ab3422bcb6c8a96103aac4631162f30333f01a4d1b89433dfb029a416656d4d5c9f47d349fda8c22beba493c3b8088158dd3c60e517d26a79
7
+ data.tar.gz: 4635e9c48e4f789c24da1c72e8e318f9a898684b5a2dea920aad46a1786c9336a4692c5ffd08ab2037dc559aa083cbe509e0820c5d142f7a3472ff1606a6a683
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Change Log
2
+ ## [4.37.1](https://github.com/plivo/plivo-ruby/tree/v4.37.1) (2023-02-23)
3
+ **Bug fix on Messaging object **
4
+ -
2
5
  ## [4.37.0](https://github.com/plivo/plivo-ruby/tree/v4.37.0) (2023-02-23)
3
6
  **Feature - Enhance MDR filtering capabilities **
4
7
  - Added new fields on MDR object response
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.37.0'
12
+ gem 'plivo', '>= 4.37.1'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -33,7 +33,7 @@ module Plivo
33
33
  units: @units,
34
34
  tendlc_campaign_id: @tendlc_campaign_id,
35
35
  destination_country_iso2: @destination_country_iso2,
36
- tendlc_registration_status: @tendlc_registration_status
36
+ tendlc_registration_status: @tendlc_registration_status,
37
37
  requester_ip: @requester_ip
38
38
  }.to_s
39
39
  end
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.37.0".freeze
2
+ VERSION = "4.37.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.37.0
4
+ version: 4.37.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-02-27 00:00:00.000000000 Z
11
+ date: 2023-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday