rails-autoscale-que 1.0.2 → 1.0.3

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: 0dbeea9f7ac315aa3645aa32e5ada3eb54514a282773d78f73c7f0efd37e8bf8
4
- data.tar.gz: ad82ccc8f1a3121bb717e5de3d3a4282721b31bb9badb9d6268ed657f8bf599f
3
+ metadata.gz: 4b2195eaee79485cfa33ee4a484281945fa2d139a73eb05d104200148996f465
4
+ data.tar.gz: 917d29f4cf33c445f15d94689a9677d50c5631cb652e98bf45a06eb9473deb90
5
5
  SHA512:
6
- metadata.gz: 9e84eeb0cbb979093c7c5bdc57540cda714ecad73d588b8d808d970ea3869856ca75bab89278d3dde57cc1c865f3f895e93b12b74bc4eaf9c09d41b9aa73f1a8
7
- data.tar.gz: 0270a79b61a60bc9eea79b403c56e5561ec522bff2e9245979fdaecb67eede94b1d674e3f5493e4298dda81a918e3008e1db39bb83dcf13270bfe1255027089c
6
+ metadata.gz: 400b2e8e4951c0fea08bc2324f557c660d02e62da47e18bf179f41252157c278cd04aa08d48dbd0995a46f669c7c32c522a9e697db3e6b78cc387f6901270942
7
+ data.tar.gz: '0584cf81a6000c956f0e79de13adc07e23d633f82d212e89ff90ac08acdb249bbdfc0354881404965b09be1bff5b38f01be2e0038fb1b53d3001904d72056953'
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.2)
4
+ rails-autoscale-core (1.0.3)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-que (1.0.2)
9
+ rails-autoscale-que (1.0.3)
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.2"
5
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
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-26 00:00:00.000000000 Z
12
+ date: 2022-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core