rails-autoscale-rack 1.1.0 → 1.1.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: f039aebe80a26a59459f1375947c432adebcc32add8a2466063662a22ef05ec8
4
- data.tar.gz: b382961524699a5d2bdacb6a2130e87b24bf256f5162901a5679dc24acf4770f
3
+ metadata.gz: a017329ce5d985e3bd37ab38670f012032182150abeecc7f4d37967f39cc61fc
4
+ data.tar.gz: e9fe4af839993a44919e9f7f6726628120b9a357c2c02c2b3083515b1a920f53
5
5
  SHA512:
6
- metadata.gz: b3972ff115ded91c8f061dfb66c93bc8ef8332c3fbd2fd0df1e5a723129f99e6350cb56866f2b3406f77d211f1c51288716c83cb1cc541ac6cc0cad70ffe834a
7
- data.tar.gz: baae87b51e93eaded5fb82ba6b906a5c5db99d1a2b55d09abd61a360423e885701af3d9150a959583823642ef273e28f400bc1ddad6a96c71f72917932bf787e
6
+ metadata.gz: 8303a1951c70dec056f2bc9efdf7c6b32ffe1e10810fb1421a10ab83472b2cf81c0489640545e1739efd05ba6732184c586a51a5da59a1b0e31b7c0a32f39de9
7
+ data.tar.gz: 1965cb4a9a50456594c1f7316fb6a51f270dfb7b79fb708b6807c29a2b83b5297553abdcb457b2e4c8b7c2eacfe65b0111195d8a89696ac8de5491e86d8007b9
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.1.0)
4
+ rails-autoscale-core (1.1.1)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-rack (1.1.0)
9
+ rails-autoscale-rack (1.1.1)
10
10
  rack
11
11
  rails-autoscale-core
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Rack
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-10 00:00:00.000000000 Z
11
+ date: 2022-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails-autoscale-core