Skip to content

Commit

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

* Update versions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <[email protected]>
  • Loading branch information
github-actions[bot] and adamlogic authored Nov 23, 2022
1 parent fbb2092 commit 4a48f45
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 20 deletions.
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.2.1](https://github.com/judoscale/rails-autoscale-gems/compare/v1.2.0...v1.2.1) (2022-11-23)


### Bug Fixes

* Fix gemspecs for dual-publishing ([#81](https://github.com/judoscale/rails-autoscale-gems/issues/81)) ([a557e26](https://github.com/judoscale/rails-autoscale-gems/commit/a557e26285c43133a38eb98d5c589e413223b30a) and [#83](https://github.com/judoscale/rails-autoscale-gems/issues/83)) ([fbb2092](https://github.com/judoscale/rails-autoscale-gems/commit/fbb2092b3a8936b7d3c995df3ffe2fb54e6c3e0d))

## [1.2.0](https://github.com/judoscale/rails-autoscale-gems/compare/v1.1.1...v1.2.0) (2022-11-23)


Expand Down
4 changes: 2 additions & 2 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-delayed_job (1.2.0)
judoscale-delayed_job (1.2.1)
delayed_job_active_record (>= 4.0)
judoscale-ruby

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.2.0"
VERSION = "1.2.1"
end
end
4 changes: 2 additions & 2 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-que (1.2.0)
judoscale-que (1.2.1)
judoscale-ruby
que (>= 1.0)

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.2.0"
VERSION = "1.2.1"
end
end
4 changes: 2 additions & 2 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-rack (1.2.0)
judoscale-rack (1.2.1)
judoscale-ruby
rack

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.2.0"
VERSION = "1.2.1"
end
end
4 changes: 2 additions & 2 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-rails (1.2.0)
judoscale-rails (1.2.1)
judoscale-ruby
railties

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 Web
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end
4 changes: 2 additions & 2 deletions judoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-resque (1.2.0)
judoscale-resque (1.2.1)
judoscale-ruby
resque (>= 2.0)

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.2.0"
VERSION = "1.2.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.2.0)
judoscale-ruby (1.2.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.2.0"
VERSION = "1.2.1"
end
4 changes: 2 additions & 2 deletions judoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.0)
judoscale-ruby (1.2.1)

PATH
remote: .
specs:
judoscale-sidekiq (1.2.0)
judoscale-sidekiq (1.2.1)
judoscale-ruby
sidekiq (>= 5.0)

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.2.0"
VERSION = "1.2.1"
end
end

0 comments on commit 4a48f45

Please sign in to comment.