Skip to content

Commit

Permalink
Added playBeep attribute to record - Kevin Chiu (@kevinGC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Oct 18, 2010
1 parent 359dcae commit 7d2925a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rake/gempackagetask'

spec = Gem::Specification.new do |s|
s.name = "twiliolib"
s.version = "2.0.5"
s.version = "2.0.7"
s.author = "Twilio"
s.email = "[email protected]"
s.homepage = "http://www.twilio.com/docs"
Expand Down
2 changes: 1 addition & 1 deletion lib/twiliolib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class Gather
class Record
extend Twilio::Verb::ClassMethods
include Twilio::Verb
attributes :action, :method, :timeout, :finishOnKey, :maxLength, :transcribe, :transcribeCallback
attributes :action, :method, :timeout, :finishOnKey, :maxLength, :transcribe, :transcribeCallback, :playBeep
end

class Dial
Expand Down

0 comments on commit 7d2925a

Please sign in to comment.