twiliolib 2.0.5 → 2.0.7
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/twiliolib.rb +1 -1
- metadata +9 -20
data/lib/twiliolib.rb
CHANGED
|
@@ -312,7 +312,7 @@ module Twilio
|
|
|
312
312
|
class Record
|
|
313
313
|
extend Twilio::Verb::ClassMethods
|
|
314
314
|
include Twilio::Verb
|
|
315
|
-
attributes :action, :method, :timeout, :finishOnKey, :maxLength, :transcribe, :transcribeCallback
|
|
315
|
+
attributes :action, :method, :timeout, :finishOnKey, :maxLength, :transcribe, :transcribeCallback, :playBeep
|
|
316
316
|
end
|
|
317
317
|
|
|
318
318
|
class Dial
|
metadata
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twiliolib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 2
|
|
7
|
-
- 0
|
|
8
|
-
- 5
|
|
9
|
-
version: 2.0.5
|
|
4
|
+
version: 2.0.7
|
|
10
5
|
platform: ruby
|
|
11
6
|
authors:
|
|
12
7
|
- Twilio
|
|
@@ -14,23 +9,19 @@ autorequire:
|
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
11
|
|
|
17
|
-
date: 2010-
|
|
12
|
+
date: 2010-10-17 00:00:00 -07:00
|
|
18
13
|
default_executable:
|
|
19
14
|
dependencies:
|
|
20
15
|
- !ruby/object:Gem::Dependency
|
|
21
16
|
name: builder
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
type: :runtime
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
20
|
requirements:
|
|
25
21
|
- - ">="
|
|
26
22
|
- !ruby/object:Gem::Version
|
|
27
|
-
segments:
|
|
28
|
-
- 2
|
|
29
|
-
- 1
|
|
30
|
-
- 2
|
|
31
23
|
version: 2.1.2
|
|
32
|
-
|
|
33
|
-
version_requirements: *id001
|
|
24
|
+
version:
|
|
34
25
|
description: A Ruby gem for communicating with the Twilio API and generating TwiML
|
|
35
26
|
email: help@twilio.com
|
|
36
27
|
executables: []
|
|
@@ -55,20 +46,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
55
46
|
requirements:
|
|
56
47
|
- - ">="
|
|
57
48
|
- !ruby/object:Gem::Version
|
|
58
|
-
segments:
|
|
59
|
-
- 0
|
|
60
49
|
version: "0"
|
|
50
|
+
version:
|
|
61
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
52
|
requirements:
|
|
63
53
|
- - ">="
|
|
64
54
|
- !ruby/object:Gem::Version
|
|
65
|
-
segments:
|
|
66
|
-
- 0
|
|
67
55
|
version: "0"
|
|
56
|
+
version:
|
|
68
57
|
requirements: []
|
|
69
58
|
|
|
70
59
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.3.
|
|
60
|
+
rubygems_version: 1.3.5
|
|
72
61
|
signing_key:
|
|
73
62
|
specification_version: 3
|
|
74
63
|
summary: A Ruby gem for communicating with the Twilio API and generating TwiML
|