osth 1.1.2 → 1.2.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/bin/ost +2 -2
  3. data/makefile +3 -0
  4. data/osth.gemspec +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 768099a21c7e657a0e850531985e6f862fa8f46f
4
- data.tar.gz: c105c8efd7728f16a4480d6b246aedb5b84d1ceb
3
+ metadata.gz: 2124ac4aa7585476009d3f224e4891ea7ba13fa4
4
+ data.tar.gz: fb9b0b9d05f5220bfa42dd467dee095b572a1d1f
5
5
  SHA512:
6
- metadata.gz: 0bde9fb903be7af3075a674d629807d01035c85689aac8221557b30fe585fbb07100c1b4723d76c810fb893dbbb20d95613aeeb090a2e7e7fc2b99f68d14414b
7
- data.tar.gz: a16eeb4bfb6c40a1a5534d9b95da65b3c507cdeaabdabe4e0610b502bba3bb28819551dada1324ba7595c2fce823d9fcfce6ca2a84aa86d6e417179285d3b172
6
+ metadata.gz: da3525020066a8f6aa0546be89574d59d416ae7b5b5d18a0a7b3dd77811b5572091737382ebd63d45f48a1be04ecc2b3fa39fc6a13ad88024dd55bb8fd7544c4
7
+ data.tar.gz: f3cede958b0635409cb170c9a3fe59547256607f680c0881277b67a4f87ae26377bf0ff7d4ca79024e772c94def7af4d317bff364b49b7c65cb8c08ed800f9ef
data/bin/ost CHANGED
@@ -27,8 +27,8 @@ command = ARGV[0]
27
27
  worker = ARGV[1][/.*(?=\..+$)/]
28
28
 
29
29
  wrk_path = File.expand_path("workers/#{ worker }")
30
- pid_path = File.expand_path(".ost/#{ worker }.pid")
31
- log_path = File.expand_path(".ost/#{ worker }.log")
30
+ pid_path = File.expand_path("tmp/pids/#{ worker }.pid")
31
+ log_path = File.expand_path("log/#{ worker }.log")
32
32
 
33
33
  case command
34
34
  when "start"
data/makefile CHANGED
@@ -1,2 +1,5 @@
1
+ gem:
2
+ gem build osth.gemspec
3
+
1
4
  install:
2
5
  install ./bin/ost $$BIN
data/osth.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "osth"
3
- s.version = "1.1.2"
3
+ s.version = "1.2.0"
4
4
  s.summary = "How Harmoni runs Ost"
5
5
  s.description = s.summary
6
6
  s.authors = ["Francesco Rodríguez", "Mayn Kjær"]
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.1.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Rodríguez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-12 00:00:00.000000000 Z
12
+ date: 2014-12-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: How Harmoni runs Ost
15
15
  email: