Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.3.1 #156

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1](https://github.com/judoscale/judoscale-ruby/compare/v1.3.0...v1.3.1) (2023-03-11)


### Bug Fixes

* Gracefully handle several types of transient TCP errors ([bbe4813](https://github.com/judoscale/judoscale-ruby/commit/bbe4813c083bf95ebe7a5a6dbb519f808ba2ab98))

## [1.3.0](https://github.com/judoscale/judoscale-ruby/compare/v1.2.3...v1.3.0) (2023-02-09)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-delayed_job (1.3.0)
judoscale-delayed_job (1.3.1)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.3.0)
judoscale-ruby (= 1.3.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
16 changes: 8 additions & 8 deletions judoscale-good_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-good_job (1.3.0)
judoscale-good_job (1.3.1)
good_job (>= 3.0)
judoscale-ruby (= 1.3.0)
judoscale-ruby (= 1.3.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
raabro (~> 1.4)
globalid (1.1.0)
activesupport (>= 5.0)
good_job (3.12.1)
good_job (3.14.0)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand All @@ -65,14 +65,14 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.1-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
Expand All @@ -94,7 +94,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-que (1.3.0)
judoscale-ruby (= 1.3.0)
judoscale-que (1.3.1)
judoscale-ruby (= 1.3.1)
que (>= 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-rack (1.3.0)
judoscale-ruby (= 1.3.0)
judoscale-rack (1.3.1)
judoscale-ruby (= 1.3.1)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
18 changes: 9 additions & 9 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-rails (1.3.0)
judoscale-ruby (= 1.3.0)
judoscale-rails (1.3.1)
judoscale-ruby (= 1.3.1)
railties

GEM
Expand All @@ -32,7 +32,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
builder (3.2.4)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
crass (1.0.6)
debug (1.7.1)
irb (>= 1.5.0)
Expand All @@ -48,14 +48,14 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.1-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
nokogiri (1.14.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
Expand All @@ -78,7 +78,7 @@ GEM
thor (1.2.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-20
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-resque (1.3.0)
judoscale-ruby (= 1.3.0)
judoscale-resque (1.3.1)
judoscale-ruby (= 1.3.1)
resque (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.3.0"
VERSION = "1.3.1"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.0)
judoscale-ruby (1.3.1)

PATH
remote: .
specs:
judoscale-sidekiq (1.3.0)
judoscale-ruby (= 1.3.0)
judoscale-sidekiq (1.3.1)
judoscale-ruby (= 1.3.1)
sidekiq (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end