repo.or.cz
/
twitter4r-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed other GET OAuth requests to send params too.
[twitter4r-core.git]
/
Gemfile
blob
276f5608832a2d999e70168958038ec52626136e
1
gem "oauth", ">=0.4.1"
2
3
if RUBY_VERSION < "1.9.0"
4
gem "json", ">=1.1.1"
5
end
6
7
group :test do
8
gem "rspec", "2.0.0.beta.20"
9
gem "ZenTest"
10
gem "code_statistics"
11
gem "rcov"
12
end