rails-autoscale-web 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: e246d7f8d9f0fce521200ff153e3ec93b7ffc3fd522dca16bfd0c2cdeca7fb65
4
- data.tar.gz: 50f9e03a26ddc770139674cf746856bcbc443a7818a0f752b96dc3db68ed705a
3
+ metadata.gz: e18334b10124a4cb51b1cf36d051b698d9f9481fc7c97d76a12cc1f417ccdb5c
4
+ data.tar.gz: 3a235e26dc7b7cc4f3e9f667e150fd3a0a3ac96be8f9a479311ccb667b213d77
5
5
  SHA512:
6
- metadata.gz: f14d0e787f4f71a8640d06ad2b06b7420e799a0734e78e4220135334e1186759006fe179cf84b25d5082bd1b8b020b651bf99c7e428ee0feb10c1dd195620a7d
7
- data.tar.gz: 6aac3b6908968758da34ee693da1f96143b975e50a1b6b3ac1c8751a7ef4dad4d7ec3935d28734b31d859b63ff71badef093ebd1fc2ce00ba65373ede763e69f
6
+ metadata.gz: 8e26dd30b2ee810e4df87657849444d5e9c2897d5566bca1a4fbf483ce60777e640729f4d3abb8e25f2f62a7c190e11192fda4e30ee4891d5d8d4b91a363f7a4
7
+ data.tar.gz: '07783889806b403bc06fbc96dbeed0aa61dcb89e4f716608d75c56291bfda9ffb8904f01fa819376a5351f2edf4e93893de2e5ccf2c27a4ea5bc8cfc4b4ea502'
@@ -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: rails-autoscale-web
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: rails-autoscale-core
@@ -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: []