lib/twilio.rb in twilio-2.3.0 vs lib/twilio.rb in twilio-2.4.0
- old
+ new
@@ -1,7 +1,5 @@
-$:.unshift(File.dirname(__FILE__))
-
#--
# Copyright (c) 2009 Phil Misiowiec, phil@webficient.com
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -21,15 +19,11 @@
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
-require 'rubygems'
-gem 'httparty', '>= 0.4.3'
require 'httparty'
-gem 'builder', '>= 2.1.2'
require 'builder'
-
require 'twilio/twilio_object'
require 'twilio/account'
require 'twilio/call'
require 'twilio/connection'
require 'twilio/incoming_phone_number'
\ No newline at end of file