optimus-runner 0.15.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa3e4b31804e2272c397c7073d45525bcf73ca6639b8f6d1f63bbc742a16cfbc
4
- data.tar.gz: 37670819254e5394417f29156ee3fb9d7b71e15f27eed1b68ba388a92af15315
3
+ metadata.gz: 6fab7ec470a2d80594b7ddb1b8ea74373ef6cef6c23b7ac68e0161415dacb501
4
+ data.tar.gz: 0bf66e913757374327bba31a97e180bce21df35d4fbadd4893c3465b9f59fbe8
5
5
  SHA512:
6
- metadata.gz: 4c3774e60821e48a8579021dbec9a28775cf4364cb2b470248ef3cc14524c90e8c2c8c82f73c4a42d274914ec0b5d173d47d27de7f6120414aadbc4ba0804cbf
7
- data.tar.gz: d1914a39c04ed537294a9b5144892637784c617d665aa6f51eba6a907b21f9fa1bd58133e6e578d90580a94169b7745211bd5b3f2d5d61a428696d0d7f446ab7
6
+ metadata.gz: a93a99c9ebf4670273bdb21cae34e80cb4e72bfdcc271925aa3625f9df14c9f42f6f4cae1ff933e37b93ef2ffbb28f002a2f785561f0dd68dc88fa616f38cf16
7
+ data.tar.gz: 2be178cdf6ed264ff6558c22c7f8e0309e15033679f7df6244c793d4640bcb958776bfe351109d187eccde829b99463575479446af0adbe24b1ad750d2aef0cc
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- optimus-runner (0.14.0)
4
+ optimus-runner (0.15.1)
5
5
  aasm (~> 5.0)
6
6
  daemons (~> 1.3)
7
7
  dotenv (~> 2.1, >= 2.1.1)
@@ -16,7 +16,7 @@ GEM
16
16
  specs:
17
17
  aasm (5.0.6)
18
18
  concurrent-ruby (~> 1.0)
19
- concurrent-ruby (1.1.5)
19
+ concurrent-ruby (1.1.6)
20
20
  daemons (1.3.1)
21
21
  diff-lcs (1.3)
22
22
  dotenv (2.7.5)
@@ -24,6 +24,6 @@ optparser = OptionParser.new do |parser|
24
24
  end
25
25
  end
26
26
  optparser.parse!(ARGV)
27
- Daemons.run('/usr/local/bin/optimus_runner_manager', options)
27
+ Daemons.run(File.join(File.dirname(__FILE__),'optimus_runner_manager'), options)
28
28
  #Daemons.run('exe/optimus_runner_manager', options)
29
29
 
@@ -1,3 +1,3 @@
1
1
  module Gandalf
2
- VERSION = "0.15.0"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimus-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KrishnanandB
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-14 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler