File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
2223CLOBBER . include (
@@ -27,7 +28,7 @@ CLOBBER.include(
2728task '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"
3132end
3233
3334task 'gem:windows:release' do
Original file line number Diff line number Diff line change 11Gem ::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
You can’t perform that action at this time.
0 commit comments