plivo 4.1.0 → 4.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
- SHA1:
3
- metadata.gz: f175349919f9673146aa1ff209cb04f858fb7b3d
4
- data.tar.gz: 70f9007164e621fbd5a907a65fe9c9473982a8a8
2
+ SHA256:
3
+ metadata.gz: 312b0bc255083247ef770a23a6a573c791058472a8409d334fc7426620120b3f
4
+ data.tar.gz: aa695796f9b3308e357278d11915b9e6fbcf868c6019c1aed4725c6513248bef
5
5
  SHA512:
6
- metadata.gz: 7e62b19ef47a2a306e05a75a4acf531dacf7259dd1a92bebc2e4e97322fcf6892891490e860898a06e5163e8ee1748dd9fc9f575ba7fb5cb271867d5599ae66b
7
- data.tar.gz: f56366f71dea549499326685b43aabeff5730db7a157b862b52c7cfa78ebc7d64c89422685e3541f57f66c971cb5524378981d6bc5d832b4c9d80c871b8f5cd8
6
+ metadata.gz: 5179646f55e326405a6de502cd1856ef3a086f23cbea7fedaef9de69f2a384331131f0dd3dba2b4ac505706edf7b349806fe44c953560cdbe710ae0e7a756aee
7
+ data.tar.gz: 3ac724772b01cf4ce0f0a6885dfccc085d345c9e6df1119b4452c3b3d899430a6097923d2db93805c29cc2c6d02d0b39904ede41207cfe2bd6a3736a658354d0
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [4.1.1](https://github.com/plivo/plivo-ruby/releases/tag/v4.1.1) (2018-08-08)
4
+ - Upgraded version of faraday_middleware to 0.12.2 which parses YAML safely
5
+
3
6
  ## [4.1.0](https://github.com/plivo/plivo-ruby/releases/tag/v4.1.0) (2018-02-26)
4
7
  - Add Address and Identity resources
5
8
  - Change a few functions in number-related methods to support the verification flows
data/README.md CHANGED
@@ -8,7 +8,7 @@ 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.1.0'
11
+ gem 'plivo', '>= 4.1.1'
12
12
  ```
13
13
 
14
14
  And then execute:
@@ -24,7 +24,7 @@ If you have the `0.3.19` version (a.k.a legacy) already installed, you may have
24
24
  ## Getting started
25
25
 
26
26
  ### Authentication
27
- To make the API requests, you need to create a `RestClient` and provide it with authentication credentials (which can be found at [https://manage.plivo.com/dashboard/](https://manage.plivo.com/dashboard/)).
27
+ To make the API requests, you need to create a `RestClient` and provide it with authentication credentials (which can be found at [https://console.plivo.com/dashboard/](https://console.plivo.com/dashboard/)).
28
28
 
29
29
  We recommend that you store your credentials in the `PLIVO_AUTH_ID` and the `PLIVO_AUTH_TOKEN` environment variables, so as to avoid the possibility of accidentally committing them to source control. If you do this, you can initialise the client with no arguments and it will automatically fetch them from the environment variables:
30
30
 
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = '4.1.0'.freeze
2
+ VERSION = '4.1.1'.freeze
3
3
  end
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.required_ruby_version = '>= 2.0.0'
33
33
 
34
34
  spec.add_dependency 'faraday', '~> 0.9'
35
- spec.add_dependency 'faraday_middleware', '~> 0.11.0.1'
35
+ spec.add_dependency 'faraday_middleware', '~> 0.12.2'
36
36
  spec.add_dependency 'htmlentities'
37
37
 
38
38
  spec.add_development_dependency 'bundler', '~> 1.14'
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.1.0
4
+ version: 4.1.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: 2018-02-26 00:00:00.000000000 Z
11
+ date: 2018-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.11.0.1
33
+ version: 0.12.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.11.0.1
40
+ version: 0.12.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: htmlentities
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  requirements: []
203
203
  rubyforge_project:
204
- rubygems_version: 2.6.11
204
+ rubygems_version: 2.7.6
205
205
  signing_key:
206
206
  specification_version: 4
207
207
  summary: A Ruby SDK to make voice calls & send SMS using Plivo and to generate Plivo