forked from twilio/twilio-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated hosted gem to version 2.0.4, updated README, and added SMS tests
- Loading branch information
Kyle Conroy
committed
Mar 11, 2010
1 parent
800c906
commit 03462ce
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ require 'rake/gempackagetask' | |
|
||
spec = Gem::Specification.new do |s| | ||
s.name = "twiliolib" | ||
s.version = "2.0.3" | ||
s.version = "2.0.4" | ||
s.author = "Twilio" | ||
s.email = "[email protected]" | ||
s.homepage = "http://www.twilio.com/docs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters