laboristo 0.4.0 → 0.4.1

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 +0 -1
  3. data/bin/laboristo +1 -1
  4. data/laboristo.gemspec +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a984e5e708ac9e7852e539987cf0b68bb9e04cdc
4
- data.tar.gz: 8238919ff0403e16c718d2551c6014f382100957
3
+ metadata.gz: fd49b8690b9b481275847a7fe2652f5d56ecb0ac
4
+ data.tar.gz: 15976f8b29a9219ac90daaab38d7e6635d9acd09
5
5
  SHA512:
6
- metadata.gz: b0085a639eec84750f0df83f60a35d0803c9d3a43217cd938efe727109e1db5947314dd23119d3dc69cbab90b01ef936444b53545a4d856f464e2ce1a6e245e6
7
- data.tar.gz: 6f3e20625c09b0901775db9620e2d17dbcadbfd57c6da2588c348a73bdb599d3b4543e9ffc228a61b6a446253fbbcdc2c83964f6f33ce3df7e1c883afc0c22b8
6
+ metadata.gz: 35249108351560bb7b3fde306b3242f4c158822d2ef3e6779056485fb38d4e30d35fd308b74346608d787b44f421b427c6d9ed89f5532a8b59e551409f589c03
7
+ data.tar.gz: 2311dc9090054f5cf8c45b39215d2417cfe0def951481e8f46fc6482a7b6183f80cfff81c7d2d0ae98b2b0e4554739c8e09c0bfb6dccc2ccb3c4add1d6a06bca
data/README.md CHANGED
@@ -4,7 +4,6 @@
4
4
  [![Dependency Status](https://gemnasium.com/matiasow/laboristo.svg)][gemnasium]
5
5
  [![Code Climate](https://codeclimate.com/github/matiasow/laboristo/badges/gpa.svg)][codeclimate]
6
6
  [![Build Status](https://travis-ci.org/matiasow/laboristo.svg?branch=master)][travis]
7
- [![Test Coverage](https://codeclimate.com/github/matiasow/laboristo/badges/coverage.svg)][codeclimate]
8
7
 
9
8
  [gem]: http://badge.fury.io/rb/laboristo
10
9
  [gemnasium]: https://gemnasium.com/matiasow/laboristo
@@ -21,7 +21,7 @@ args = Clap.run ARGV,
21
21
 
22
22
  worker = args.shift
23
23
  worker_path = File.expand_path(worker)
24
- pid_path = File.expand_path("/tmp/#{worker}.pid")
24
+ pid_path = File.expand_path("tmp/#{File.basename(worker_path, '.rb')}.pid")
25
25
 
26
26
  $stdout.sync = true
27
27
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'laboristo'
3
- s.version = '0.4.0'
3
+ s.version = '0.4.1'
4
4
  s.summary = 'Simple messages and workers for AWS SQS'
5
5
  s.description = 'A very simple way to handle messages and workers using AWS SQS'
6
6
  s.authors = ['matiasow']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laboristo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - matiasow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-20 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core