rails-autoscale-web 1.0.0 → 1.0.2

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: d6100488046733caf0893d6d5833d694aa885d9f27fe86ccdeccdc0a5fe2e7aa
4
- data.tar.gz: 14cac3a9b96e3f43f84d883c504570d7b99883adcaa751897de9ca41dd2f5df4
3
+ metadata.gz: efa00a9439d4e62aab799955930ace52b7ae4bd36e2b1d5bbcc24346d6a51ca1
4
+ data.tar.gz: b00e6f31d4fdc66cb0fb470dcb55cde35e5159e690acb5b32327f697416d98b8
5
5
  SHA512:
6
- metadata.gz: a7d7bf2ffe1a8fe2be53b036fbc16470d83f10d511fc77edc6377bf2a49b3350ff6832a4f52a9b974b159a165b2977537daff496bdf0cf642dcc68b29bbd03b0
7
- data.tar.gz: 2bcd5391625f06bac0aaa99b086efe6b008527b6a529398feebbb9c290a03656a04b6a046ba11418021d594081937456a3b6b90545a1018b790cb07abe19f75f
6
+ metadata.gz: 62e24696022a7aac00121523b134a2448fa785befd82a63206690e4ae288a1d4c095e345b70958a5d691bd6c7a1d4d162aa546e4c5d1674e2c1d687e52637a6c
7
+ data.tar.gz: b4698238aeb35f51f0d6c277a7671984ee12ef8b6b7d849b20812698b82fdb93c1dcd1ed54ec174c78d6ec379abcf08f48b340aa198422eb37b53d12fd9edf6c
data/Gemfile CHANGED
@@ -5,3 +5,4 @@ gemspec
5
5
  gem "rails-autoscale-core", path: "../rails-autoscale-core"
6
6
  gem "minitest"
7
7
  gem "rake"
8
+ gem "debug"
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.2)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-web (1.0.0)
9
+ rails-autoscale-web (1.0.2)
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)
@@ -34,10 +34,16 @@ GEM
34
34
  builder (3.2.4)
35
35
  concurrent-ruby (1.1.10)
36
36
  crass (1.0.6)
37
+ debug (1.6.2)
38
+ irb (>= 1.3.6)
39
+ reline (>= 0.3.1)
37
40
  erubi (1.11.0)
38
41
  i18n (1.12.0)
39
42
  concurrent-ruby (~> 1.0)
40
- loofah (2.18.0)
43
+ io-console (0.5.11)
44
+ irb (1.4.1)
45
+ reline (>= 0.3.0)
46
+ loofah (2.19.0)
41
47
  crass (~> 1.0.2)
42
48
  nokogiri (>= 1.5.9)
43
49
  method_source (1.0.0)
@@ -57,14 +63,16 @@ GEM
57
63
  nokogiri (>= 1.6)
58
64
  rails-html-sanitizer (1.4.3)
59
65
  loofah (~> 2.3)
60
- railties (7.0.3.1)
61
- actionpack (= 7.0.3.1)
62
- activesupport (= 7.0.3.1)
66
+ railties (7.0.4)
67
+ actionpack (= 7.0.4)
68
+ activesupport (= 7.0.4)
63
69
  method_source
64
70
  rake (>= 12.2)
65
71
  thor (~> 1.0)
66
72
  zeitwerk (~> 2.5)
67
73
  rake (13.0.6)
74
+ reline (0.3.1)
75
+ io-console (~> 0.5)
68
76
  thor (1.2.1)
69
77
  tzinfo (2.0.5)
70
78
  concurrent-ruby (~> 1.0)
@@ -77,6 +85,7 @@ PLATFORMS
77
85
  x86_64-linux
78
86
 
79
87
  DEPENDENCIES
88
+ debug
80
89
  minitest
81
90
  rails-autoscale-core!
82
91
  rails-autoscale-web!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Web
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.2"
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.2
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-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core