rails-autoscale-web 1.3.1 → 1.4.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: 670b2ae08b9ecac6177266ab3e4919e370749b32aea100c3c56d59c09857be57
4
- data.tar.gz: 5c283b6b0239dfa92c4219d152f9c0780e354bf60c2a910b08c5adfc863de602
3
+ metadata.gz: 4011820e5a827ee2d0dd2174813740413b998bc5b3e34192d3d019079db65a4c
4
+ data.tar.gz: 914dc0f6d5453ed6232422a85d04de060a8f3e2cc40e024c5d45c47f9ce1ec3d
5
5
  SHA512:
6
- metadata.gz: d5be720da6642512d9dc72a7f85e9bd63b9cb6e8fc3a17dd3660bfa75d9107901bb14905aa5f9f00ee6c5ce2b3dc2c3780d16d3d3132a2e8306d1789481f48d7
7
- data.tar.gz: 20d189420547bc77cf746ec9656dddbcaa6333f5fccbaaaaaf0291395db1d0e2d4aed395ab99fa3e40d5e822d9468b55c26d12bb31561a063a446ad6b539f850
6
+ metadata.gz: d6b46fb1cf437e3095493d260be5289b4f6a75db912d22e5abc6f1fa087871502fadfdf755502e7c409df778d2eb4589fc5a3d97c32dcab6d1042b7ece02c3c4
7
+ data.tar.gz: 6b3d90ef2a0f69bb0580cd216b48fcd4c820f1eb514f12472f021049672a9968cf33af3897c92fd10c3842e0011f2ed93dab9f8ce509fa4bc73db01b5492b362
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.3.1)
4
+ judoscale-ruby (1.4.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-rails (1.3.1)
10
- judoscale-ruby (= 1.3.1)
9
+ judoscale-rails (1.4.0)
10
+ judoscale-ruby (= 1.4.0)
11
11
  railties
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionpack (7.0.4.2)
17
- actionview (= 7.0.4.2)
18
- activesupport (= 7.0.4.2)
16
+ actionpack (7.0.4.3)
17
+ actionview (= 7.0.4.3)
18
+ activesupport (= 7.0.4.3)
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.2)
24
- activesupport (= 7.0.4.2)
23
+ actionview (7.0.4.3)
24
+ activesupport (= 7.0.4.3)
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.2)
29
+ activesupport (7.0.4.3)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 1.6, < 2)
32
32
  minitest (>= 5.1)
@@ -43,29 +43,29 @@ GEM
43
43
  io-console (0.6.0)
44
44
  irb (1.6.2)
45
45
  reline (>= 0.3.0)
46
- loofah (2.19.1)
46
+ loofah (2.20.0)
47
47
  crass (~> 1.0.2)
48
48
  nokogiri (>= 1.5.9)
49
49
  method_source (1.0.0)
50
50
  minitest (5.17.0)
51
- nokogiri (1.14.2-arm64-darwin)
51
+ nokogiri (1.14.3-arm64-darwin)
52
52
  racc (~> 1.4)
53
- nokogiri (1.14.2-x86_64-darwin)
53
+ nokogiri (1.14.3-x86_64-darwin)
54
54
  racc (~> 1.4)
55
- nokogiri (1.14.2-x86_64-linux)
55
+ nokogiri (1.14.3-x86_64-linux)
56
56
  racc (~> 1.4)
57
57
  racc (1.6.2)
58
- rack (2.2.6.3)
59
- rack-test (2.0.2)
58
+ rack (2.2.6.4)
59
+ rack-test (2.1.0)
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
64
  rails-html-sanitizer (1.5.0)
65
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)
66
+ railties (7.0.4.3)
67
+ actionpack (= 7.0.4.3)
68
+ activesupport (= 7.0.4.3)
69
69
  method_source
70
70
  rake (>= 12.2)
71
71
  thor (~> 1.0)
@@ -5,8 +5,8 @@ require "judoscale/rails/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "judoscale-rails"
7
7
  spec.version = Judoscale::Rails::VERSION
8
- spec.authors = ["Adam McCrea", "Carlos Antonio da Silva"]
9
- spec.email = ["adam@adamlogic.com"]
8
+ spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
+ spec.email = ["hello@judoscale.com"]
10
10
 
11
11
  spec.summary = "This gem provides Ruby on Rails integration with the Judoscale autoscaling add-on for Heroku."
12
12
  spec.homepage = "https://judoscale.com"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module Rails
5
- VERSION = "1.3.1"
5
+ VERSION = "1.4.0"
6
6
  end
7
7
  end
@@ -5,8 +5,8 @@ require "judoscale/rails/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "rails-autoscale-web"
7
7
  spec.version = Judoscale::Rails::VERSION
8
- spec.authors = ["Adam McCrea", "Carlos Antonio da Silva"]
9
- spec.email = ["adam@adamlogic.com"]
8
+ spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
+ spec.email = ["hello@judoscale.com"]
10
10
 
11
11
  spec.summary = "This gem provides Ruby on Rails integration with the Judoscale autoscaling add-on for Heroku."
12
12
  spec.homepage = "https://judoscale.com"
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
8
8
  - Carlos Antonio da Silva
9
+ - Jon Sullivan
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2023-03-11 00:00:00.000000000 Z
13
+ date: 2023-04-21 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rails-autoscale-core
@@ -17,14 +18,14 @@ dependencies:
17
18
  requirements:
18
19
  - - '='
19
20
  - !ruby/object:Gem::Version
20
- version: 1.3.1
21
+ version: 1.4.0
21
22
  type: :runtime
22
23
  prerelease: false
23
24
  version_requirements: !ruby/object:Gem::Requirement
24
25
  requirements:
25
26
  - - '='
26
27
  - !ruby/object:Gem::Version
27
- version: 1.3.1
28
+ version: 1.4.0
28
29
  - !ruby/object:Gem::Dependency
29
30
  name: railties
30
31
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +42,7 @@ dependencies:
41
42
  version: '0'
42
43
  description:
43
44
  email:
44
- - adam@adamlogic.com
45
+ - hello@judoscale.com
45
46
  executables: []
46
47
  extensions: []
47
48
  extra_rdoc_files: []