rails-autoscale-que 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: 57410eff735f94373500e21b9e1b55ce155dbeb03155460b03326ade5ce04b57
4
- data.tar.gz: f6715f1bd160599e09eeac957f1e8ff681a5391a6a69add67f341a0c79fc275b
3
+ metadata.gz: af258135dbcba012ab80602f6d3d1115812b16b2d92dfff06147483bbcd1f60d
4
+ data.tar.gz: 4579f51646f8d44edec3ca99a8caa32340692ad510e1383a14a65d2d9bd27a3d
5
5
  SHA512:
6
- metadata.gz: 89558bf5ed73b2cda9ad77fdf571f9fdc49241e0cc0d6563f27c94bec3d88ec0541c1d937703c9bb3ec1d522e3792ded667f01089f469e25eba4d31b24451001
7
- data.tar.gz: ab01410ef51da80f38ace67d77656d56ac12eaaa81aa9d0f5ef785596dc71492c99c08e939f9a172043e3fc7b36ded723641b6559b87d2cbc7bc17577de7a4b3
6
+ metadata.gz: 55925866d0c1568cdfd2dc46e09ac5fa5a90cfc833e428f7756b98905a1720c45cdbde660c884d36b3fe31a5f3a460c98bab133f1f1b39782671e4221bb18721
7
+ data.tar.gz: 02c3b8af845b244ace8b189c8679d38a21b25d47e4f78222e540e4b62cdbb4e69ce60f2cecc8ae6d6af4dbf82cab37e9c10463f168319478f28f77819c38e8c9
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.0)
4
+ rails-autoscale-core (1.0.1)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-que (1.0.0)
9
+ rails-autoscale-que (1.0.1)
10
10
  que (>= 1.0)
11
11
  rails-autoscale-core
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Que
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-que
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-07 00:00:00.000000000 Z
12
+ date: 2022-09-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core