Sha256: 84a8db9683f75d92099ee655ff19b0938e616033276b0b97021feda08473ece0
Contents?: true
Size: 672 Bytes
Versions: 39
Compression:
Stored size: 672 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in rspec-its.gemspec gemspec %w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib| branch = ENV.fetch('BRANCH','3-1-maintenance') 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 => branch end end # test coverage # gem 'simplecov', :require => false gem 'coveralls', :require => false, :platform => :mri_20 eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom') platform :rbx do gem 'rubysl' end
Version data entries
39 entries across 34 versions & 6 rubygems