File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ CLEAN.include(
17
17
"lib/2.5" ,
18
18
"lib/2.6" ,
19
19
"lib/2.7" ,
20
+ "lib/3.0" ,
20
21
"lib/bcrypt_pbkdf_ext.so"
21
22
)
22
23
CLOBBER . include (
@@ -27,7 +28,7 @@ CLOBBER.include(
27
28
task 'gem:windows' do
28
29
require 'rake_compiler_dock'
29
30
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"
31
32
end
32
33
33
34
task 'gem:windows:release' do
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'bcrypt_pbkdf'
3
- s . version = '1.1.0.rc1 '
3
+ s . version = '1.1.0.rc2 '
4
4
5
5
s . summary = "OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)"
6
6
s . description = <<-EOF
You can’t perform that action at this time.
0 commit comments