README.rdoc in twilio-2.9.0 vs README.rdoc in twilio-3.0.0

- old
+ new

@@ -2,12 +2,10 @@ The Twilio gem provides two major pieces of functionality: (1) a Ruby wrapper for the Twilio REST API and (2) response handlers based on the Twilio Markup XML (TwiML). See http://www.twilio.com/docs/index for Twilio's API documentation. -For an overview of the Twilio Gem and a sample use case, check out our cached blog entry: http://webcache.googleusercontent.com/search?q=cache:AejgwBra3fMJ:www.webficient.com/2009/06/22/hello-this-is-your-rails-app-calling-you+site:http://www.webficient.com/2009/06/22/hello-this-is-your-rails-app-calling-you&hl=en&gl=us&strip=1 - == Calling the Twilio REST API First set your credentials by calling the connect method: Twilio.connect('my_twilio_sid', 'my_auth_token') @@ -34,16 +32,28 @@ } verb.response == Installation - sudo gem install twilio -s http://gemcutter.org + gem install twilio -If you need to tweak the source code, clone this repository and do a rake build and rake install. +== Contributing +1. Run 'bundle' from the command line to install dependencies +2. Write test(s) for your patch +3. Submit a pull request + +Note: don't require 'rubygems' in any file (http://www.rubyinside.com/why-using-require-rubygems-is-wrong-1478.html) + == Copyright -Copyright (c) 2009-2010 Phil Misiowiec, Webficient LLC. See LICENSE for details. +Copyright (c) 2009-2011 Phil Misiowiec, Webficient LLC. See LICENSE for details. == Contributors -Kyle Daigle, Yuri Gadow, Jonathan Rudenberg, Jeff Wigal, Alex K Wolfe +* Kyle Daigle +* Yuri Gadow +* Kyle Humberto +* Jonathan Rudenberg +* Mark Turner +* Jeff Wigal +* Alex K Wolfe \ No newline at end of file