GNU bug report logs -
#50537
[PATCH] Add several new ruby gems to Guix
Previous Next
Full log
Message #77 received at 50537 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-interception): New variable.
---
gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f20b2d4409..2a13e139e8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13179,3 +13179,26 @@ Sentry error logger")
HTTPS server, a proxy server, and a virtual-host server.")
(home-page "https://github.com/ruby/webrick")
(license license:bsd-2)))
+
+(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
+ `(("ruby-rspec" ,ruby-rspec)))
+ (synopsis
+ "Provides a cross-platform ability to intercept all exceptions")
+ (description
+ "This package provides a cross-platform ability to intercept all
+exceptions as they are raised.")
+ (home-page
+ "https://github.com/ConradIrwin/interception")
+ (license license:expat)))
--
2.20.1
This bug report was last modified 2 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.