optimus-runner 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea35bd19f81d495075bea205de261c067e32e686
4
- data.tar.gz: 9878680726a257469f9b4228fc85e5d0d41dd44c
3
+ metadata.gz: b08d447979d954c4e41c6e6b3772279f4075114e
4
+ data.tar.gz: e88337c54da95c66d549e30b7b590283ca0827a4
5
5
  SHA512:
6
- metadata.gz: 5a6000bf1c40ae77e6334b84a61d923d6e0aa4429f15710ab41fd893119bccd63822071ae7e60a30e4272de6f2293d4399cc8405a2aafc5c3d80f8a1eb6b5364
7
- data.tar.gz: 5a00b3a223b5594e4b5539367d74c80c6dfe799588ae20062c70362b2cda975b920020864b6861377da5459ffc73f4c994a0f6ded403560189a80ced7f98be8c
6
+ metadata.gz: 3940598327927e15a8035811becd8ab523fbf5cfa20317f5afa767040fde2e4cf98f0753cc159710d4e85e3feda6265e5fb3dc9a3e814766f06b613c47987f89
7
+ data.tar.gz: d92d7b45e2257596fd1fa07f5530c63a0c6690878616636ded8fbf30a256d95a80a643290faa46d271246e1af4c55fe0282aa3655c6fcd8c2a5ce82793f57111
@@ -5,13 +5,13 @@ require 'daemons'
5
5
  options = {
6
6
  :app_name => "optimus-runner",
7
7
  :dir_mode => :normal,
8
- :dir => "#{File.expand_path('~')}/or/pids",
8
+ :dir => "#{File.expand_path('~')}/optimus_runner/pids",
9
9
  :multiple => true,
10
10
  :log_output => true,
11
11
  :pid_delimiter => '.n',
12
12
  :backtrace => true,
13
13
  :monitor => true,
14
- :log_dir => "#{File.expand_path('~')}/or/logs",
14
+ :log_dir => "#{File.expand_path('~')}/optimus_runner/logs",
15
15
  :logfilename => 'optimus-runner.log'
16
16
  }
17
17
  Daemons.run('optimus_runner_manager', options)
@@ -1,3 +1,3 @@
1
1
  module Gandalf
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimus-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - KrishnanandB
@@ -175,6 +175,7 @@ files:
175
175
  - lib/optimus_runner_control.rb
176
176
  - optimus-runner-0.1.0.gem
177
177
  - optimus-runner-0.2.0.gem
178
+ - optimus-runner-0.3.0.gem
178
179
  - optimus-runner.gemspec
179
180
  - pids/optimus-runner.log
180
181
  - pids/optimus_runner_outputfile.txt