rworkflow 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 200f47a61942919470a013a36c8cc25b874bf445
4
- data.tar.gz: 2764ce1f1c296d2499723be7a995e618b348b543
3
+ metadata.gz: 930828c426e8d4946ecae3bb1c11df85b42b84b5
4
+ data.tar.gz: fa093d405455c199c6c28be586cb7a84a16c1857
5
5
  SHA512:
6
- metadata.gz: 53f8c990a5557b835ae4acdb2a7cf63e1c1dcf8202d626a8d523af6fca4578841e57cdbba6c41c7fa1912543c415e337ebb31a8b99a82ed5c634e4d18e7ab0a7
7
- data.tar.gz: d8547f66c05957d1ea952039bbfc8c3ce50e0c0d4bc15ec520cd1bde76d6d52998e6f5ed14336d5d829a0b0acafe12663083e1a2de6668b08383a737f1847e11
6
+ metadata.gz: 35bf563259139d382d694c91d919331b36450c092051105060f19d55b1dcf9d5538fc8423f28491d5b3ae4c8c3bfd8205af1569fc4fbee017d7be8a1d5edde65
7
+ data.tar.gz: 538dd3903c614df78c242855ab5cc474c3ff2f7d18d42c3e1618a38ef846f06aaf2a42cd32d3ebbcee9cf55250112b0914c15634f366a29a4c9617dba5f80890
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rworkflow
2
2
 
3
- [![GitHub release](https://img.shields.io/badge/release-0.6.5-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.6.5)
3
+ [![GitHub release](https://img.shields.io/badge/release-0.7.0-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.7.0)
4
4
  [![Build Status](https://travis-ci.org/barcoo/rworkflow.svg?branch=master&cache=busted)](https://travis-ci.org/barcoo/rworkflow)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/barcoo/rworkflow/badge.svg?branch=master)](https://coveralls.io/github/barcoo/rworkflow?branch=master)
6
6
 
@@ -183,7 +183,7 @@ module Rworkflow
183
183
  post_process
184
184
 
185
185
  if self.public?
186
- the_counters = self.counters!
186
+ the_counters = counters!
187
187
  the_counters[:processing] = 0 # Some worker might have increased the processing flag at that time even if there is no more jobs to be done
188
188
  @storage.setnx(:counters, self.class.serializer.dump(the_counters))
189
189
  states_cleanup
@@ -1,3 +1,3 @@
1
1
  module Rworkflow
2
- VERSION = '0.7.0'.freeze
2
+ VERSION = '0.7.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rworkflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - barcoo