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

guides/voice/record-calls-guide/record-twiml/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/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/respond-incoming-calls-guide/respond-no-parameters/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/respond-incoming-calls-guide/respond-no-parameters/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/respond-incoming-calls-guide/respond-with-parameters/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/respond-incoming-calls-guide/respond-with-parameters/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

monitor/alerts/list-get-example-warnings-apr01-apr30/list-get-example-warnings-apr01-apr30.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'rubygems' # not necessary with ruby 1.9 but included for completeness
21
require 'twilio-ruby'
32

43
# put your own credentials here

monitor/events/list-get-example-actorsid-resourcesid-error/list-get-example-actorsid-resourcesid-error.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'rubygems' # not necessary with ruby 1.9 but included for completeness
21
require 'twilio-ruby'
32

43
# put your own credentials here

quickstart/ruby/sms/example-1/send_notifications.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43

54
account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxx'

quickstart/ruby/sms/example-1/send_notifications.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43

54
account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxx'

quickstart/ruby/sms/example-2/send_notifications.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43

54
account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxx'

quickstart/ruby/sms/example-2/send_notifications.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43

54
account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxx'

quickstart/ruby/sms/example-3/sms_reply_ahoy.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-3/sms_reply_ahoy.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-4/mms_hello_friend.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-4/mms_hello_friend.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-5/reply_by_name.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-5/reply_by_name.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-6/tracking_sms_conversations.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-6/tracking_sms_conversations.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-7/send_sms_during_call.4.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

quickstart/ruby/sms/example-7/send_sms_during_call.5.x.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Download the twilio-ruby library from twilio.com/docs/libraries/ruby
2-
require 'rubygems'
32
require 'twilio-ruby'
43
require 'sinatra'
54

rest/accounts/instance-get-example-1/instance-get-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

rest/accounts/instance-post-example-1/instance-post-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

rest/accounts/instance-post-example-2/instance-post-example-2.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

rest/accounts/instance-post-example-3/instance-post-example-3.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

rest/accounts/list-get-example-1/list-get-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

rest/accounts/list-get-example-2/list-get-example-2.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

rest/addresses/instance-get-example-1/instance-get-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

rest/addresses/instance-post-example-1/instance-post-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

rest/addresses/list-dependent-pns-example-1/list-dependent-pns-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

rest/addresses/list-get-example-1/list-get-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

rest/addresses/list-get-example-2/list-get-example-2.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

rest/addresses/list-post-example-1/list-post-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

rest/applications/instance-get-example-1/instance-get-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

rest/applications/instance-post-example-1/instance-post-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

rest/applications/list-get-example-1/list-get-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

rest/applications/list-get-example-2/list-get-example-2.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

rest/applications/list-post-example-1/list-post-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

rest/authorized-connect-apps/instance-get-example-1/instance-get-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

rest/authorized-connect-apps/list-get-example-1/list-get-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

rest/available-phone-numbers/local-advanced-example-1/local-get-advanced-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

rest/available-phone-numbers/local-basic-example-1/local-get-basic-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

rest/available-phone-numbers/local-basic-example-2/local-get-basic-example-2.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

rest/available-phone-numbers/local-basic-example-3/local-get-basic-example-3.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

rest/available-phone-numbers/local-basic-example-4/local-get-basic-example-4.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

rest/available-phone-numbers/local-basic-example-5/local-get-basic-example-5.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

rest/available-phone-numbers/local-basic-example-6/local-get-basic-example-6.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

rest/available-phone-numbers/local-basic-example-7/local-get-basic-example-7.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

rest/available-phone-numbers/local-basic-example-8/local-get-basic-example-8.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

rest/available-phone-numbers/mobile-example/mobile-get-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

rest/available-phone-numbers/toll-free-example-1/toll-free-get-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

rest/available-phone-numbers/toll-free-example-2/toll-free-get-example-2.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

rest/available-phone-numbers/toll-free-example-3/toll-free-get-example-3.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

rest/call-feedback/instance-get-example-1/instance-get-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

rest/call-feedback/instance-post-example-1/instance-post-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

rest/call-feedback/summary-instance-delete-example-1/summary-instance-delete-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

0 commit comments

Comments
 (0)