rails-autoscale-web 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: efa00a9439d4e62aab799955930ace52b7ae4bd36e2b1d5bbcc24346d6a51ca1
4
- data.tar.gz: b00e6f31d4fdc66cb0fb470dcb55cde35e5159e690acb5b32327f697416d98b8
3
+ metadata.gz: 1118130e4ddaf4001b84a1182f70aa44d93dbb2797df978df062451d0b483da9
4
+ data.tar.gz: 215372d6f808b03762e7d296adc263bf2b4a5ffc51aaf0b5ab9a01456fcebe50
5
5
  SHA512:
6
- metadata.gz: 62e24696022a7aac00121523b134a2448fa785befd82a63206690e4ae288a1d4c095e345b70958a5d691bd6c7a1d4d162aa546e4c5d1674e2c1d687e52637a6c
7
- data.tar.gz: b4698238aeb35f51f0d6c277a7671984ee12ef8b6b7d849b20812698b82fdb93c1dcd1ed54ec174c78d6ec379abcf08f48b340aa198422eb37b53d12fd9edf6c
6
+ metadata.gz: 9ed7e9c89e3f21609e080f954d73720267e81fd937436d4091873f36c45d5f2bdf61b8f092b74ad5d1d78be7c03a3d0e3ce24d6d3b79695f56a55f7c4b043af9
7
+ data.tar.gz: c19aa9d3f38751500ee196e0f300ad744cb8e6fb4dc17b3804dd8e264a1339f6a11d6120ddc0baee0c0c7d07708c0171b04038abf69b8745f83194bcfd1be9a4
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-web (1.0.2)
9
+ rails-autoscale-web (1.0.3)
10
10
  rails-autoscale-core
11
11
  railties
12
12
 
@@ -76,7 +76,7 @@ GEM
76
76
  thor (1.2.1)
77
77
  tzinfo (2.0.5)
78
78
  concurrent-ruby (~> 1.0)
79
- zeitwerk (2.6.0)
79
+ zeitwerk (2.6.1)
80
80
 
81
81
  PLATFORMS
82
82
  arm64-darwin-20
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Web
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-web
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