Skip to content

Commit 73a256a

Browse files
committed
Set up rbs_collection.yaml and add a TypeProf-generated prototype rbs
1 parent 328bba1 commit 73a256a

File tree

3 files changed

+590
-0
lines changed

3 files changed

+590
-0
lines changed

rbs_collection.lock.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
sources:
3+
- type: git
4+
name: ruby/gem_rbs_collection
5+
revision: d0d7aeed98fa74427b30b336fc402ea86d526f35
6+
remote: https://github.com/ruby/gem_rbs_collection.git
7+
repo_dir: gems
8+
path: ".gem_rbs_collection"
9+
gems:
10+
- name: erb
11+
version: '0'
12+
source:
13+
type: stdlib
14+
- name: stackprof
15+
version: '0.2'
16+
source:
17+
type: git
18+
name: ruby/gem_rbs_collection
19+
revision: d0d7aeed98fa74427b30b336fc402ea86d526f35
20+
remote: https://github.com/ruby/gem_rbs_collection.git
21+
repo_dir: gems
22+
- name: strscan
23+
version: '0'
24+
source:
25+
type: stdlib
26+
gemfile_lock_path: Gemfile.lock

rbs_collection.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
# Skip loading rbs gem's RBS.
18+
# It's unnecessary if you don't use rbs as a library.
19+
- name: rbs
20+
ignore: true
21+
- name: strscan
22+
- name: erb

0 commit comments

Comments
 (0)