This commit is contained in:
2026-02-01 03:14:30 -08:00
commit b55ef0245a
10 changed files with 610 additions and 0 deletions

19
rbs_collection.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Download sources
sources:
- type: git
name: ruby/gem_rbs_collection
remote: https://github.com/ruby/gem_rbs_collection.git
revision: main
repo_dir: gems
# You can specify local directories as sources also.
# - type: local
# path: path/to/your/local/repository
# A directory to install the downloaded RBSs
path: .gem_rbs_collection
# gems:
# # If you want to avoid installing rbs files for gems, you can specify them here.
# - name: GEM_NAME
# ignore: true