Update to bcrypt gem 3.1.18

This commit is contained in:
jeremy 2022-05-25 20:02:45 +00:00
parent 6d5cc0378e
commit 6f0652dda0
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
COMMENT = Ruby binding for the bcrypt() password hashing algorithm
VERSION = 3.1.13
VERSION = 3.1.18
DISTNAME = bcrypt-${VERSION}
CATEGORIES = security

View File

@ -1,2 +1,2 @@
SHA256 (bcrypt-3.1.13.gem) = l2oa/CsQ54y4AX/7dlgzYahn701g1liFWMCOJ0uoICo=
SIZE (bcrypt-3.1.13.gem) = 54272
SHA256 (bcrypt-3.1.18.gem) = FU3gsLCJ5W1ZgMUDethfyVVM+/SZZThnPB3bybYbHxE=
SIZE (bcrypt-3.1.18.gem) = 55808

View File

@ -1,12 +1,13 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/ruby.yml
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bcrypt.gemspec
@ -16,8 +17,9 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt/engine.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt/password.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_ext.so
@so ${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_ext.so
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/TestBCrypt.java
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/engine_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/error_spec.rb