Skip to content

Commit

Permalink
Merge pull request #424 from roryokane/update-bcrypt-gem-name
Browse files Browse the repository at this point in the history
Reference gem ‘bcrypt’ instead of its old name ‘bcrypt-ruby’
  • Loading branch information
tiegz committed Oct 8, 2014
2 parents c58f53d + ad2a970 commit e6ade8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authlogic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', '>= 3.2'
s.add_dependency 'request_store', '~> 1.0'
s.add_dependency 'scrypt', '~> 1.2'
s.add_development_dependency 'bcrypt-ruby', '~> 3.1'
s.add_development_dependency 'bcrypt', '~> 3.1'
s.add_development_dependency 'timecop', '~> 0.7'

s.files = `git ls-files`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/authlogic/crypto_providers/bcrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module CryptoProviders
#
# Decided BCrypt is for you? Just install the bcrypt gem:
#
# gem install bcrypt-ruby
# gem install bcrypt
#
# Tell acts_as_authentic to use it:
#
Expand Down

0 comments on commit e6ade8b

Please sign in to comment.