[DOC] Comments about fields in bundled_gems file

This commit is contained in:
Nobuyoshi Nakada 2023-01-10 17:34:56 +09:00
parent a43f1d90c2
commit 6053624a83
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1,4 +1,11 @@
# gem-name version-to-bundle repository-url [optional-commit-hash-to-test-or-defaults-to-v-version]
# gem-name version repository-url [revision]
#
# - gem-name: gem name to bundle
# - version: released version to bundle
# - repository-url: URL from where clone for test
# - revision: revision in repository-url to test
# if `revision` is not given, "v"+`version` or `version` will be used.
minitest 5.17.0 https://github.com/seattlerb/minitest
power_assert 2.0.3 https://github.com/ruby/power_assert
rake 13.0.6 https://github.com/ruby/rake