osth 1.2.0 → 1.3.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 +4 -4
- data/README.md +1 -1
- data/bin/ost +1 -1
- data/osth.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83552d52d8846d9b47f270280f81e37df90e709f
|
4
|
+
data.tar.gz: b3c98c32966593b22a7b6ce1d397d63c6bde095d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dba57fe044fe83218489ee987e21ead22b2a1dcf19ef62e47b2392ec1b1f3d40dab2bba070bc1f61a460f76f491bcb14e3a0fba4ac2f60e33bf69b16943f4e8a
|
7
|
+
data.tar.gz: 3f73f640de8abaa550e1a80b540c6eed2ab6625eca65c3e342b60b4474140eb9e2c793c3fcf2048a65bdf44ac5c9e661b19560ccf08724869fb6dd34a4a7d143
|
data/README.md
CHANGED
data/bin/ost
CHANGED
@@ -28,7 +28,7 @@ worker = ARGV[1][/.*(?=\..+$)/]
|
|
28
28
|
|
29
29
|
wrk_path = File.expand_path("workers/#{ worker }")
|
30
30
|
pid_path = File.expand_path("tmp/pids/#{ worker }.pid")
|
31
|
-
log_path = File.expand_path("
|
31
|
+
log_path = File.expand_path("logs/#{ worker }.log")
|
32
32
|
|
33
33
|
case command
|
34
34
|
when "start"
|
data/osth.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "osth"
|
3
|
-
s.version = "1.
|
4
|
-
s.summary = "
|
3
|
+
s.version = "1.3.0"
|
4
|
+
s.summary = "Daemonize Ost workers"
|
5
5
|
s.description = s.summary
|
6
6
|
s.authors = ["Francesco Rodríguez", "Mayn Kjær"]
|
7
7
|
s.email = ["frodsan@me.com", "mayn.kjaer@gmail.com"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Francesco Rodríguez
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2014-12-22 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: Daemonize Ost workers
|
15
15
|
email:
|
16
16
|
- frodsan@me.com
|
17
17
|
- mayn.kjaer@gmail.com
|
@@ -48,5 +48,5 @@ rubyforge_project:
|
|
48
48
|
rubygems_version: 2.2.2
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
|
-
summary:
|
51
|
+
summary: Daemonize Ost workers
|
52
52
|
test_files: []
|