Skip to content

Commit

Permalink
Version bump to 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Mar 6, 2016
1 parent 05e408b commit fbbece5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -79,3 +79,6 @@

3.1.10 Jan 28 2015
- Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]

3.1.11 Mar 06 2016
- Add support for Ruby 2.2 in compiled Windows binaries
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bcrypt (3.1.10)
bcrypt (3.1.11)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -41,4 +41,4 @@ DEPENDENCIES
rspec (>= 3)

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion bcrypt.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
s.version = '3.1.10'
s.version = '3.1.11'

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

0 comments on commit fbbece5

Please sign in to comment.