judoscale-rails 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +21 -25
- data/judoscale-rails.gemspec +6 -1
- data/lib/judoscale/rails/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c83cac583e550b01935b777e8a0f20a34ebd7c1dafb3a685c665f8ba26cc3880
|
4
|
+
data.tar.gz: a1de73c5e858d2b18f9fabfc638ab41f43a71cd2d116dd452af8f083bb8c0a1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 380e410e5bda8a54fbfa4215435729d8a3457d04dd81cb35e5962f3a7db08c06730e5f010d138fc4781ff8d3595c17e06c76b9ff1b8bc0c6c49bb24c7e500ebe
|
7
|
+
data.tar.gz: 6c297a6f6af02af9ea3060b5481a9882c10308e080d472f730cdd43fb6d42b3aeebb540a370c29a0d1cabb96f1ba7e73a35f1362a9e4cc62d08934dd4daa5a7d
|
data/Gemfile.lock
CHANGED
@@ -1,32 +1,32 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../judoscale-ruby
|
3
3
|
specs:
|
4
|
-
judoscale-ruby (1.0.0.
|
4
|
+
judoscale-ruby (1.0.0.rc2)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
judoscale-rails (1.0.0.
|
9
|
+
judoscale-rails (1.0.0.rc2)
|
10
10
|
judoscale-ruby
|
11
11
|
railties
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
actionpack (7.0.
|
17
|
-
actionview (= 7.0.
|
18
|
-
activesupport (= 7.0.
|
16
|
+
actionpack (7.0.3.1)
|
17
|
+
actionview (= 7.0.3.1)
|
18
|
+
activesupport (= 7.0.3.1)
|
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.
|
24
|
-
activesupport (= 7.0.
|
23
|
+
actionview (7.0.3.1)
|
24
|
+
activesupport (= 7.0.3.1)
|
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.
|
29
|
+
activesupport (7.0.3.1)
|
30
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
31
|
i18n (>= 1.6, < 2)
|
32
32
|
minitest (>= 5.1)
|
@@ -34,41 +34,37 @@ GEM
|
|
34
34
|
builder (3.2.4)
|
35
35
|
concurrent-ruby (1.1.10)
|
36
36
|
crass (1.0.6)
|
37
|
-
erubi (1.
|
38
|
-
i18n (1.
|
37
|
+
erubi (1.11.0)
|
38
|
+
i18n (1.12.0)
|
39
39
|
concurrent-ruby (~> 1.0)
|
40
|
-
loofah (2.
|
40
|
+
loofah (2.18.0)
|
41
41
|
crass (~> 1.0.2)
|
42
42
|
nokogiri (>= 1.5.9)
|
43
43
|
method_source (1.0.0)
|
44
44
|
minitest (5.15.0)
|
45
|
-
nokogiri (1.13.
|
46
|
-
racc (~> 1.4)
|
47
|
-
nokogiri (1.13.4-x86_64-darwin)
|
48
|
-
racc (~> 1.4)
|
49
|
-
nokogiri (1.13.4-x86_64-linux)
|
45
|
+
nokogiri (1.13.8-arm64-darwin)
|
50
46
|
racc (~> 1.4)
|
51
47
|
racc (1.6.0)
|
52
|
-
rack (2.2.
|
53
|
-
rack-test (
|
54
|
-
rack (>= 1.
|
48
|
+
rack (2.2.4)
|
49
|
+
rack-test (2.0.2)
|
50
|
+
rack (>= 1.3)
|
55
51
|
rails-dom-testing (2.0.3)
|
56
52
|
activesupport (>= 4.2.0)
|
57
53
|
nokogiri (>= 1.6)
|
58
|
-
rails-html-sanitizer (1.4.
|
54
|
+
rails-html-sanitizer (1.4.3)
|
59
55
|
loofah (~> 2.3)
|
60
|
-
railties (7.0.
|
61
|
-
actionpack (= 7.0.
|
62
|
-
activesupport (= 7.0.
|
56
|
+
railties (7.0.3.1)
|
57
|
+
actionpack (= 7.0.3.1)
|
58
|
+
activesupport (= 7.0.3.1)
|
63
59
|
method_source
|
64
60
|
rake (>= 12.2)
|
65
61
|
thor (~> 1.0)
|
66
62
|
zeitwerk (~> 2.5)
|
67
63
|
rake (13.0.6)
|
68
64
|
thor (1.2.1)
|
69
|
-
tzinfo (2.0.
|
65
|
+
tzinfo (2.0.5)
|
70
66
|
concurrent-ruby (~> 1.0)
|
71
|
-
zeitwerk (2.
|
67
|
+
zeitwerk (2.6.0)
|
72
68
|
|
73
69
|
PLATFORMS
|
74
70
|
arm64-darwin-20
|
data/judoscale-rails.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Adam McCrea", "Carlos Antonio da Silva"]
|
9
9
|
spec.email = ["adam@adamlogic.com"]
|
10
10
|
|
11
|
-
spec.summary = "This gem
|
11
|
+
spec.summary = "This gem is deprecated. See https://github.com/rails-autoscale/rails-autoscale-gems to integrate your Ruby on Rails app with the Judoscale Heroku add-on."
|
12
12
|
spec.homepage = "https://judoscale.com"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
@@ -27,4 +27,9 @@ Gem::Specification.new do |spec|
|
|
27
27
|
|
28
28
|
spec.add_dependency "judoscale-ruby"
|
29
29
|
spec.add_dependency "railties"
|
30
|
+
|
31
|
+
spec.post_install_message = <<~EOS
|
32
|
+
`judoscale-rails` is deprecated! Please migrate to `rails-autoscale-web`.
|
33
|
+
See https://github.com/rails-autoscale/rails-autoscale-gems for the installation guide.
|
34
|
+
EOS
|
30
35
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: judoscale-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc2
|
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-
|
12
|
+
date: 2022-09-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: judoscale-ruby
|
@@ -64,7 +64,9 @@ metadata:
|
|
64
64
|
documentation_uri: https://judoscale.com/docs
|
65
65
|
changelog_uri: https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md
|
66
66
|
source_code_uri: https://github.com/judoscale/judoscale-ruby
|
67
|
-
post_install_message:
|
67
|
+
post_install_message: |
|
68
|
+
`judoscale-rails` is deprecated! Please migrate to `rails-autoscale-web`.
|
69
|
+
See https://github.com/rails-autoscale/rails-autoscale-gems for the installation guide.
|
68
70
|
rdoc_options: []
|
69
71
|
require_paths:
|
70
72
|
- lib
|
@@ -82,6 +84,6 @@ requirements: []
|
|
82
84
|
rubygems_version: 3.2.32
|
83
85
|
signing_key:
|
84
86
|
specification_version: 4
|
85
|
-
summary: This gem
|
86
|
-
|
87
|
+
summary: This gem is deprecated. See https://github.com/rails-autoscale/rails-autoscale-gems
|
88
|
+
to integrate your Ruby on Rails app with the Judoscale Heroku add-on.
|
87
89
|
test_files: []
|