Skip to content

Commit

Permalink
Lowered the oauth requirement to 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 16, 2009
1 parent bb294ef commit dd144c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6.14 - August 16, 2009
* Lowered the oauth requirement to 0.3.4 as people are complaining about 0.3.5

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
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.5')
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.5'
gem 'oauth', '>= 0.3.4'
require 'oauth'

gem 'mash', '0.0.3'
Expand Down

0 comments on commit dd144c3

Please sign in to comment.