Sha256: 944f1106756390ad364c9a5de24f930817557e627eabef6c17b8935d0b9f00a3

Contents?: true

Size: 384 Bytes

Versions: 57

Compression:

Stored size: 384 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'
  system "rake compile"
end

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

Version data entries

57 entries across 55 versions & 4 rubygems

Version Path
nokogiri-1.8.0-java .autotest
nokogiri-1.7.2 .autotest
nokogiri-1.7.2-x86-mingw32 .autotest
nokogiri-1.7.2-x64-mingw32 .autotest
nokogiri-1.7.2-java .autotest
nokogiri-1.7.1 .autotest
nokogiri-1.7.1-x86-mingw32 .autotest
nokogiri-1.7.1-x64-mingw32 .autotest
nokogiri-1.7.1-java .autotest
nokogiri-1.7.0.1 .autotest
nokogiri-1.7.0.1-x86-mingw32 .autotest
nokogiri-1.7.0.1-x64-mingw32 .autotest
nokogiri-1.7.0.1-java .autotest
nokogiri-1.7.0 .autotest
nokogiri-1.7.0-x86-mingw32 .autotest
nokogiri-1.7.0-x64-mingw32 .autotest
nokogiri-1.7.0-java .autotest