rails-autoscale-web 1.5.4 → 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: ad906bad67f93aeaf3667b7315e6fbe041e62eebc09270397dfd9ad838e62c89
4
- data.tar.gz: 415a70cbb6b70a79360165aa938fd18d44b886975e6c12fd66a795296d34492a
3
+ metadata.gz: e18334b10124a4cb51b1cf36d051b698d9f9481fc7c97d76a12cc1f417ccdb5c
4
+ data.tar.gz: 3a235e26dc7b7cc4f3e9f667e150fd3a0a3ac96be8f9a479311ccb667b213d77
5
5
  SHA512:
6
- metadata.gz: 9ce283eb843a1246c0bc829adf1f501a31395ca4b51649895443897aff688fed5c06a12f3d52a3b716b18787c22b762b7a1519fa618efcefea516c29f5e42cac
7
- data.tar.gz: b166d233150b0cf587f0b2583ea09dbbbd29ae05148594602d81ba478f05dd168cfbcbce8e1b3487fb238d145b845450c89586785abd39210198f41b56b0d870
6
+ metadata.gz: 8e26dd30b2ee810e4df87657849444d5e9c2897d5566bca1a4fbf483ce60777e640729f4d3abb8e25f2f62a7c190e11192fda4e30ee4891d5d8d4b91a363f7a4
7
+ data.tar.gz: '07783889806b403bc06fbc96dbeed0aa61dcb89e4f716608d75c56291bfda9ffb8904f01fa819376a5351f2edf4e93893de2e5ccf2c27a4ea5bc8cfc4b4ea502'
data/Gemfile-rails-7-0 ADDED
@@ -0,0 +1,9 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec name: "judoscale-rails"
4
+
5
+ gem "judoscale-ruby", path: "../judoscale-ruby"
6
+ gem "railties", "~> 7.0"
7
+ gem "minitest"
8
+ gem "minitest-stub-const"
9
+ gem "rake"
@@ -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.5.4"
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.5.4
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-02-07 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.5.4
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.5.4
28
+ version: 1.7.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: railties
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -49,6 +49,7 @@ extra_rdoc_files: []
49
49
  files:
50
50
  - Gemfile
51
51
  - Gemfile-rails-6-1
52
+ - Gemfile-rails-7-0
52
53
  - Rakefile
53
54
  - judoscale-rails.gemspec
54
55
  - lib/judoscale-rails.rb
@@ -85,6 +86,5 @@ requirements: []
85
86
  rubygems_version: 3.4.10
86
87
  signing_key:
87
88
  specification_version: 4
88
- summary: This gem provides Ruby on Rails integration with the Judoscale autoscaling
89
- add-on for Heroku.
89
+ summary: Autoscaling for Ruby on Rails applications.
90
90
  test_files: []