Skip to content

Commit

Permalink
Version bump to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 21, 2014
1 parent d0cdb49 commit c53946e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
3.1.2 Aug 26 2013
- Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries
- Add support for 64-bit Windows

3.1.3 Feb 21 2014
- Add support for Ruby 2.1 in compiled Windows binaries
- Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik]
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.2)
bcrypt (3.1.3)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ re-hash those passwords. This vulnerability only affected the JRuby gem.
The bcrypt gem is available on the following ruby platforms:

* JRuby
* RubyInstaller 1.8, 1.9, and 2.0 builds on win32
* Any 1.8, 1.9, or 2.0 ruby on a BSD/OSX/Linux system with a compiler
* RubyInstaller 1.8, 1.9, 2.0, and 2.1 builds on win32
* Any 1.8, 1.9, 2.0, or 2.1 ruby on a BSD/OSX/Linux system with a compiler

## How to use `bcrypt()` in your Rails application

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.2'
s.version = '3.1.3'

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

0 comments on commit c53946e

Please sign in to comment.