judoscale-rails 1.6.0 → 1.7.0

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: 221722441ed66d03737a6bbe0820be91516f0b76719e63107852dcf6d206a6bf
4
- data.tar.gz: c2dc50895d8baba76c6dba0221ea875d01788846a27a6980124d642e8bec20a2
3
+ metadata.gz: aa3bba8ae93fda5a031b700dd4107b34142aad17d30592ab7dc4ace5211f9ea4
4
+ data.tar.gz: dc6b8d6830a43b1f783ffd82fee11d6644b4ef516f83f2731965c4812558f3b6
5
5
  SHA512:
6
- metadata.gz: 240a914432b6e4429947b9f9d00ae014455abb83731a6e1cb3a06330cafb841a38ed69d3fbbbb62cc2c3c4e3a6ab7d563321e5fa3026d80f0a9754d3927f0a8b
7
- data.tar.gz: 82848f5ad01eec2427585da1203eaa544c23721429d31f98adff8c0efd7a7f43f8408cab7504ee0b5b5a8c1c0081c37d0aeb4ae6d943d8a34127eef3c189e3c1
6
+ metadata.gz: f5f837604a61862fce6a1f8fe3ebdce7250a30700238ce9d98a341927f3357eb781ebc0e8d0a1026c2bb121721b87deb3282baac89b0754ebfd722358a0850d9
7
+ data.tar.gz: d515f1315544893e2fa746cccb1524d5988bb9309a7089a591ff866551529346ec2d18056fa27b3dc5f253f406a84a7f17a44980a5657d6fff9e90cd8347e05b
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides Ruby on Rails integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Ruby on Rails 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 Rails
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", "Carlos Antonio da Silva", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides Ruby on Rails integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Ruby on Rails 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-rails
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
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-04-26 00:00:00.000000000 Z
13
+ date: 2024-05-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: judoscale-ruby
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.6.0
21
+ version: 1.7.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 1.6.0
28
+ version: 1.7.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: railties
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -86,6 +86,5 @@ requirements: []
86
86
  rubygems_version: 3.4.10
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: This gem provides Ruby on Rails integration with the Judoscale autoscaling
90
- add-on for Heroku.
89
+ summary: Autoscaling for Ruby on Rails applications.
91
90
  test_files: []