Merge branch 'master' of https://github.com/google/google-api-ruby-client
[arvados.git] / Gemfile
1 source :rubygems
2
3 gemspec
4
5 gem 'signet', '>= 0.4.4'
6 gem 'addressable', '>= 2.3.2'
7 gem 'uuidtools', '>= 2.1.0'
8 gem 'autoparse', '>= 0.3.2'
9 gem 'faraday', '~> 0.8.4'
10 gem 'multi_json', '>= 1.0.0'
11 gem 'extlib', '>= 0.9.15'
12 gem 'jwt', '~> 0.1.5'
13 gem 'jruby-openssl', :platforms => :jruby
14
15 group :development do
16   gem 'launchy', '>= 2.1.1'
17   gem 'yard'
18   if File.exist?('/usr/bin/gcc-4.2')
19     # Not a critically important gem to have around.
20     # If it's not going to build, skip it.
21     gem 'redcarpet'
22   end
23 end
24
25 group :examples do
26   gem 'sinatra'
27 end
28
29 group :test, :development do
30   gem 'rake', '>= 0.9.0'
31   gem 'rspec', '>= 2.11.0'
32   gem 'rcov', '>= 0.9.9', :platform => :mri_18
33 end
34
35 gem 'idn', :platform => :mri_18