Sha256: f83cbde0f755184e486a33376ed6037e57b5708eae9a9327ded31810552d4664

Contents?: true

Size: 356 Bytes

Versions: 12

Compression:

Stored size: 356 Bytes

Contents

group :development do
  gem 'interactive_rspec'
  gem 'relish', '~> 0.6.0'
  gem 'guard-rspec', '~> 1.2.1'
  gem 'growl', '1.0.3'
  gem 'spork', '0.9.0'

  platform :mri do
    gem 'rb-fsevent', '~> 0.9.0'
    gem 'ruby-prof', '~> 0.13.0'

    case RUBY_VERSION
    when /^1.8/
      gem 'ruby-debug'
    when /^1.9/
      gem 'debugger'
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
opal-rspec-1.1.0.alpha3 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-1.1.0.alpha2 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-1.1.0.alpha1 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-1.0.0 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-1.0.0.alpha1 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.8.0 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.8.0.alpha3 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.8.0.alpha2 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.8.0.alpha1 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.7.1 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.7.0 rspec-core/upstream/Gemfile-custom.sample
opal-rspec-0.7.0.rc.2 rspec-core/upstream/Gemfile-custom.sample