judoscale-rack 1.6.0 → 1.7.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: 25c4d31304eec7f736dae3e7e1d393987d03b4ab013e02d24f91da85742730be
4
- data.tar.gz: 3ae61c7c07765d49b70811c85eae89fe5be70f63943774cfc1a5bc098a7aa812
3
+ metadata.gz: da734ff010c6a61c76ccca4b335f59666676bd020d4b9c66a9a35e36c0f04954
4
+ data.tar.gz: 503e7077e426a012f15037f8e67acf8082b63674da23556fabf6249bf4bd0114
5
5
  SHA512:
6
- metadata.gz: dce1735d28585fd90c5c6676574232053ecc3b5c4eff7b968d99031e60836746272a808cf88356833dc9f9ae03a342f55f812867cbf0f354dbcab7f2697f9d13
7
- data.tar.gz: 8a10532cf7302eb0f4726f09f0db2a0aace632bfd2560bc19cadbe3c19f92beeedbf7ba2012a99c9ff2ab498f4cf15c60f27d78918f7877a2e6102e76f1751e6
6
+ metadata.gz: b70e6c7a255a117a5b23a8bf98c80062ed2b009671ba516ec831df68d295f037922e02562f7cba84667fa65267d0e366fe13fd648ba5a34121313a147eaccbfc
7
+ data.tar.gz: f0f30412b273bdbaac2be77eee3db4c523b000d7ec93fb9c50b5a64cda975d4ecaad7876402efcbf202c2eca11e0b38e1aa0c6857ab28a9a688863f50f7bd4d3
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam McCrea", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides Rack app integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Rack applications."
12
12
  spec.homepage = "https://judoscale.com"
13
13
  spec.license = "MIT"
14
14
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module Rack
5
- VERSION = "1.6.0"
5
+ VERSION = "1.7.0"
6
6
  end
7
7
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam McCrea", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides Rack app integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Rack applications."
12
12
  spec.homepage = "https://judoscale.com"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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: 2024-04-26 00:00:00.000000000 Z
12
+ date: 2024-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: judoscale-ruby
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 1.6.0
20
+ version: 1.7.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.6.0
27
+ version: 1.7.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rack
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +81,5 @@ requirements: []
81
81
  rubygems_version: 3.4.10
82
82
  signing_key:
83
83
  specification_version: 4
84
- summary: This gem provides Rack app integration with the Judoscale autoscaling add-on
85
- for Heroku.
84
+ summary: Autoscaling for Rack applications.
86
85
  test_files: []