Skip to content

Commit

Permalink
chore(main): release 1.2.3 (#91)
Browse files Browse the repository at this point in the history
* chore(main): release 1.2.3

* sync versions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <adam@adamlogic.com>
  • Loading branch information
github-actions[bot] and adamlogic committed Nov 26, 2022
1 parent 64c5b69 commit dfe0144
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -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.2.3](https://github.com/judoscale/judoscale-ruby/compare/v1.2.2...v1.2.3) (2022-11-26)


### Bug Fixes

* Add default required files when using rails-autoscale-* gems ([#90](https://github.com/judoscale/judoscale-ruby/issues/90)) ([64c5b69](https://github.com/judoscale/judoscale-ruby/commit/64c5b69bf914370fca9c46135caa32b96a6bd49c))

## [1.2.2](https://github.com/judoscale/judoscale-ruby/compare/v1.2.1...v1.2.2) (2022-11-26)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-delayed_job (1.2.2)
judoscale-delayed_job (1.2.3)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.2.2)
judoscale-ruby (= 1.2.3)

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

module Judoscale
module DelayedJob
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-que (1.2.2)
judoscale-ruby (= 1.2.2)
judoscale-que (1.2.3)
judoscale-ruby (= 1.2.3)
que (>= 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-rack (1.2.2)
judoscale-ruby (= 1.2.2)
judoscale-rack (1.2.3)
judoscale-ruby (= 1.2.3)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end
6 changes: 3 additions & 3 deletions judoscale-rails/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-rails (1.2.2)
judoscale-ruby (= 1.2.2)
judoscale-rails (1.2.3)
judoscale-ruby (= 1.2.3)
railties

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-resque (1.2.2)
judoscale-ruby (= 1.2.2)
judoscale-resque (1.2.3)
judoscale-ruby (= 1.2.3)
resque (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

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

module Judoscale
VERSION = "1.2.2"
VERSION = "1.2.3"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.2)
judoscale-ruby (1.2.3)

PATH
remote: .
specs:
judoscale-sidekiq (1.2.2)
judoscale-ruby (= 1.2.2)
judoscale-sidekiq (1.2.3)
judoscale-ruby (= 1.2.3)
sidekiq (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end

0 comments on commit dfe0144

Please sign in to comment.