E575 Merge pull request #290 from tenderlove/bump · bcrypt-ruby/bcrypt-ruby@82e6c4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 82e6c4c

Browse files
authored
Merge pull request #290 from tenderlove/bump
bump version
2 parents da89a83 + 4b1fc73 commit 82e6c4c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.21 Dec 31 2025
2+
- Use constant time comparisons
3+
- Mark as Ractor safe
4+
15
3.1.20 Nov 17 2023
26
- Limit packaged files -- decrease gem filesize by ~28% [GH #272 by @pusewicz]
37

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ require 'rake/javaextensiontask'
55
require 'rake/clean'
66
require 'rdoc/task'
77
require 'benchmark'
8+
require "bundler"
9+
Bundler::GemHelper.install_tasks
810

911
CLEAN.include(
1012
"tmp",

bcrypt.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'
3-
s.version = '3.1.20'
3+
s.version = '3.1.21'
44

55
s.summary = "OpenBSD's bcrypt() password hashing algorithm."
66
s.description = <<-EOF

0 commit comments

Comments
 (0)
0