From 84bb1f6b7b7f335bcf158a1f069a034ba0c98b0b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 5 Feb 2018 11:16:47 +0000 Subject: gnu: Add ruby-sucker-punch. --- gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 20ff3669d4..135a0cc8ea 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7986,3 +7986,27 @@ https://github.com/flavorjones/loofah-activerecord).") (home-page "https://github.com/tobyclemson/ruby_terraform") (license license:expat))) + +(define-public ruby-sucker-punch + (package + (name "ruby-sucker-punch") + (version "2.0.4") + (source + (origin + (method url-fetch) + (uri (rubygems-uri "sucker_punch" version)) + (sha256 + (base32 + "064dgfg3jwna2x1iyhbz3pvh3iryxs4vls77jmmad571hjz0l01p")))) + (build-system ruby-build-system) + (arguments + '(#:tests? #f)) + (propagated-inputs + `(("ruby-concurrent" ,ruby-concurrent))) + (synopsis + "Asynchronous processing library for Ruby") + (description + "Asynchronous processing library for Ruby") + (home-page + "https://github.com/brandonhilkert/sucker_punch") + (license license:expat))) -- cgit v1.2.3