Sha256: 913083ba18240a5de72015125ec85e1e1ab4bd432411b4fc88d1830533d96645
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
source 'https://rubygems.org' gemspec %w[rspec 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, :git => "git://github.com/rspec/#{lib}.git", :branch => "2-99-maintenance" end end gem "cucumber", "~> 1.1.9" gem "aruba", "~> 0.5" gem "rake", "~> 10.0.0" eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-collection_matchers-0.0.2 | Gemfile |
rspec-collection_matchers-0.0.1 | Gemfile |