Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RBS updates #34

Merged
merged 5 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .gems/colorize/1.1/.rbs_meta.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .gems/colorize/1.1/colorize.rbs

This file was deleted.

9 changes: 0 additions & 9 deletions .gems/sequel/5.72/.rbs_meta.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .gems/sequel/5.72/sequel.rbs

This file was deleted.

9 changes: 0 additions & 9 deletions .gems/zeitwerk/2.6/.rbs_meta.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/doc/
/pkg/
/tmp/
/.gems/
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ source "https://rubygems.org"

gemspec

gem "fileutils"
gem "forwardable"
gem "pathname"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "rubocop-rspec", "~> 2.23"
gem "steep", "~> 1.5"
gem "yaml"
gem "zirconia", "~> 0.1"
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
cgi (>= 0.3.3)
ffi (1.15.5)
fileutils (1.7.1)
forwardable (1.3.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
Expand All @@ -41,6 +42,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pathname (0.2.1)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -112,6 +114,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
yaml (0.2.1)
zeitwerk (2.6.11)
zirconia (0.1.2)

Expand All @@ -120,12 +123,16 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
fileutils
forwardable
kangaru!
pathname
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-rspec (~> 2.23)
steep (~> 1.5)
yaml
zirconia (~> 0.1)

BUNDLED WITH
Expand Down
10 changes: 5 additions & 5 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
sources:
- type: git
name: apexatoll/gem_signatures
revision: a6ee8a6175d4672e16cd149d88217aacf4f8dea1
revision: 8eb0b43b978c3d9a00b6af015a4cb8e3cf5b1fd3
remote: https://github.com/apexatoll/gem_signatures
repo_dir: sig
- type: git
name: ruby/gem_rbs_collection
revision: 3e93a59bd5da185b68187991630ac9a54a2468a7
revision: 2de2d4535caba275f3b8533684aab110d921f553
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
path: ".gems"
Expand All @@ -25,7 +25,7 @@ gems:
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
revision: 8eb0b43b978c3d9a00b6af015a4cb8e3cf5b1fd3
remote: https://github.com/apexatoll/gem_signatures
repo_dir: sig
- name: dbm
Expand Down Expand Up @@ -57,7 +57,7 @@ gems:
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
revision: 8eb0b43b978c3d9a00b6af015a4cb8e3cf5b1fd3
remote: https://github.com/apexatoll/gem_signatures
repo_dir: sig
- name: tempfile
Expand All @@ -73,7 +73,7 @@ gems:
source:
type: git
name: apexatoll/gem_signatures
revision: 1094d5a2ee9a07f3fbf6880980eaa099fb655ba9
revision: 8eb0b43b978c3d9a00b6af015a4cb8e3cf5b1fd3
remote: https://github.com/apexatoll/gem_signatures
repo_dir: sig
- name: zirconia
Expand Down
5 changes: 0 additions & 5 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ gems:
ignore: true
- name: steep
ignore: true

- name: fileutils
- name: forwardable
- name: pathname
- name: yaml
5 changes: 0 additions & 5 deletions sig/zeitwerk/loader.rbs

This file was deleted.