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 a92cf35 commit 55c846c
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 27 deletions.
9 changes: 9 additions & 0 deletions .gems/colorize/1.1/.rbs_meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: colorize
version: '1.1'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: [email protected]:apexatoll/gem_signatures
repo_dir: sig
File renamed without changes.
9 changes: 9 additions & 0 deletions .gems/sequel/5.72/.rbs_meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: sequel
version: '5.72'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: [email protected]:apexatoll/gem_signatures
repo_dir: sig
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions .gems/zeitwerk/2.6/.rbs_meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: zeitwerk
version: '2.6'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: [email protected]:apexatoll/gem_signatures
repo_dir: sig
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/doc/
/pkg/
/tmp/
/.gem_rbs_collection
39 changes: 38 additions & 1 deletion 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: [email protected]:apexatoll/gem_signatures
repo_dir: sig
- type: git
name: ruby/gem_rbs_collection
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,10 +20,42 @@ gems:
version: '0'
source:
type: stdlib
- name: colorize
version: '1.1'
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
remote: [email protected]:apexatoll/gem_signatures
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: [email protected]:apexatoll/gem_signatures
repo_dir: sig
- name: tempfile
version: '0'
source:
Expand Down
6 changes: 5 additions & 1 deletion rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
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
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.

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

This file was deleted.

0 comments on commit 55c846c

Please sign in to comment.