guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: Add ruby-fivemat.


From: Ben Woodcroft
Subject: 08/17: gnu: Add ruby-fivemat.
Date: Wed, 27 Jan 2016 14:12:25 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit eb5e0bd96e94cb770bf75742a1bb400aa7cf4e60
Author: Ben Woodcroft <address@hidden>
Date:   Thu Dec 31 09:03:19 2015 +1000

    gnu: Add ruby-fivemat.
    
    * gnu/packages/ruby.scm (ruby-fivemat): New variable.
---
 gnu/packages/ruby.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index faad88f..a23d75e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3107,6 +3107,28 @@ look up the likely MIME type definitions.")
     (home-page "https://github.com/mime-types/mime-types-data/";)
     (license license:expat)))
 
+(define-public ruby-fivemat
+  (package
+    (name "ruby-fivemat")
+    (version "1.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "fivemat" version))
+       (sha256
+        (base32
+         "1gvw6g4yc96l2pcyvigahyfsjxpdjx21iiwzvf965zippchdh6gk"))))
+    (build-system ruby-build-system)
+    (arguments
+     `(#:tests? #f)) ; no tests
+    (synopsis "Each test file given its own line of dots")
+    (description
+     "Fivemat is a MiniTest/RSpec/Cucumber formatter that gives each test file
+its own line of dots during testing.  It aims to provide test output that is
+neither too verbose nor too minimal.")
+    (home-page "https://github.com/tpope/fivemat";)
+    (license license:expat)))
+
 (define-public ruby-ansi
   (package
     (name "ruby-ansi")



reply via email to

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