Skip to content

Commit

Permalink
Updated Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Conroy committed Dec 4, 2009
1 parent 2f4b6cb commit b91745d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ require 'rake/gempackagetask'

spec = Gem::Specification.new do |s|
s.name = "twilio"
s.version = "2.0.0"
s.author = "Kyle Conroy"
s.email = "kjconroy@twilio.com"
s.version = "2.0.1"
s.author = "Twilio"
s.email = "help@twilio.com"
s.homepage = "http://www.twilio.com/docs"
s.description = "A Ruby gem for communicating with the Twilio API and generating TwiML"
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit b91745d

Please sign in to comment.