plivo 4.1.7 → 4.1.8

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
  SHA256:
3
- metadata.gz: 745d07d3c9059c2d622bc6723eff56be1be662a6169b70141137c31644f12354
4
- data.tar.gz: 7527c175b56dc29916c2eb44e482759b7c6df2516681c8bfebea6eff3eac95e9
3
+ metadata.gz: 9ec37fe96e59d472a74dff83b3bd5db908445414dddbd180811b93c6a734588f
4
+ data.tar.gz: c22ce5d62fae7e660cde7e040f942ee0c2abf31fb821868322f78410b5929ea9
5
5
  SHA512:
6
- metadata.gz: 60a65148e76b7013c5371cc28b108a55ec5e4ae7054bf7188906a0f99a104728386585bdc4fa34ebce4e8532560f3b9506fded17c330fc80487f4b7f42bb78b4
7
- data.tar.gz: f052cb1f821efbc0ecf754763b254ef693ff1bc730565ace108f1232fc91eeab2bf56c80cfb784fe7d604e3b837bad073f0de96f50c2a86fcb89424e16b26895
6
+ metadata.gz: 393b78238cd4752dd4fda536918c0d71da3e7bc8619de619493a7b56d9b5428e17e6709f583642e82c5b6f6bebdb3c423bf8c03bf12eac3215295b108b635cc1
7
+ data.tar.gz: 1ce102f968b8fe16f83972126a1eb86c89b02ce8151701ba8ccb52731c7761ca6c78e77f6b781e7805f616571587b6d741863309fc28edba192b6c737bb9d9a5
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [4.1.8](https://github.com/plivo/plivo-ruby/releases/tag/v4.1.8) (2019-02-27)
4
+ - Fix log_incoming_messages having no effect while application creation
5
+
3
6
  ## [4.1.7](https://github.com/plivo/plivo-ruby/releases/tag/v4.1.7) (2019-02-20)
4
7
  - Fix responses for all API resources(responses were returning a hash).
5
8
 
@@ -47,7 +47,7 @@ module Plivo
47
47
  end
48
48
  end
49
49
 
50
- %i[default_number_app default_endpoint_app].each do |param|
50
+ %i[default_number_app default_endpoint_app log_incoming_messages].each do |param|
51
51
  if options.key?(param) &&
52
52
  valid_param?(param, options[param], [TrueClass, FalseClass], true)
53
53
  params[param] = options[param]
@@ -145,7 +145,7 @@ module Plivo
145
145
  end
146
146
  end
147
147
 
148
- %i[default_number_app default_endpoint_app].each do |param|
148
+ %i[default_number_app default_endpoint_app log_incoming_messages].each do |param|
149
149
  if options.key?(param) &&
150
150
  valid_param?(param, options[param], [TrueClass, FalseClass], true)
151
151
  params[param] = options[param]
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = '4.1.7'.freeze
2
+ VERSION = '4.1.8'.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.1.7
4
+ version: 4.1.8
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: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday