Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:moomerman/twitter_oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
moomerman committed Jun 15, 2010
2 parents 9051e27 + 5c68f16 commit 8d2c717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twitter_oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<oauth>, [">= 0.3.6"])
s.add_runtime_dependency(%q<json>, [">= 1.1.9", "<= 1.2.4"])
s.add_runtime_dependency(%q<json>, [">= 1.1.9"])
s.add_runtime_dependency(%q<mime-types>, [">= 1.16"])
%w(shoulda mocha).each do |dep|
s.add_development_dependency dep
end
else
s.add_dependency(%q<oauth>, [">= 0.3.6"])
s.add_dependency(%q<json>, [">= 1.1.9", "<= 1.2.4"])
s.add_dependency(%q<json>, [">= 1.1.9"])
s.add_dependency(%q<mime-types>, [">= 1.16"])
end
else
s.add_dependency(%q<oauth>, [">= 0.3.6"])
s.add_dependency(%q<json>, [">= 1.1.9", "<= 1.2.4"])
s.add_dependency(%q<json>, [">= 1.1.9"])
s.add_dependency(%q<mime-types>, [">= 1.16"])
end
end

0 comments on commit 8d2c717

Please sign in to comment.