Skip to content

Commit

Permalink
Release gem to support linux-musl, bump 3.1.4.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 11, 2023
1 parent ee167b5 commit 9f6faec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
fail-fast: false
matrix:
ruby-platform:
- "arm64-darwin"
- "x86_64-darwin"
- "x86_64-linux"
- "aarch64-linux"
- arm64-darwin
- x86_64-darwin
- x86_64-linux
- aarch64-linux
- x86_64-linux-musl
steps:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CROSS_PLATFORMS = %w[
x64-mingw32
x86_64-darwin
x86_64-linux
x86_64-linux-musl
]

spec = Bundler.load_gemspec("rucaptcha.gemspec")
Expand Down
2 changes: 1 addition & 1 deletion lib/rucaptcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RuCaptcha
VERSION = "3.1.3"
VERSION = "3.1.4.pre"
end

0 comments on commit 9f6faec

Please sign in to comment.