plivo 0.2.13 → 0.2.14
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.
- data/lib/plivo.rb +2 -2
- metadata +3 -3
data/lib/plivo.rb
CHANGED
|
@@ -595,9 +595,9 @@ module Plivo
|
|
|
595
595
|
|
|
596
596
|
class GetDigits < Element
|
|
597
597
|
@nestables = ['Speak', 'Play', 'Wait']
|
|
598
|
-
@valid_attributes = ['action', 'method', 'timeout', '
|
|
598
|
+
@valid_attributes = ['action', 'method', 'timeout', 'digitTimeout',
|
|
599
599
|
'numDigits', 'retries', 'invalidDigitsSound',
|
|
600
|
-
'validDigits', 'playBeep', 'redirect',
|
|
600
|
+
'validDigits', 'playBeep', 'redirect', "finishOnKey",
|
|
601
601
|
'digitTimeout']
|
|
602
602
|
|
|
603
603
|
def initialize(attributes={}, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plivo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.14
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: builder
|
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements: []
|
|
90
90
|
rubyforge_project:
|
|
91
|
-
rubygems_version: 1.8.
|
|
91
|
+
rubygems_version: 1.8.24
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 3
|
|
94
94
|
summary: A Ruby gem for communicating with the Plivo Platform
|