Sha256: 0348acf499ca8dc744c4cb95b799a214562fda9526b45c60e3d9f97175b4a2a8

Contents?: true

Size: 266 Bytes

Versions: 15

Compression:

Stored size: 266 Bytes

Contents

Eye.load('./plugin.rb')

Eye.config do
  logger "/tmp/eye.log"
  enable_reactor(1.second, "/tmp/cmd.txt")
  enable_saver("/tmp/saver.log")
end

Eye.app :app do
  process :process do
    pid_file "/tmp/p.pid"
    start_command "sleep 10"
    daemonize true
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
eye-0.8.pre2 examples/plugin/main.eye
eye-0.8.pre examples/plugin/main.eye
eye-0.7 examples/plugin/main.eye
eye-0.7.pre examples/plugin/main.eye
eye-0.6.4 examples/plugin/main.eye
eye-0.6.3 examples/plugin/main.eye
eye-0.6.2 examples/plugin/main.eye
eye-0.6.2.pre examples/plugin/main.eye
ace-eye-0.6.5 examples/plugin/main.eye
ace-eye-0.6.4 examples/plugin/main.eye
eye-0.6.1 examples/plugin/main.eye
ace-eye-0.6.3 examples/plugin/main.eye
ace-eye-0.6.2 examples/plugin/main.eye
ace-eye-0.6.1 examples/plugin/main.eye
eye-0.6 examples/plugin/main.eye