mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
${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}/CHANGELOG
|
|
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
|
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
|
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/bcrypt.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt/
|
|
${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
|
|
@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
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/password_spec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|