Sha256: 701b0abaffe1b49cfcb12151b65bf2109421b3cb044edd2adcaaee583fb25b43

Contents?: true

Size: 409 Bytes

Versions: 1

Compression:

Stored size: 409 Bytes

Contents

source "http://rubygems.org"

gem "bundler"
gem "rake"
gem "jeweler"
gem "cucumber"
gem "aruba"
gem "autotest"
gem "rcov"
gem "mocha"
gem "rr"
gem "flexmock"
gem "rspec-core", :path => "."
gem "rspec-expectations", :path => "../rspec-expectations"
gem "rspec-mocks", :path => "../rspec-mocks"
if RUBY_VERSION.to_s =~ /1.9.1/
  gem "ruby-debug19"
elsif RUBY_VERSION.to_s =~ /1.9.2/
else
  gem "ruby-debug"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-core-2.0.0.beta.14 Gemfile