Sha256: e1953882f3ad45028e433fae3e7005b6b55c606af1c7dd1ef68f5ba2c84d41de

Contents?: true

Size: 448 Bytes

Versions: 325

Compression:

Stored size: 448 Bytes

Contents

# -*- ruby -*-

begin
  require 'autotest/fsevent'
rescue LoadError
end

Autotest.add_hook :initialize do |at|
  at.add_exception /bundle$/
  at.add_exception /\.git/
end

Autotest.add_hook :run_command do |at|
  at.unit_diff = 'cat'
  if ENV['ONENINE']
    system "rake1.9 compile"
  else
    system "rake compile"
  end
end

Autotest.add_hook :ran_command do |at|
  File.open('/tmp/autotest.txt', 'wb') { |f|
    f.write(at.results.join)
  }
end

Version data entries

325 entries across 322 versions & 18 rubygems

Version Path
nokogiri-1.6.3.rc3-x86-mingw32 .autotest
nokogiri-1.6.3.rc3-x64-mingw32 .autotest
nokogiri-1.6.3.rc3-java .autotest
whos_dated_who-0.1.0 vendor/bundle/gems/nokogiri-1.6.2.1/.autotest
nokogiri-1.6.3.rc2 .autotest
nokogiri-1.6.3.rc2-x86-mingw32 .autotest
nokogiri-1.6.3.rc2-x64-mingw32 .autotest
nokogiri-1.6.3.rc2-java .autotest
whos_dated_who-0.0.1 vendor/bundle/gems/nokogiri-1.6.2.1/.autotest
nokogiri-1.6.3.rc1 .autotest
nokogiri-1.6.3.rc1-x86-mingw32 .autotest
nokogiri-1.6.3.rc1-x64-mingw32 .autotest
nokogiri-1.6.3.rc1-java .autotest
nokogiri-1.6.2.1 .autotest
nokogiri-1.6.2.1-x86-mingw32 .autotest
nokogiri-1.6.2.1-x64-mingw32 .autotest
nokogiri-1.6.2.1-java .autotest
nokogiri-1.6.2 .autotest
nokogiri-1.6.2-x86-mingw32 .autotest
nokogiri-1.6.2-x64-mingw32 .autotest