pkgsrc/security/ruby-bcrypt/PLIST
taca 7bbd265391 security/ruby-bcrypt: update to 3.1.13
Update ruby-bcrypt to 3.1.13.
pkgsrc change: correct HOMEPAGE.


3.1.13 May 31 2019

  - No longer include compiled binaries for Windows. See GH #173.
  - Update C and Java implementations to latest versions [GH #182 by @fonica]
  - Bump default cost to 12 [GH #181 by @bdewater]
  - Remove explicit support for Rubies 1.8 and 1.9
  - Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12)
    [GH #189 by @adam12]
2020-03-24 15:48:52 +00:00

38 lines
1.3 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2020/03/24 15:48:52 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/bcrypt_ext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/bcrypt.gemspec
${GEM_LIBDIR}/ext/jruby/bcrypt_jruby/BCrypt.java
${GEM_LIBDIR}/ext/mri/bcrypt_ext.c
${GEM_LIBDIR}/ext/mri/crypt.c
${GEM_LIBDIR}/ext/mri/crypt.h
${GEM_LIBDIR}/ext/mri/crypt_blowfish.c
${GEM_LIBDIR}/ext/mri/crypt_blowfish.h
${GEM_LIBDIR}/ext/mri/crypt_gensalt.c
${GEM_LIBDIR}/ext/mri/crypt_gensalt.h
${GEM_LIBDIR}/ext/mri/extconf.rb
${GEM_LIBDIR}/ext/mri/ow-crypt.h
${GEM_LIBDIR}/ext/mri/wrapper.c
${GEM_LIBDIR}/ext/mri/x86.S
${GEM_LIBDIR}/lib/bcrypt.rb
${GEM_LIBDIR}/lib/bcrypt/engine.rb
${GEM_LIBDIR}/lib/bcrypt/error.rb
${GEM_LIBDIR}/lib/bcrypt/password.rb
${GEM_LIBDIR}/lib/bcrypt_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/spec/TestBCrypt.java
${GEM_LIBDIR}/spec/bcrypt/engine_spec.rb
${GEM_LIBDIR}/spec/bcrypt/error_spec.rb
${GEM_LIBDIR}/spec/bcrypt/password_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec