GNU bug report logs -
#74131
[PATCH] gnu: Add ruby-rfc.
Previous Next
To reply to this bug, email your comments to 74131 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix <at> cbaines.net, guix-patches <at> gnu.org
:
bug#74131
; Package
guix-patches
.
(Thu, 31 Oct 2024 10:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix <at> cbaines.net, guix-patches <at> gnu.org
.
(Thu, 31 Oct 2024 10:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-rfc): New variable.
Change-Id: Ib5b2e1cc3673212142e7e3e387f065ea728e9036
---
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5af1bb1cef..8a26282d84 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3808,6 +3808,32 @@ (define-public ruby-fuubar
(home-page "https://github.com/thekompanee/fuubar")
(license license:expat)))
+(define-public ruby-rfc
+ (package
+ (name "ruby-rfc")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/p-mongodb/rfc")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b9y63wmvypwrv5sdfwnxrzwzf59dwdb0lv9pzdj9gl0k4j21i7g"))))
+ (build-system ruby-build-system)
+ (arguments (list #:tests? #f)) ;no tests
+ (propagated-inputs (list ruby-rspec-core))
+ (synopsis
+ "RSpec formatter collection")
+ (description
+ "@samp{rfc} gem stands for RSpec Formatter Collection. This includes a
+concise insta-failing formatter, which was originally developed for
+running large test suites in a continuous integration environment.")
+ (home-page "https://github.com/p-mongo/rfc")
+ (license license:expat)))
+
(define-public ruby-haml
(package
(name "ruby-haml")
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.46.0
Added tag(s) easy.
Request was from
Nicolas Graves <ngraves <at> ngraves.fr>
to
control <at> debbugs.gnu.org
.
(Sun, 03 Nov 2024 20:44:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.