Add ability to post lat/long/place_id with tweet
[twitter4r-core.git] / Gemfile
blob7b2f4633b3cafe7d5a2e78e696c0736fece26655
1 source :gemcutter
3 gem "oauth", ">=0.4.1"
5 if RUBY_VERSION < "1.9.0"
6   gem "json", ">=1.1.1"
7 end
9 group :test do
10   gem "rspec", "2.0.0.beta.20"
11   gem "ZenTest"
12   gem "code_statistics"
13   gem "rcov"
14 end