resque-stages 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 3270c6b1879c50fc9eb7ad598942fdccc4db2f4a2af73155b851e6bb1a51961d
4
- data.tar.gz: ad0316995927023d21b80636f1748271c5fc7715cf0ac107b3147587dee80783
3
+ metadata.gz: ddca44a98bf2ebb0f69ab9aca16e8459600f8b3e3403294ed5154092605d2ab0
4
+ data.tar.gz: 53c298bc979c5f35f8f518cb993c7f701dbe54aa821209ee3bab9c066a896e8e
5
5
  SHA512:
6
- metadata.gz: 28a7354bbe2445749049307ff267efdb6e7203585a0944574f0c9c85a6a140cd5721960bd0f53361e966c139498b9a251c484dc25d8bc4b3275d533f531caf32
7
- data.tar.gz: 618d4ee0a61f7fd4161d63dd9b8635b4d788e30bd26b63e7e86a45e11e53bb725e7c5dca7f91a16bd3da7783eaf5dc8236cfeb8bf9fcce9a1cb2696c37ad3616
6
+ metadata.gz: ce74afa066345f6d4e1e7b5ba96bbe92aaeb0452fc5a26133ae0d085447cf4fcbf16ce8f8fbe430bc2dc2ef5471aacff81044685bd331625a40ad68a03213d95
7
+ data.tar.gz: c554aaa9f3d73f9a4ef3055bf4580c4e800bfbd86a8da052a536fb0792adfc2209f81991d17e80adf18769973e1c319815a3ccb53c2a67224f4b0024b5c57de7
@@ -7,5 +7,6 @@ require File.expand_path(File.join("resque", "plugins", "stages", "staged_group"
7
7
  require File.expand_path(File.join("resque", "plugins", "stages", "staged_group_stage"), File.dirname(__FILE__))
8
8
  require File.expand_path(File.join("resque", "plugins", "stages", "staged_job"), File.dirname(__FILE__))
9
9
  require File.expand_path(File.join("resque", "plugins", "stages", "cleaner"), File.dirname(__FILE__))
10
+ require File.expand_path(File.join("resque", "plugins", "stages", "version"), File.dirname(__FILE__))
10
11
 
11
12
  require File.expand_path(File.join("resque", "plugins", "stages"), File.dirname(__FILE__))
@@ -3,7 +3,7 @@
3
3
  module Resque
4
4
  module Plugins
5
5
  module Stages
6
- VERSION = "0.0.1"
6
+ VERSION = "0.0.2"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-stages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RealNobody
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-13 00:00:00.000000000 Z
11
+ date: 2020-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis