[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/36: gnu: Add ruby-given-core.
From: |
guix-commits |
Subject: |
15/36: gnu: Add ruby-given-core. |
Date: |
Fri, 17 Jul 2020 23:24:42 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 906b9a141abbac5d5da2b12c3dc4777f44ed033c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jul 13 23:28:19 2020 -0400
gnu: Add ruby-given-core.
* gnu/packages/ruby.scm (ruby-given-core): 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 0b40a6f..d48bb05 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -651,6 +651,28 @@ re-sourced, but they will be rendered in a single line
format.")
(home-page "https://github.com/rspec-given/sorcerer")
(license license:expat)))
+(define-public ruby-given-core
+ (package
+ (name "ruby-given-core")
+ (version "3.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "given_core" version))
+ (sha256
+ (base32
+ "1lzyqllbbv6as3qgwz2007mvy7wy247bgkch9adnmh1zfa73bkrg"))))
+ (build-system ruby-build-system)
+ (arguments '(#:tests? #f)) ;no test suite for the core package
+ (propagated-inputs
+ `(("ruby-sorcerer" ,ruby-sorcerer)))
+ (synopsis "Core abstractions used by rspec-given and minitest-given")
+ (description "Given_core is the basic functionality behind rspec-given and
+minitest-given, extensions that allow the use of Given/When/Then terminology
+when defining specifications.")
+ (home-page "https://github.com/rspec-given/rspec-given")
+ (license license:expat)))
+
(define-public ruby-rspec-its
(package
(name "ruby-rspec-its")
- 04/36: gnu: ruby-pdf-reader: Actually run tests., (continued)
- 04/36: gnu: ruby-pdf-reader: Actually run tests., guix-commits, 2020/07/17
- 02/36: gnu: ruby-pdf-inspector: Enable tests., guix-commits, 2020/07/17
- 03/36: gnu: ruby-pdf-reader: Update to 2.4.0., guix-commits, 2020/07/17
- 05/36: gnu: ruby-ttfunk: Update to 1.6.2.1., guix-commits, 2020/07/17
- 06/36: gnu: ruby-prawn: Update to commit d980247be8a00e7c59cd4e5785e3aa98f9856db1., guix-commits, 2020/07/17
- 07/36: gnu: ruby-prawn-manual-builder: Use %prawn-project-licenses., guix-commits, 2020/07/17
- 08/36: gnu: Add ruby-prawn-icon., guix-commits, 2020/07/17
- 09/36: gnu: Add ruby-css-parser., guix-commits, 2020/07/17
- 11/36: gnu: Add ruby-prawn-templates., guix-commits, 2020/07/17
- 14/36: gnu: Add ruby-sorcerer., guix-commits, 2020/07/17
- 15/36: gnu: Add ruby-given-core.,
guix-commits <=
- 16/36: gnu: Add ruby-rspec-given., guix-commits, 2020/07/17
- 18/36: gnu: ruby-parser: Update to 2.7.1.4., guix-commits, 2020/07/17
- 10/36: gnu: Add ruby-prawn-svg., guix-commits, 2020/07/17
- 13/36: gnu: Add ruby-treetop., guix-commits, 2020/07/17
- 17/36: gnu: ruby-coveralls: Strip exact versions from gemspec file., guix-commits, 2020/07/17
- 20/36: gnu: Add ruby-rubocop-ast., guix-commits, 2020/07/17
- 22/36: gnu: Add ruby-character-set., guix-commits, 2020/07/17
- 23/36: gnu: Add ruby-range-compressor., guix-commits, 2020/07/17
- 24/36: gnu: Add ruby-regexp-property-values., guix-commits, 2020/07/17
- 25/36: gnu: Add ruby-regexp-parser., guix-commits, 2020/07/17