Skip to content

Commit

Permalink
Merge pull request #285 from kpumuk/release-2.20.0
Browse files Browse the repository at this point in the history
Preparing release 2.20.0
  • Loading branch information
kpumuk authored Dec 26, 2023
2 parents 6f40531 + e0ba355 commit c538420
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.20.0 (Development)
## 2.20.0 (December 26, 2023)

Features:

Expand All @@ -10,9 +10,6 @@ Features:
Changes:

- Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))

Changes:

- Ruby on Rails < 6.0 is no longer supported.

## 2.19.0 (October 5, 2023) [](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GIT
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

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

module MetaTags
# Gem version.
VERSION = "2.19.0"
VERSION = "2.20.0"
public_constant :VERSION
end
2 changes: 1 addition & 1 deletion meta-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = ">= 2.7.0"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(\.|(bin|test|spec|features)/)}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(\.|Gemfile|Appraisals|Steepfile|(bin|spec|gemfiles)/)}) }
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit c538420

Please sign in to comment.