guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: Add ruby-bacon-bits.


From: Christopher Baines
Subject: 03/09: gnu: Add ruby-bacon-bits.
Date: Sat, 3 Mar 2018 07:53:43 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit a8d2bf3cab8ba5472620c1fb8d68c02836a04f1b
Author: Christopher Baines <address@hidden>
Date:   Tue Oct 10 20:00:21 2017 +0100

    gnu: Add ruby-bacon-bits.
    
    * gnu/packages/ruby.scm (ruby-bacon-bits): New variable.
---
 gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5ba140e..31a97f0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1094,6 +1094,30 @@ features.")
     (home-page "https://github.com/chneukirchen/bacon";)
     (license license:expat)))
 
+(define-public ruby-bacon-bits
+  (package
+    (name "ruby-bacon-bits")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "bacon-bits" version))
+       (sha256
+        (base32
+         "1ghpj8ja94lhi8rgi872hqk4fd2amz2k7g9znd64z5dj7v6l0dmx"))))
+    (build-system ruby-build-system)
+    (arguments
+     ;; No tests
+     '(#:tests? #f))
+    (propagated-inputs `(("ruby-bacon" ,ruby-bacon)))
+    (synopsis "Extensions to Bacon, for disabling tests, before and after
+blocks and more")
+    (description
+     "This extends the bacon testing framework with useful extensions to
+disable tests, have before and after blocks that run once and more.")
+    (home-page "https://github.com/cldwalker/bacon-bits";)
+    (license license:expat)))
+
 (define-public ruby-connection-pool
   (package
     (name "ruby-connection-pool")



reply via email to

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