rails-autoscale-web 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6100488046733caf0893d6d5833d694aa885d9f27fe86ccdeccdc0a5fe2e7aa
4
- data.tar.gz: 14cac3a9b96e3f43f84d883c504570d7b99883adcaa751897de9ca41dd2f5df4
3
+ metadata.gz: f94e9213908236869ec93df0d7474afb172637e59eb03d1c5a74016f4d94bb45
4
+ data.tar.gz: 99ec306af0eda9469f3f4fdfffbdafb13bddcdfc585985ae476afe209bfb74a9
5
5
  SHA512:
6
- metadata.gz: a7d7bf2ffe1a8fe2be53b036fbc16470d83f10d511fc77edc6377bf2a49b3350ff6832a4f52a9b974b159a165b2977537daff496bdf0cf642dcc68b29bbd03b0
7
- data.tar.gz: 2bcd5391625f06bac0aaa99b086efe6b008527b6a529398feebbb9c290a03656a04b6a046ba11418021d594081937456a3b6b90545a1018b790cb07abe19f75f
6
+ metadata.gz: bcd309c9c7c03e736470699597c80b27772683b6281972e1db2fbd72123fc2cbde5213ebf096123b0710e553a07721ad317d88572e7bd0bdd7fe51fc3d48d88e
7
+ data.tar.gz: f6d242b5aa21b7093726bb661a9e4cd2f0869f9b01952a1296fb26028bf9b4ec473bca57e8591f8821c2ec620024faceb4fb19019343d49a68d35ebde9e40002
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.0)
4
+ rails-autoscale-core (1.0.1)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-web (1.0.0)
9
+ rails-autoscale-web (1.0.1)
10
10
  rails-autoscale-core
11
11
  railties
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionpack (7.0.3.1)
17
- actionview (= 7.0.3.1)
18
- activesupport (= 7.0.3.1)
16
+ actionpack (7.0.4)
17
+ actionview (= 7.0.4)
18
+ activesupport (= 7.0.4)
19
19
  rack (~> 2.0, >= 2.2.0)
20
20
  rack-test (>= 0.6.3)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
23
- actionview (7.0.3.1)
24
- activesupport (= 7.0.3.1)
23
+ actionview (7.0.4)
24
+ activesupport (= 7.0.4)
25
25
  builder (~> 3.1)
26
26
  erubi (~> 1.4)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
29
- activesupport (7.0.3.1)
29
+ activesupport (7.0.4)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 1.6, < 2)
32
32
  minitest (>= 5.1)
@@ -37,7 +37,7 @@ GEM
37
37
  erubi (1.11.0)
38
38
  i18n (1.12.0)
39
39
  concurrent-ruby (~> 1.0)
40
- loofah (2.18.0)
40
+ loofah (2.19.0)
41
41
  crass (~> 1.0.2)
42
42
  nokogiri (>= 1.5.9)
43
43
  method_source (1.0.0)
@@ -57,9 +57,9 @@ GEM
57
57
  nokogiri (>= 1.6)
58
58
  rails-html-sanitizer (1.4.3)
59
59
  loofah (~> 2.3)
60
- railties (7.0.3.1)
61
- actionpack (= 7.0.3.1)
62
- activesupport (= 7.0.3.1)
60
+ railties (7.0.4)
61
+ actionpack (= 7.0.4)
62
+ activesupport (= 7.0.4)
63
63
  method_source
64
64
  rake (>= 12.2)
65
65
  thor (~> 1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Web
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.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.0.0
4
+ version: 1.0.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-09-07 00:00:00.000000000 Z
12
+ date: 2022-09-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core