portatext 1.5.23 → 1.6.0

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: 23f6f06df68c8232bdb0a7ddb31f9f7d52d08b51
4
- data.tar.gz: a96b22361e9f2479f03f3a840456a383aca21a87
3
+ metadata.gz: b4a974c34512ab4db6f834bbf41da66bf2e03b54
4
+ data.tar.gz: ed7292659cca097d091b540184ade6edd1ebaf0c
5
5
  SHA512:
6
- metadata.gz: 3b628f99c7d742235c4c2b17bb1e341631f31f9d2b38fbb265eec0786dca46e8df3f3c45a89bf4ca944d39f33ff75db2c0f89ee3d4db4cae7ed0a020a1bdfe5b
7
- data.tar.gz: b54ce4f03f6f7e6f643854d354aa3678eb86a1b3e9a13ac6b912281c3bebb27badfc2a068af0cef437a7a45191fae8bd3e0358da76276cbc4d655fcbdd3ec21f
6
+ metadata.gz: 98b1173ea9af08b80f9ca76d2710196faaccc38b74021b9149d16e4b51f86c0440f041997600699e700a0e148a068b3d6ddb56603535bbc214b38a4f8422f203
7
+ data.tar.gz: 8e9e03b6a99e929a955f0dad684ecc15b629d5d1d6fb31e377b570c272bab0492bb83c98004e6e07de8cd3061c1a09b3d355afcb78ce28959885830ed266a8d7
@@ -28,6 +28,14 @@ module PortaText
28
28
  set_setting :outbound_trunk_id, trunk_id
29
29
  end
30
30
 
31
+ def dial_timeout(timeout)
32
+ set_setting :dial_timeout, timeout
33
+ end
34
+
35
+ def flow(call_flow)
36
+ set_setting :flow, call_flow
37
+ end
38
+
31
39
  def initialize
32
40
  super
33
41
  set :type, 'telephony'
data/portatext.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'portatext'
3
- s.version = '1.5.23'
3
+ s.version = '1.6.0'
4
4
  s.summary = 'Official PortaText API ruby client'
5
5
  s.description = 'This is the official PortaText API ruby client'
6
6
  s.authors = ['PortaText']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: portatext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.23
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PortaText
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-23 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov