[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/131: gnu: ruby-spinach: Update to 0.12.0.
From: |
guix-commits |
Subject: |
31/131: gnu: ruby-spinach: Update to 0.12.0. |
Date: |
Fri, 7 Mar 2025 17:13:35 -0500 (EST) |
sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 5d8cd5e78b259b2c1a73b36e5ff9a8a8de5db253
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri Jan 31 09:19:57 2025 +0100
gnu: ruby-spinach: Update to 0.12.0.
* gnu/packages/ruby.scm (ruby-spinach): Update to 0.12.0.
[propagated-inputs]: Remove ruby-json.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7280f53c7b..ed13e95614 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7504,14 +7504,14 @@ file or directories are modified.")
(define-public ruby-spinach
(package
(name "ruby-spinach")
- (version "0.11.0")
+ (version "0.12.0")
(home-page "https://github.com/codegram/spinach")
(source (origin
(method url-fetch)
(uri (rubygems-uri "spinach" version))
(sha256
(base32
- "1mv053mqz9c8ngqa6wp1ymk2fax6j0yqzax6918akrdr7c3fx3c6"))))
+ "1v9nvpvlgjx698dc4q2p1l45sxm5fjjzfxayrkyzb9nv0q0xfjsp"))))
(build-system ruby-build-system)
(arguments
;; FIXME: Disable tests altogether because they depend on 'capybara'
@@ -7519,7 +7519,7 @@ file or directories are modified.")
;; capybara is available.
'(#:tests? #f))
(propagated-inputs
- (list ruby-colorize ruby-gherkin-ruby ruby-json))
+ (list ruby-colorize ruby-gherkin-ruby))
(synopsis "Gherkin-based BDD framework")
(description
"Spinach is a high-level @acronym{BDD, Behavior-driven development}
- 55/131: gnu: ruby-3.2: Update to 3.2.6., (continued)
- 55/131: gnu: ruby-3.2: Update to 3.2.6., guix-commits, 2025/03/07
- 61/131: gnu: ruby-stackprof: Update to 0.2.27., guix-commits, 2025/03/07
- 77/131: gnu: Add ruby-securerandom., guix-commits, 2025/03/07
- 92/131: gnu: ruby-mail: Update to 2.8.1., guix-commits, 2025/03/07
- 103/131: gnu: ruby-slim: Update to 5.2.1., guix-commits, 2025/03/07
- 102/131: gnu: Add ruby-lint-roller., guix-commits, 2025/03/07
- 109/131: gnu: ruby-rubocop-ast: Update to 1.37.0., guix-commits, 2025/03/07
- 125/131: gnu: ruby-puma: Update to 6.6.0., guix-commits, 2025/03/07
- 127/131: gnu: astroid: Adjust inputs., guix-commits, 2025/03/07
- 18/131: gnu: ruby-activerecord: Update package., guix-commits, 2025/03/07
- 31/131: gnu: ruby-spinach: Update to 0.12.0.,
guix-commits <=
- 33/131: gnu: ruby-prawn-svg: Update to 0.36.0., guix-commits, 2025/03/07
- 42/131: gnu: ruby-fog-xml: Update to 0.1.5., guix-commits, 2025/03/07
- 52/131: gnu: ruby-3.3: Inherit from ruby-3.4., guix-commits, 2025/03/07
- 59/131: gnu: Remove ruby-2.6., guix-commits, 2025/03/07
- 57/131: gnu: ruby-3.1: Update to 3.1.6., guix-commits, 2025/03/07
- 60/131: gnu: ruby-flores: Update to 0.0.8-0.92fded0., guix-commits, 2025/03/07
- 72/131: gnu: packages: Add comments for migration to ruby@3, guix-commits, 2025/03/07
- 76/131: gnu: ruby-rake-compiler: Update to 1.2.9., guix-commits, 2025/03/07
- 87/131: gnu: ruby-selenium-webdriver: Update to 4.22.0., guix-commits, 2025/03/07
- 89/131: gnu: ruby-actionpack: Patch source., guix-commits, 2025/03/07