Skip to content

Commit

Permalink
Delegate gem signatures to rbs collection
Browse files Browse the repository at this point in the history
  • Loading branch information
apexatoll committed Oct 26, 2023
1 parent 0b1dc13 commit e15aa3f
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/doc/
/pkg/
/tmp/
/.gem_rbs_collection
/.gems/
57 changes: 55 additions & 2 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
sources:
- type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: https://github.com/apexatoll/gem_signatures.git
repo_dir: sig
- type: git
name: ruby/gem_rbs_collection
revision: 267dd270bb5aabcc1e21c87f44360f0680a8501c
revision: 3e93a59bd5da185b68187991630ac9a54a2468a7
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
path: ".gem_rbs_collection"
path: ".gems"
gems:
- name: bigdecimal
version: '0'
Expand All @@ -15,12 +20,60 @@ gems:
version: '0'
source:
type: stdlib
- name: colorize
version: '1.1'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: https://github.com/apexatoll/gem_signatures.git
repo_dir: sig
- name: dbm
version: '0'
source:
type: stdlib
- name: erb
version: '0'
source:
type: stdlib
- name: forwardable
version: '0'
source:
type: stdlib
- name: pathname
version: '0'
source:
type: stdlib
- name: pstore
version: '0'
source:
type: stdlib
- name: sequel
version: '5.72'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: https://github.com/apexatoll/gem_signatures.git
repo_dir: sig
- name: tempfile
version: '0'
source:
type: stdlib
- name: yaml
version: '0'
source:
type: stdlib
- name: zeitwerk
version: '2.6'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: https://github.com/apexatoll/gem_signatures.git
repo_dir: sig
- name: zirconia
version: 0.1.0
source:
type: rubygems
gemfile_lock_path: Gemfile.lock
8 changes: 6 additions & 2 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sources:

- type: git
name: apexatoll/gem_signatures
remote: git@github.com:apexatoll/gem_signatures
remote: https://github.com/apexatoll/gem_signatures.git
revision: main
repo_dir: sig

path: .gem_rbs_collection
path: .gems

gems:
- name: rake
Expand All @@ -22,3 +22,7 @@ gems:
ignore: true
- name: steep
ignore: true

- name: forwardable
- name: pathname
- name: yaml
32 changes: 0 additions & 32 deletions sig/colorize.rbs

This file was deleted.

3 changes: 0 additions & 3 deletions sig/forwardable.rbs

This file was deleted.

17 changes: 0 additions & 17 deletions sig/pathname.rbs

This file was deleted.

5 changes: 0 additions & 5 deletions sig/sequel.rbs

This file was deleted.

5 changes: 0 additions & 5 deletions sig/sequel/database.rbs

This file was deleted.

5 changes: 0 additions & 5 deletions sig/sequel/migrator.rbs

This file was deleted.

4 changes: 0 additions & 4 deletions sig/yaml.rbs

This file was deleted.

7 changes: 0 additions & 7 deletions sig/zeitwerk/gem_inflector.rbs

This file was deleted.

13 changes: 0 additions & 13 deletions sig/zeitwerk/loader.rbs

This file was deleted.

0 comments on commit e15aa3f

Please sign in to comment.