Sha256: 818b3f3e5771bc2ed59380cd4a9264d67dd29ecc8c44a3003a8b0b26d3fff588

Contents?: true

Size: 513 Bytes

Versions: 265

Compression:

Stored size: 513 Bytes

Contents

def bundle_check
  `bundle check` == "The Gemfile's dependencies are satisfied\n"
end

command  = 'ruby -w -Ilib -Itest test/all.rb'
gemfiles = %w(ci/Gemfile.rails-3.x ci/Gemfile.rails-2.3.x ci/Gemfile.no-rails)

results = gemfiles.map do |gemfile|
  puts "BUNDLE_GEMFILE=#{gemfile}"
  ENV['BUNDLE_GEMFILE'] = gemfile

  unless bundle_check
    puts "bundle install"
    system('bundle install')
  end

  puts command
  system('ruby -w -Ilib -Itest test/all.rb')
end

exit(results.inject(true) { |a, b| a && b })

Version data entries

265 entries across 235 versions & 47 rubygems

Version Path
logstash-output-scalyr-0.1.9 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.8 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.7 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.6 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-newrelic-1.2.0 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.3.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.3.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.3 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-scalyr-0.1.2 vendor/bundle/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-device_detection-1.0.7-java vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/i18n-0.6.9/test/run_all.rb
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/i18n-0.6.9/test/run_all.rb