twilio_contactable 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.3
1
+ 0.7.4
data/lib/controller.rb CHANGED
@@ -50,6 +50,8 @@ module TwilioContactable
50
50
  ).tap do |gather|
51
51
  gather.addSay "Please type the numbers that appear on your screen, followed by the pound sign"
52
52
  end
53
+ response.addSay "Thank you, please return to the website and continue"
54
+ response.addPause
53
55
  end.respond)
54
56
  end
55
57
 
@@ -89,6 +89,10 @@ class TwilioContactableControllerTest < ActionController::TestCase
89
89
  Please type the numbers that appear on your screen, followed by the pound sign
90
90
  </say>
91
91
  </gather>
92
+ <say>
93
+ Thank you, please return to the website and continue
94
+ </say>
95
+ <pause></pause>
92
96
  </response>
93
97
  }, @response.body
94
98
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{twilio_contactable}
8
- s.version = "0.7.3"
8
+ s.version = "0.7.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 3
9
- version: 0.7.3
8
+ - 4
9
+ version: 0.7.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jack Danger Canty