GNU bug report logs -
#71423
[PATCH 0/2] gnu: Add itamae.
Previous Next
Full log
Message #11 received at 71423 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-schash): New variable.
Change-Id: Idb534f17e5e7cbc43b671e8c35d475484d423050
---
gnu/packages/ruby.scm | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5c1e666bb0..28f6fbc7dc 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2022-2024 Remco van 't Veer <remco <at> remworks.net>
;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
-;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <janneke <at> gnu.org>
;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2023, 2024 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
@@ -819,6 +819,32 @@ (define-public ruby-rspec-expectations-2
(propagated-inputs
(list ruby-diff-lcs))))
+(define-public ruby-schash
+ (package
+ (name "ruby-schash")
+ (version "0.1.2")
+ (source
+ (origin
+ (method git-fetch) ;for tests
+ (uri (git-reference
+ (url "https://github.com/ryotarai/schash")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0q58k844i1rzxapcd8acppkkdm29ikfzn8nxas7kb7b5mf1xv9kv"))))
+ (build-system ruby-build-system)
+ (arguments
+ (list
+ #:test-target "spec"))
+ (native-inputs (list ruby-rspec))
+ (synopsis "Ruby Hash validator")
+ (description
+ "This gem is a Ruby's @code{Hash} validator. It allows library
+users to define their own validator schema using its domain specific
+language, and validate values with it.")
+ (home-page "https://github.com/ryotarai/schash")
+ (license license:expat)))
+
(define-public ruby-sorcerer
(package
(name "ruby-sorcerer")
--
2.45.1
This bug report was last modified 1 year and 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.