all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants.
@ 2017-12-27 19:33 Clément Lassieur
  2017-12-27 19:33 ` [bug#29870] [PATCH 2/2] gnu: Add ruby-org-ruby Clément Lassieur
  2017-12-28  5:21 ` [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Clément Lassieur @ 2017-12-27 19:33 UTC (permalink / raw)
  To: 29869

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c66c0a414..6eaaef4f1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4466,3 +4466,25 @@ are doing, you can fiddle with every last bit of your email directly.")
 more robust and work for non rails projects.")
     (home-page "http://github.com/danmayer/code_statistics")
     (license license:expat)))
+
+(define-public ruby-rubypants
+  (package
+    (name "ruby-rubypants")
+    (version "0.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rubypants" version))
+              (sha256
+               (base32
+                "0xpqkslan2wkyal2h9qhplkr5d4sdn7q6csigrhnljjpp8j4qfsh"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; need Codecov
+    (synopsis "Port of the smart-quotes library SmartyPants")
+    (description
+     "RubyPants is a Ruby port of the smart-quotes library
+SmartyPants.  The original SmartyPants is a free web publishing plug-in for
+Movable Type, Blosxom, and BBEdit that easily translates plain ASCII
+punctuation characters into smart typographic punctuation HTML entities.")
+    (home-page "https://github.com/jmcnevin/rubypants")
+    (license license:bsd-2)))
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-28  6:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-27 19:33 [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants Clément Lassieur
2017-12-27 19:33 ` [bug#29870] [PATCH 2/2] gnu: Add ruby-org-ruby Clément Lassieur
2017-12-28  5:21   ` Leo Famulari
2017-12-28  5:21 ` [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants Leo Famulari
2017-12-28  6:26   ` bug#29869: " Clément Lassieur

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.