Sha256: 76d5334da37e88fbb62deeeb786628b9e3bd0ce42a55b0c6938ee40c4da51921
Contents?: true
Size: 653 Bytes
Versions: 2
Compression:
Stored size: 653 Bytes
Contents
source "http://rubygems.org" %w[rspec-core rspec-expectations rspec-mocks].each do |lib| library_path = File.expand_path("../../#{lib}", __FILE__) if File.exist?(library_path) gem lib, :path => library_path else gem lib end end gem "rake" gem "cucumber", "0.9.4" gem "aruba", "0.2.2" gem "autotest" gem "rcov" gem "mocha" gem "rr" gem "flexmock" gem "nokogiri" gem "syntax" gem "relish", "~> 0.0.3" gem "guard-rspec" gem "growl" gem "ruby-debug", :platforms => :ruby_18 gem "ruby-debug19", :platforms => :ruby_19 platforms :ruby_18, :ruby_19 do gem "rb-fsevent" gem "ruby-prof" end platforms :jruby do gem "jruby-openssl" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-core-2.2.1 | Gemfile |
rspec-core-2.2.0 | Gemfile |