guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: Add ruby-sentry-core.


From: guix-commits
Subject: 01/05: gnu: Add ruby-sentry-core.
Date: Thu, 30 Jun 2022 06:56:20 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 142068c6e4ae00490e8a9d57662fe502d16d737c
Author: Stephen Paul Weber <singpolyma@singpolyma.net>
AuthorDate: Thu Jun 30 06:20:31 2022 -0400

    gnu: Add ruby-sentry-core.
    
    * gnu/packages/ruby.scm (ruby-sentry-core): New variable.
    
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 68e5d8dfd6..0792b66962 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12763,3 +12763,26 @@ Faraday-based API wrappers.")
     (description "Bandwidth IRIS is a Ruby SDK for Bandwidth Phone Number
 Dashboard.  It is a Ruby Client library for IRIS / BBS API.")
     (license license:expat)))
+
+(define-public ruby-sentry-core
+  (package
+    (name "ruby-sentry-core")
+    (version "5.3.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "sentry-ruby-core" version))
+        (sha256
+          (base32 "141mrw8wghhsjvln9m6ld3hap3xc5v901jjiz007xywy25725hyd"))))
+    (build-system ruby-build-system)
+    (arguments
+     ;; No rakefile in gem.
+     `(#:tests? #f))
+    (propagated-inputs
+      (list ruby-concurrent
+             ruby-faraday))
+    (home-page "https://sentry.io/for/ruby/";)
+    (synopsis "Client interface for the Sentry error logger")
+    (description "Sentry-Core provides a gem that provides a client
+interface for the Sentry error logger.")
+    (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]