guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add ruby-docile.


From: David Thompson
Subject: 01/01: gnu: Add ruby-docile.
Date: Sat, 19 Sep 2015 12:34:56 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 6aaa815e9fae8fccb98c243936210c17cd9609ed
Author: Pjotr Prins <address@hidden>
Date:   Wed Sep 16 06:06:40 2015 +0200

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fa4f345..9c08162 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1149,6 +1149,27 @@ into a single method call.")
     (home-page "http://rack.github.io/";)
     (license license:expat)))
 
+(define-public ruby-docile
+  (package
+    (name "ruby-docile")
+    (version "1.1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "docile" version))
+       (sha256
+        (base32
+         "0m8j31whq7bm5ljgmsrlfkiqvacrw6iz9wq10r3gwrv5785y8gjx"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; needs github-markup, among others
+    (synopsis "Ruby EDSL helper library")
+    (description "Docile is a Ruby library that provides an interface for
+creating embedded domain specific languages (EDSLs) that manipulate existing
+Ruby classes.")
+    (home-page "https://ms-ati.github.io/docile/";)
+    (license license:expat)))
+
 (define-public ruby-gherkin3
   (package
     (name "ruby-gherkin3")



reply via email to

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