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

Removed Prime signature and tests #1355

Merged
merged 1 commit into from
Jun 16, 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
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gem "goodcheck"
gem "dbm"
gem 'digest'
gem 'tempfile'
gem "prime"
gem "rdoc", "~> 6.4.0"

# Test gems
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ GEM
dbm (1.1.0)
diff-lcs (1.5.0)
digest (3.1.1)
forwardable (1.3.2)
goodcheck (3.1.0)
marcel (>= 1.0, < 2.0)
psych (>= 3.1, < 5.0)
Expand All @@ -35,9 +34,6 @@ GEM
racc
power_assert (2.0.3)
prettier_print (1.2.1)
prime (0.1.2)
forwardable
singleton
psych (4.0.6)
stringio
public_suffix (5.0.1)
Expand Down Expand Up @@ -82,7 +78,6 @@ GEM
sorbet-runtime
syntax_tree (>= 6.1.1, < 7)
ruby-progressbar (1.13.0)
singleton (0.1.1)
sorbet-runtime (0.5.10827)
stackprof (0.2.25)
stringio (3.0.7)
Expand All @@ -105,7 +100,6 @@ DEPENDENCIES
json
json-schema
minitest
prime
rake
rake-compiler
rbs!
Expand Down
41 changes: 0 additions & 41 deletions stdlib/prime/0/integer-extension.rbs

This file was deleted.

2 changes: 0 additions & 2 deletions stdlib/prime/0/manifest.yaml

This file was deleted.

Loading