mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
52 lines
2.4 KiB
Plaintext
52 lines
2.4 KiB
Plaintext
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/.codeclimate.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/.github/
|
|
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
|
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/ci.yaml
|
|
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
|
${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/.rubocop_cc.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/.rubocop_local.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/.whitesource
|
|
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
|
${GEM_LIB}/gems/${DISTNAME}/FAQ.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
|
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/a_basic_example.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/alt_names.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/banners1.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/banners2.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/banners3.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/boolean.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/constraints.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/didyoumean.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/medium_example.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/partialmatch.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/permitted.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/examples/types_custom.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/optimist.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/optimist.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/renovate.json
|
|
${GEM_LIB}/gems/${DISTNAME}/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/alt_names_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/command_line_error_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/help_needed_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_constraint_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_educate_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_opt_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_parse_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_permitted_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist/version_needed_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/optimist_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/support/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/support/assert_helpers.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|