Sha256: d7fec6150d086afc5fe53a7c606f560ead0ee53b9f921a6a0012c44894490aef

Contents?: true

Size: 138 Bytes

Versions: 21

Compression:

Stored size: 138 Bytes

Contents

name "plugin sleep"

always_start true

collect do
  20.times {|x| puts "Sleep from 'plugin sleep', count: #{x}"; sleep 1; }
  exit 0
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
kurchatov-0.4.7 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.6 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.5 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.4 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.3 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.2 tests/data/plugins/plugin_sleep.rb
kurchatov-0.4.1 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.8 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.7 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.6 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.5 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.4 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.3 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.2 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.1 tests/data/plugins/plugin_sleep.rb
kurchatov-0.3.0 tests/data/plugins/plugin_sleep.rb
kurchatov-0.2.9 tests/data/plugins/plugin_sleep.rb
kurchatov-0.2.8 tests/data/plugins/plugin_sleep.rb
kurchatov-0.2.7 tests/data/plugins/plugin_sleep.rb
kurchatov-0.2.6 tests/data/plugins/plugin_sleep.rb