Sha256: a20b04ed4336c1a279a0ca3b2e3690c10634095e41a58e5708864f6a933448f2
Contents?: true
Size: 490 Bytes
Versions: 12
Compression:
Stored size: 490 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" gem "relish" 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
12 entries across 12 versions & 2 rubygems