Make Twitter::Trendline embody trends collection
[twitter4r-core.git] / Gemfile
blob59a4a483dd1ac8f84ab4fa63b1d5cd4ae57873f6
1 source :gemcutter
3 gem "oauth", ">=0.4.1"
4 gem "rake"
6 if RUBY_VERSION < "1.9.0"
7   gem "json", ">=1.1.1"
8 end
10 group :test do
11   gem "rspec", "2.4.0"
12   gem "ZenTest"
13   gem "code_statistics"
14   if RUBY_VERSION < "1.9.0"
15     gem "rcov"
16   else
17     gem "simplecov"
18   end
19 end