Sha256: f52f9dd8196441dc2ed555729f8e6470b125e6c6aa0b9865cb4a038586392565
Contents?: true
Size: 370 Bytes
Versions: 8
Compression:
Stored size: 370 Bytes
Contents
source "http://rubygems.org" %w[rspec-core rspec-expectations rspec-mocks].each do |lib| gem lib, :path => File.expand_path("../../#{lib}", __FILE__) end gem "rake" gem "cucumber", "0.8.5" gem "aruba", "0.2.2" gem "autotest" gem "diff-lcs" gem "watchr" gem "rcov" gem "relish" case RUBY_VERSION when '1.9.2' gem 'ruby-debug19' when /^1\.8/ gem 'ruby-debug' end
Version data entries
8 entries across 8 versions & 2 rubygems