guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add ruby-simplecov-html.


From: Ricardo Wurmus
Subject: 03/06: gnu: Add ruby-simplecov-html.
Date: Mon, 02 Nov 2015 13:47:11 +0000

rekado pushed a commit to branch master
in repository guix.

commit 58b59742f47e4aee243bd75af8e6dda5f92ed57a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 16 11:06:25 2015 +0200

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fcb800a..3cd1465 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -802,6 +802,25 @@ and JRuby.")
     (home-page "http://wiki.github.com/ffi/ffi";)
     (license license:bsd-3)))
 
+(define-public ruby-simplecov-html
+  (package
+    (name "ruby-simplecov-html")
+    (version "0.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "simplecov-html" version))
+              (sha256
+               (base32
+                "1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"))))
+    (build-system ruby-build-system)
+    (native-inputs
+     `(("bundler" ,bundler)))
+    (synopsis "Default HTML formatter for SimpleCov code coverage tool")
+    (description "This package provides the default HTML formatter for
+the SimpleCov code coverage tool for Ruby version 1.9 and above.")
+    (home-page "https://github.com/colszowka/simplecov-html";)
+    (license license:expat)))
+
 (define-public ruby-useragent
   (package
     (name "ruby-useragent")



reply via email to

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