Skip to content

Commit 32c8664

Browse files
committed
Add rbs_collection.yaml
1 parent cfc1e03 commit 32c8664

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

rbs_collection.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Download sources
2+
sources:
3+
- type: git
4+
name: ruby/gem_rbs_collection
5+
remote: https://github.com/ruby/gem_rbs_collection.git
6+
revision: main
7+
repo_dir: gems
8+
9+
# You can specify local directories as sources also.
10+
# - type: local
11+
# path: path/to/your/local/repository
12+
13+
# A directory to install the downloaded RBSs
14+
path: .gem_rbs_collection
15+
16+
gems:
17+
- name: rbs
18+
ignore: true
19+
- name: steep
20+
ignore: true
21+
- name: yard
22+
ignore: true
23+
- name: ruby_header_parser
24+
ignore: true

0 commit comments

Comments
 (0)