Skip to content

Commit

Permalink
Updated oauth version and history.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jul 27, 2009
1 parent 0708f39 commit 555ae1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.13 - July 27, 2009
* 1 minor update
* Set oauth version to >= 0.3.5 so I don't have to release new gem for each oauth update, which seems to be frequent of late

0.6.12 - June 26, 2009
* 2 minor additions
* fixed fakeweb test issue (obie fernandez)
Expand Down
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.4')
gem.add_dependency('oauth', '>= 0.3.5')
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.4'
gem 'oauth', '>= 0.3.5'
require 'oauth'

gem 'mash', '0.0.3'
Expand Down

0 comments on commit 555ae1f

Please sign in to comment.