5 gem 'signet', '>= 0.4.1'
6 gem 'addressable', '>= 2.3.2'
7 gem 'uuidtools', '>= 2.1.0'
8 gem 'autoparse', '>= 0.3.2'
9 gem 'faraday', '~> 0.8.1'
10 gem 'multi_json', '>= 1.0.0'
11 gem 'extlib', '>= 0.9.15'
12 gem 'jruby-openssl', :platforms => :jruby
15 gem 'launchy', '>= 2.1.1'
17 if File.exist?('/usr/bin/gcc-4.2')
18 # Not a critically important gem to have around.
19 # If it's not going to build, skip it.
28 group :test, :development do
29 gem 'rake', '>= 0.9.0'
30 gem 'rspec', '>= 2.11.0'
31 gem 'rcov', '>= 0.9.9', :platform => :mri_18
34 gem 'idn', :platform => :mri_18