Sha256: fc19e15c9b22b03e2e720431aabee2e8f435f4686a1e33388806ffd930212e82
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
source "http://rubygems.org" gem "rake" gem "cucumber", "0.8.5" gem "aruba", "0.2.2" 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" unless RUBY_PLATFORM == "java" gem "ruby-prof" case RUBY_VERSION when /^1.9.2/ gem "ruby-debug19" when /^1.8/ gem "ruby-debug" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-core-2.0.1 | Gemfile |