Sha256: 4647b2e4fa322e1420aadcc6bcdb0729397619e5edf6563781dbe871edb76808

Contents?: true

Size: 354 Bytes

Versions: 12

Compression:

Stored size: 354 Bytes

Contents

require 'rubygems'
case (RUBY_PLATFORM rescue 'UNKNOWN')
when /java/
  gem 'json_pure'
else
  gem 'json'
  case RUBY_VERSION
  when /^2\./
    gem 'simplecov'
  when /^1\.9/
    gem 'ruby-debug19'
    gem 'simplecov'
    # require 'ruby-debug' # BROKEN in 1.9.3-head
  when /^1\.8/
    gem 'ruby-debug'
    gem 'rcov'
    require 'ruby-debug'
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
asir-1.1.4 spec/debug_helper.rb
asir-1.1.3 spec/debug_helper.rb
asir-1.1.2 spec/debug_helper.rb
asir-1.1.1 spec/debug_helper.rb
asir-1.1.0 spec/debug_helper.rb
asir-1.0.8 spec/debug_helper.rb
asir-1.0.7 spec/debug_helper.rb
asir-1.0.6 spec/debug_helper.rb
asir-1.0.5 spec/debug_helper.rb
asir-1.0.4 spec/debug_helper.rb
asir-1.0.1 spec/debug_helper.rb
asir-0.2.0 spec/debug_helper.rb