Sha256: 5caff1ec8b13e6f04c4faf7a3e76e466decffc151165f8d70b2a6d9a2070a02e
Contents?: true
Size: 543 Bytes
Versions: 25
Compression:
Stored size: 543 Bytes
Contents
if RUBY_VERSION >= '2.2.0' excon_versions = %w(0.45.3) else excon_versions = %w(0.45.3 0.25.0 0.24.0 0.19.0 0.18.0 0.10.0) end # Excon 0.10.0 doesn't seem to work on Rubinius 2.2.10 excon_versions.delete("0.10.0") if defined?(RUBY_ENGINE) && RUBY_ENGINE == "rbx" excon_versions.each do |excon_version| gemfile <<-RB gem 'excon', '~> #{excon_version}' gem 'rack' gem 'json', :platforms => [:rbx, :mri_18] RB end
Version data entries
25 entries across 25 versions & 3 rubygems