sharlatan pushed a commit to branch ruby-team
in repository guix.
commit b4dd852ea24ae0f3a32378694d8496a472b7a8ae
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:20:00 2025 +0100
gnu: Remove ruby-interception.
* gnu/packages/ruby.scm (ruby-interception): Delete variable.
This package is unbuildable using any of our ruby versions. It is
unmaintained for 10 years.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3b32ec6d58..5ed6d83b24 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -17093,24 +17093,6 @@ protocol.")
(home-page "https://github.com/imanel/websocket-ruby")
(license license:expat))))
-(define-public ruby-interception
- (package
- (name "ruby-interception")
- (version "0.5")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "interception" version))
- (sha256
- (base32 "01vrkn28psdx1ysh5js3hn17nfp1nvvv46wc1pwqsakm6vb1hf55"))))
- (build-system ruby-build-system)
- (native-inputs (list ruby-rspec))
- (home-page "https://github.com/ConradIrwin/interception")
- (synopsis "Listen to raise in Ruby")
- (description "Interception provides a cross-platform ability to intercept
all
-exceptions as they are raised.")
- (license license:expat)))
-
(define-public ruby-pry-rescue
(package
(name "ruby-pry-rescue")