Sha256: 62c8b7c3ec43e5e0721e96d3988d0d25b592fb11f27996f73a04ce0b3756022a

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 Bytes

Contents

source "http://rubygems.org"

gem "rake"
gem "jeweler"
gem "cucumber"
gem "aruba", ">= 0.2.0"
gem "autotest"
gem "watchr"
gem "rcov"
gem "mocha"
gem "rr"
gem "flexmock"
gem "nokogiri"
gem "syntax"
gem "rspec-core", :path => "."
gem "rspec-expectations", :path => "../rspec-expectations"
gem "rspec-mocks", :path => "../rspec-mocks"
if RUBY_VERSION.to_s =~ /1.9/
  gem "ruby-debug19"
else
  gem "ruby-debug"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-core-2.0.0.beta.18 Gemfile
rspec-core-2.0.0.beta.17 Gemfile