Skip to content

Commit aa64d72

Browse files
committed
rc2 with 3.0
1 parent 4cf47f5 commit aa64d72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CLEAN.include(
1717
"lib/2.5",
1818
"lib/2.6",
1919
"lib/2.7",
20+
"lib/3.0",
2021
"lib/bcrypt_pbkdf_ext.so"
2122
)
2223
CLOBBER.include(
@@ -27,7 +28,7 @@ CLOBBER.include(
2728
task 'gem:windows' do
2829
require 'rake_compiler_dock'
2930
sh "bundle package" # Avoid repeated downloads of gems by using gem files from the host.
30-
RakeCompilerDock.sh "bundle && rake cross native gem RUBY_CC_VERSION=2.7.0:2.6.0:2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0"
31+
RakeCompilerDock.sh "bundle && rake cross native gem RUBY_CC_VERSION=3.0.0:2.7.0:2.6.0:2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0"
3132
end
3233

3334
task 'gem:windows:release' do

bcrypt_pbkdf.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'bcrypt_pbkdf'
3-
s.version = '1.1.0.rc1'
3+
s.version = '1.1.0.rc2'
44

55
s.summary = "OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)"
66
s.description = <<-EOF

0 commit comments

Comments
 (0)