Skip to content

Commit

Permalink
Version bump to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 21, 2014
1 parent a5b7bfb commit 58f056b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Expand Up @@ -61,3 +61,8 @@
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]

3.1.6 Feb 21 2014
- Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some
bugs. It felt wrong to have that at a higher version than the real gem, so
the real gem is getting bumped to 3.1.6.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bcrypt (3.1.3)
bcrypt (3.1.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion bcrypt.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
s.version = '3.1.3'
s.version = '3.1.6'

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

0 comments on commit 58f056b

Please sign in to comment.