all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pjotr Prins <pjotr.public12@thebird.nl>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: Add ruby-docile.
Date: Wed, 16 Sep 2015 06:06:40 +0200	[thread overview]
Message-ID: <55f8ead0.Z1d0B3i+1iokByoa%pjotr.public12@thebird.nl> (raw)

* gnu/packages/ruby.scm (ruby-docile): New variable.
---
 gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7dc46b6..539b00b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1125,6 +1125,28 @@ 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 "Docile turns any Ruby object into a DSL")
+    (description "Turn any Ruby object into a DSL.  Especially useful
+with the Builder pattern.  Docile is a small, self-contained Ruby
+library, that let's you map a DSL (domain specific language) to your
+Ruby objects in a snap.")
+    (home-page "https://ms-ati.github.io/docile/")
+    (license license:expat)))
+
 (define-public ruby-gherkin3
   (package
     (name "ruby-gherkin3")
@@ -1147,3 +1169,4 @@ It is intended to replace Gherkin 2 and be used by all Cucumber
 implementations to parse '.feature' files.")
     (home-page "https://github.com/cucumber/gherkin3")
     (license license:expat)))
+
-- 
2.4.3

             reply	other threads:[~2015-09-16  4:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16  4:06 Pjotr Prins [this message]
2015-09-16  9:39 ` [PATCH 1/2] gnu: Add ruby-docile Ricardo Wurmus
2015-09-17  5:19   ` Pjotr Prins
2015-09-19 12:37 ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55f8ead0.Z1d0B3i+1iokByoa%pjotr.public12@thebird.nl \
    --to=pjotr.public12@thebird.nl \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.