rails-autoscale-web 1.2.3 → 1.3.0

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: cd948f43faed1c173850a06658aaa02bc7bb9247ab64c46c2a09515aca83cec3
4
- data.tar.gz: 56c8d28c33523ca79a7c59a37c115c87afbe30c6f1b5bf4e9d92a51334d58173
3
+ metadata.gz: 7426899972a43c6336825fa07fbda63682c256fb413bfdb4589acff2378859a6
4
+ data.tar.gz: 27dea67c2d068df54315caa7ae3c31cbc5a614e6b47fedb21a13f217f7e81417
5
5
  SHA512:
6
- metadata.gz: 36a2c658bc4c5ee075229190317c8a2c3f87ff4a913245edaf14062b55ef75fa3ec0e706f0a2800cfdc2b320a68e8a5ae37e316da37cc03f58c6b2f22ab675a9
7
- data.tar.gz: ebc789a91842979b654d14e03df30f24f2b1ba4d9db9181ca5c45e25a389b90e994561686c3765d20ecc4ff622264c34006633b967a7c9158e5d4bf4fcf992d5
6
+ metadata.gz: ecec87ce69d8992858abdd2f44c1464954c4e2d113faa363f803d0c49b09481d204d52e0e0199c4dbaaa535bb8a38c0c967a23b16abaac145e54672eb4420870
7
+ data.tar.gz: 14bd984f2d8150ec8feb9c11b376714b5fed0f2bdf4d997782cd27d0428ad62a42441451d92060984d026841d1b5c67edc0cc2b4961c781ff37fefe7ad8ecd1c
data/Gemfile.lock CHANGED
@@ -1,71 +1,71 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.2.3)
4
+ judoscale-ruby (1.3.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-rails (1.2.3)
10
- judoscale-ruby (= 1.2.3)
9
+ judoscale-rails (1.3.0)
10
+ judoscale-ruby (= 1.3.0)
11
11
  railties
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionpack (7.0.4)
17
- actionview (= 7.0.4)
18
- activesupport (= 7.0.4)
16
+ actionpack (7.0.4.2)
17
+ actionview (= 7.0.4.2)
18
+ activesupport (= 7.0.4.2)
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.4)
24
- activesupport (= 7.0.4)
23
+ actionview (7.0.4.2)
24
+ activesupport (= 7.0.4.2)
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.4)
29
+ activesupport (7.0.4.2)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 1.6, < 2)
32
32
  minitest (>= 5.1)
33
33
  tzinfo (~> 2.0)
34
34
  builder (3.2.4)
35
- concurrent-ruby (1.1.10)
35
+ concurrent-ruby (1.2.0)
36
36
  crass (1.0.6)
37
- debug (1.6.2)
38
- irb (>= 1.3.6)
37
+ debug (1.7.1)
38
+ irb (>= 1.5.0)
39
39
  reline (>= 0.3.1)
40
- erubi (1.11.0)
40
+ erubi (1.12.0)
41
41
  i18n (1.12.0)
42
42
  concurrent-ruby (~> 1.0)
43
- io-console (0.5.11)
44
- irb (1.4.1)
43
+ io-console (0.6.0)
44
+ irb (1.6.2)
45
45
  reline (>= 0.3.0)
46
- loofah (2.19.0)
46
+ loofah (2.19.1)
47
47
  crass (~> 1.0.2)
48
48
  nokogiri (>= 1.5.9)
49
49
  method_source (1.0.0)
50
- minitest (5.16.3)
51
- nokogiri (1.13.9-arm64-darwin)
50
+ minitest (5.17.0)
51
+ nokogiri (1.14.1-arm64-darwin)
52
52
  racc (~> 1.4)
53
- nokogiri (1.13.9-x86_64-darwin)
53
+ nokogiri (1.14.1-x86_64-darwin)
54
54
  racc (~> 1.4)
55
- nokogiri (1.13.9-x86_64-linux)
55
+ nokogiri (1.14.1-x86_64-linux)
56
56
  racc (~> 1.4)
57
- racc (1.6.0)
58
- rack (2.2.4)
57
+ racc (1.6.2)
58
+ rack (2.2.6.2)
59
59
  rack-test (2.0.2)
60
60
  rack (>= 1.3)
61
61
  rails-dom-testing (2.0.3)
62
62
  activesupport (>= 4.2.0)
63
63
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.4.3)
65
- loofah (~> 2.3)
66
- railties (7.0.4)
67
- actionpack (= 7.0.4)
68
- activesupport (= 7.0.4)
64
+ rails-html-sanitizer (1.5.0)
65
+ loofah (~> 2.19, >= 2.19.1)
66
+ railties (7.0.4.2)
67
+ actionpack (= 7.0.4.2)
68
+ activesupport (= 7.0.4.2)
69
69
  method_source
70
70
  rake (>= 12.2)
71
71
  thor (~> 1.0)
@@ -73,10 +73,10 @@ GEM
73
73
  rake (13.0.6)
74
74
  rake-release (1.3.0)
75
75
  bundler (>= 1.11, < 3)
76
- reline (0.3.1)
76
+ reline (0.3.2)
77
77
  io-console (~> 0.5)
78
78
  thor (1.2.1)
79
- tzinfo (2.0.5)
79
+ tzinfo (2.0.6)
80
80
  concurrent-ruby (~> 1.0)
81
81
  zeitwerk (2.6.6)
82
82
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module Rails
5
- VERSION = "1.2.3"
5
+ VERSION = "1.3.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.2.3
4
+ version: 1.3.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-11-26 00:00:00.000000000 Z
12
+ date: 2023-02-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.2.3
20
+ version: 1.3.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 1.2.3
27
+ version: 1.3.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: railties
30
30
  requirement: !ruby/object:Gem::Requirement