Skip to content

Commit

Permalink
3.1.12 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed May 16, 2018
1 parent c92c5a8 commit e8b906a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
3.1.11 Mar 06 2016
- Add support for Ruby 2.2 in compiled Windows binaries

3.1.12 May 15 2018
3.1.12 May 16 2018
- Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
- Fix compatibility with libxcrypt [GH #164 by @besser82]
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bcrypt (3.1.12.rc1)
bcrypt (3.1.12)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion bcrypt.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
s.version = '3.1.12.rc1'
s.version = '3.1.12'

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

0 comments on commit e8b906a

Please sign in to comment.