Sha256: 2a336dce3b74f4fd5bb35ec73a0e061a2a83292219c8c9ac45f7a9143feca2bc

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

source "http://rubygems.org"

gem "rake"
gem "cucumber"
gem "aruba", ">= 0.2.0"
gem "autotest"
gem "rspec-mocks", :path => "."
gem "rspec-core", :path => "../rspec-core"
gem "rspec-expectations", :path => "../rspec-expectations"

case RUBY_VERSION.to_s
when '1.9.2'
  gem "ruby-debug19"
when /^1.8/
  gem "ruby-debug"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-mocks-2.0.0.rc Gemfile
rspec-mocks-2.0.0.beta.22 Gemfile