rails-autoscale-web 1.0.3 → 1.1.0

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: 1118130e4ddaf4001b84a1182f70aa44d93dbb2797df978df062451d0b483da9
4
- data.tar.gz: 215372d6f808b03762e7d296adc263bf2b4a5ffc51aaf0b5ab9a01456fcebe50
3
+ metadata.gz: 84ef21e66e93d76e5939163a06c78d406e2ad7a2332fc42c60a5b8f9ae7ee4c4
4
+ data.tar.gz: 573e9d47bf8210a021a61a357a8a2db0b8dcdab63f2f492b121a01cc7a8de826
5
5
  SHA512:
6
- metadata.gz: 9ed7e9c89e3f21609e080f954d73720267e81fd937436d4091873f36c45d5f2bdf61b8f092b74ad5d1d78be7c03a3d0e3ce24d6d3b79695f56a55f7c4b043af9
7
- data.tar.gz: c19aa9d3f38751500ee196e0f300ad744cb8e6fb4dc17b3804dd8e264a1339f6a11d6120ddc0baee0c0c7d07708c0171b04038abf69b8745f83194bcfd1be9a4
6
+ metadata.gz: 3d8583745a7f9c875286a33f4d7a00a37b8ebc2c77635e55900df6f69eaabfb83e626e1e02bff2974f81a5f4c6f5754ba1d5e716924c85cc8ab0e8daefbaa9e3
7
+ data.tar.gz: 94c2331f1524bb6bd3d0a43a0ff43b5de4e53399d577bb701f5ece773406b255e8184db81ab543ecdd1ed234b8598b29df952b0f36f96b559da784cece70c012
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.3)
4
+ rails-autoscale-core (1.1.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-web (1.0.3)
9
+ rails-autoscale-web (1.1.0)
10
10
  rails-autoscale-core
11
11
  railties
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Web
5
- VERSION = "1.0.3"
5
+ VERSION = "1.1.0"
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.3
4
+ version: 1.1.0
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-10-03 00:00:00.000000000 Z
12
+ date: 2022-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core