Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegraham committed Nov 5, 2011
1 parent e955319 commit e4db4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twilio-rb.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'twilio-rb'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Interact with the Twilio API in a nice Ruby way.'
s.description = 'A nice Ruby wrapper for the Twilio REST API'

Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.2.0'
s.add_development_dependency 'mocha', '>= 0.9.10'
s.add_development_dependency 'timecop', '>= 0.3.5'
s.add_development_dependency 'rake', '0.8.7'
s.add_development_dependency 'rake', '~> 0.8.7'

s.files = Dir['README.md', 'lib/**/*']
s.require_path = 'lib'
Expand Down

0 comments on commit e4db4b8

Please sign in to comment.