laboristo 0.3.1 → 0.3.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/laboristo +0 -4
  3. data/laboristo.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6119c174a1bc1fb9006e2ed3a12d433042d12e8
4
- data.tar.gz: afee29b7302456882bceaa7e5dc5c4ae7940405d
3
+ metadata.gz: af62fb6474cb5a857ef672cb6ee2ba49c33f0339
4
+ data.tar.gz: 158385fd74e9146eb4a864d777739541e92cb85d
5
5
  SHA512:
6
- metadata.gz: 859028004758981e04fd02d9a2079f52954471cd8c49338144b171da08835e6209022eacf1dade9faf3656f9b9980b09e5c9c2a30f5c662b78819dc349d92677
7
- data.tar.gz: f0adbe82b443ee1203796d12293e23407eb6b7e9855e698daca182737aece45e84fba52fb05dd334e84fffb0041031fde9d48e2a0b5c13ef20ca6dcc8831c75b
6
+ metadata.gz: ce57368d6948b2cef3bb48520fb197e443d987dc951c204723d74b9949184fff3e1669eaca0fe5e7a314f3cfcc6ad8bff31200b57131eaa160b9007252a3e84c
7
+ data.tar.gz: 85064e5306f486f9f095da20231c3d8514c63bb84aa8f3361eb201f3ba10c8b4c82d16dee05c1a3010ce8240b52f5eb1cb133a4db1888d3d3cec2a9e2773cae0
data/bin/laboristo CHANGED
@@ -37,10 +37,6 @@ worker_path = File.expand_path("workers/#{worker}")
37
37
  pid_path = File.expand_path("tmp/#{worker}.pid")
38
38
 
39
39
  $stdout.sync = true
40
- puts command
41
- puts worker
42
- puts worker_path
43
- puts pid_path
44
40
 
45
41
  if opts[:daemonize]
46
42
  Process.daemon(true)
data/laboristo.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'laboristo'
3
- s.version = '0.3.1'
3
+ s.version = '0.3.2'
4
4
  s.summary = 'Simple messages and workers for AWS SQS'
5
5
  s.authors = ['matiasow']
6
6
  s.email = ['matiasow@gmail.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laboristo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - matiasow