@@ -12908,3 +12908,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)))