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 5636102
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 29 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: https://github.com/apexatoll/gem_signatures.git
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: https://github.com/apexatoll/gem_signatures.git
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: https://github.com/apexatoll/gem_signatures.git
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
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
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
10 changes: 8 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
revision: main
repo_dir: sig

path: .gem_rbs_collection
path: .gems

gems:
- name: rake
Expand All @@ -22,3 +22,9 @@ gems:
ignore: true
- name: steep
ignore: true
- name: rbs
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 5636102

Please sign in to comment.