Skip to content

Commit 02e3143

Browse files
author
Dorian Marié
committed
remove require rubygems lines
1 parent 28fe249 commit 02e3143

File tree

312 files changed

+0
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+0
-312
lines changed

guides/voice/gather-dtmf-tones-guide/gather-example-step-0/example.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/gather-dtmf-tones-guide/gather-example-step-0/example.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/gather-dtmf-tones-guide/gather-example-step-1/example.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/gather-dtmf-tones-guide/gather-example-step-1/example.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/gather-dtmf-tones-guide/gather-example-step-2/example.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/gather-dtmf-tones-guide/gather-example-step-2/example.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/record-calls-guide/record-outgoing-call/example-1.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'twilio-ruby'
43

54
# Get your Account Sid and Auth Token from twilio.com/user/account

guides/voice/record-calls-guide/record-outgoing-call/example-1.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'twilio-ruby'
43

54
# Get your Account SID and Auth Token from twilio.com/console

guides/voice/record-calls-guide/record-twiml-transcribe/example.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

guides/voice/record-calls-guide/record-twiml-transcribe/example.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Get twilio-ruby from twilio.com/docs/ruby/install
2-
require 'rubygems' # This line not needed for ruby > 1.8
32
require 'sinatra'
43
require 'twilio-ruby'
54

0 commit comments

Comments
 (0)