From 8abebcae0a4c7686bb0e7d798c500fedf3085bfb Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 28 Dec 2023 09:58:06 +0800 Subject: [PATCH] Release gem use 2.9.1-rc2 --- .github/workflows/release-crate-gem.yml | 2 +- autocorrect-rb/autocorrect-rb.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-crate-gem.yml b/.github/workflows/release-crate-gem.yml index b323eb0..aa277cb 100644 --- a/.github/workflows/release-crate-gem.yml +++ b/.github/workflows/release-crate-gem.yml @@ -49,7 +49,7 @@ jobs: with: platform: ${{ matrix.ruby-platform }} directory: ./ - ruby-versions: '3.3, 3.2, 3.1' # optional + ruby-versions: '3.3.0-rc1, 3.2, 3.1' # optional setup: cd autocorrect-rb/ && bundle install build_source: diff --git a/autocorrect-rb/autocorrect-rb.gemspec b/autocorrect-rb/autocorrect-rb.gemspec index e21f530..1402429 100644 --- a/autocorrect-rb/autocorrect-rb.gemspec +++ b/autocorrect-rb/autocorrect-rb.gemspec @@ -2,7 +2,7 @@ $:.push File.expand_path("lib", __dir__) Gem::Specification.new do |s| s.name = "autocorrect-rb" - s.version = "2.9.1" + s.version = "2.9.1-rc1" s.platform = Gem::Platform::RUBY s.authors = ["Jason Lee"] s.email = ["huacnlee@gmail.com"]