Sha256: fb4c7be7dbb575c6c3cb7378f569fd944bafae668d41aa927ed93db690b11e71

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

source "https://rubygems.org"

gemspec

%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
  branch = ENV.fetch('RSPEC_BRANCH', 'master')
  next if branch == '2-99-maintenance' && lib == 'rspec-support'

  library_path = File.expand_path("../../#{lib}", __FILE__)
  if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
    gem lib, :path => library_path
  else
    gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
  end
end

### deps for rdoc.info
platforms :ruby do
  gem 'yard',          '0.8.6.1', :require => false
  gem 'redcarpet',     '2.1.1'
  gem 'github-markup', '0.7.2'
end

eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-autotest-1.0.0 Gemfile
rspec-autotest-1.0.0.rc2 Gemfile
rspec-autotest-1.0.0.rc1 Gemfile