Skip to content

Commit

Permalink
Bumped oauth dependency version to 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed May 18, 2009
1 parent b849496 commit 88d4612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
gem.rubyforge_project = "twitter"
gem.files = FileList["[A-Z]*", "{examples,lib,test}/**/*"]

gem.add_dependency('oauth', '0.3.2')
gem.add_dependency('oauth', '0.3.4')
gem.add_dependency('mash', '0.0.3')
gem.add_dependency('httparty', '0.4.3')

Expand Down
2 changes: 1 addition & 1 deletion lib/twitter.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'forwardable'
require 'rubygems'

gem 'oauth', '0.3.2'
gem 'oauth', '0.3.4'
require 'oauth'

gem 'mash', '0.0.3'
Expand Down

0 comments on commit 88d4612

Please sign in to comment.