[DOC] Comments about fields in bundled_gems file

This commit is contained in:
Nobuyoshi Nakada 2023-01-10 17:34:56 +09:00
Родитель a43f1d90c2
Коммит 6053624a83
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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