rails-autoscale-web 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: 84ef21e66e93d76e5939163a06c78d406e2ad7a2332fc42c60a5b8f9ae7ee4c4
4
- data.tar.gz: 573e9d47bf8210a021a61a357a8a2db0b8dcdab63f2f492b121a01cc7a8de826
3
+ metadata.gz: a6ee20225f17b45e8f1c79a9e325694ef914be5e4c82222fd824e51817e92f07
4
+ data.tar.gz: bef01ba4624c805d665076e7c66781a7ae64aaf37483ff9d55923fd13b8fa88e
5
5
  SHA512:
6
- metadata.gz: 3d8583745a7f9c875286a33f4d7a00a37b8ebc2c77635e55900df6f69eaabfb83e626e1e02bff2974f81a5f4c6f5754ba1d5e716924c85cc8ab0e8daefbaa9e3
7
- data.tar.gz: 94c2331f1524bb6bd3d0a43a0ff43b5de4e53399d577bb701f5ece773406b255e8184db81ab543ecdd1ed234b8598b29df952b0f36f96b559da784cece70c012
6
+ metadata.gz: 49035fede4b996e22ff4ecdf611ada8db25db9caaa81b41061ce67623a15cdd72d647d2b234bcd9a85b03d921008c95c3c4ea6a33d7c2fc90445b57c69b95c99
7
+ data.tar.gz: b1302626560a552422cb65db0d773b94df54a9bb459cee6eec1fe4e369060cf206d11b35b8704db61d63d61a08d7a273af3961ca7cebbfd7ffeb53bdb660d889
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-web (1.1.0)
9
+ rails-autoscale-web (1.1.1)
10
10
  rails-autoscale-core
11
11
  railties
12
12
 
@@ -48,11 +48,11 @@ GEM
48
48
  nokogiri (>= 1.5.9)
49
49
  method_source (1.0.0)
50
50
  minitest (5.16.3)
51
- nokogiri (1.13.8-arm64-darwin)
51
+ nokogiri (1.13.9-arm64-darwin)
52
52
  racc (~> 1.4)
53
- nokogiri (1.13.8-x86_64-darwin)
53
+ nokogiri (1.13.9-x86_64-darwin)
54
54
  racc (~> 1.4)
55
- nokogiri (1.13.8-x86_64-linux)
55
+ nokogiri (1.13.9-x86_64-linux)
56
56
  racc (~> 1.4)
57
57
  racc (1.6.0)
58
58
  rack (2.2.4)
@@ -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.1)
79
+ zeitwerk (2.6.6)
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.1.0"
5
+ VERSION = "1.1.1"
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.1.0
4
+ version: 1.1.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-10-10 00:00:00.000000000 Z
12
+ date: 2022-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core