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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/bin/ost +1 -1
  4. data/osth.gemspec +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2124ac4aa7585476009d3f224e4891ea7ba13fa4
4
- data.tar.gz: fb9b0b9d05f5220bfa42dd467dee095b572a1d1f
3
+ metadata.gz: 83552d52d8846d9b47f270280f81e37df90e709f
4
+ data.tar.gz: b3c98c32966593b22a7b6ce1d397d63c6bde095d
5
5
  SHA512:
6
- metadata.gz: da3525020066a8f6aa0546be89574d59d416ae7b5b5d18a0a7b3dd77811b5572091737382ebd63d45f48a1be04ecc2b3fa39fc6a13ad88024dd55bb8fd7544c4
7
- data.tar.gz: f3cede958b0635409cb170c9a3fe59547256607f680c0881277b67a4f87ae26377bf0ff7d4ca79024e772c94def7af4d317bff364b49b7c65cb8c08ed800f9ef
6
+ metadata.gz: dba57fe044fe83218489ee987e21ead22b2a1dcf19ef62e47b2392ec1b1f3d40dab2bba070bc1f61a460f76f491bcb14e3a0fba4ac2f60e33bf69b16943f4e8a
7
+ data.tar.gz: 3f73f640de8abaa550e1a80b540c6eed2ab6625eca65c3e342b60b4474140eb9e2c793c3fcf2048a65bdf44ac5c9e661b19560ccf08724869fb6dd34a4a7d143
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  osth
2
2
  ====
3
3
 
4
- How Harmoni runs Ost.
4
+ How Harmoni runs Ost. Based on [ost-bin][ost-bin]
5
5
 
6
6
  Usage
7
7
  -----
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("log/#{ worker }.log")
31
+ log_path = File.expand_path("logs/#{ worker }.log")
32
32
 
33
33
  case command
34
34
  when "start"
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "osth"
3
- s.version = "1.2.0"
4
- s.summary = "How Harmoni runs Ost"
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.2.0
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: How Harmoni runs Ost
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: How Harmoni runs Ost
51
+ summary: Daemonize Ost workers
52
52
  test_files: []