git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit c53946e846ea7b39fec519a6d2a9d9c27422f3d8

Version bump to 3.1.3

T.J. Schuck committed on 2/21/2014, 7:18:28 PM
Parent: d0cdb498d6654417c9c2bb94de852b9a04117bac

Files changed

CHANGELOGchanged
Gemfile.lockchanged
README.mdchanged
bcrypt.gemspecchanged
CHANGELOGView
@@ -56,4 +56,8 @@
5656
5757 3.1.2 Aug 26 2013
5858 - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries
5959 - Add support for 64-bit Windows
60+
61+3.1.3 Feb 21 2014
62+ - Add support for Ruby 2.1 in compiled Windows binaries
63+ - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik]
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt (3.1.2)
4+ bcrypt (3.1.3)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
README.mdView
@@ -29,10 +29,10 @@
2929
3030 The bcrypt gem is available on the following ruby platforms:
3131
3232 * JRuby
33-* RubyInstaller 1.8, 1.9, and 2.0 builds on win32
34-* Any 1.8, 1.9, or 2.0 ruby on a BSD/OSX/Linux system with a compiler
33+* RubyInstaller 1.8, 1.9, 2.0, and 2.1 builds on win32
34+* Any 1.8, 1.9, 2.0, or 2.1 ruby on a BSD/OSX/Linux system with a compiler
3535
3636 ## How to use `bcrypt()` in your Rails application
3737
3838 *Note*: Rails versions >= 3 ship with `ActiveModel::SecurePassword` which uses bcrypt-ruby.
bcrypt.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt'
3- s.version = '3.1.2'
3+ s.version = '3.1.3'
44
55 s.summary = "OpenBSD's bcrypt() password hashing algorithm."
66 s.description = <<-EOF
77 bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project

Built with git-ssb-web