Sha256: bdb0aba39a4ec2ac23586d6f27ee00278235b027ea0ebe86b20dd9c808ca0b8b
Contents?: true
Size: 589 Bytes
Versions: 4
Compression:
Stored size: 589 Bytes
Contents
source 'http://rubygems.org' unless defined?(OATS_GEM_IS_ALREADY_INCLUDED) OATS_GEM_IS_ALREADY_INCLUDED = true gemspec # Include Gemfile from dir_tests unless ENV['OATS_TESTS'] ENV['OATS_TESTS'] = File.expand_path('oats_tests', File.dirname(__FILE__) ) puts "Undefined OATS_TESTS Environment variable, assuming: " + ENV['OATS_TESTS'] end test_gemfile = $oats_execution['options'][ "_:gemfile"] if $oats_execution and $oats_execution['options'] test_gemfile ||= ENV['OATS_TESTS'] + '/Gemfile' eval(IO.read(test_gemfile), binding) if File.exist?(test_gemfile) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
oats-0.0.4 | Gemfile |
oats-0.0.3 | Gemfile |
oats-0.0.2 | Gemfile |
oats-0.0.1 | Gemfile |