GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 18 Jun 2025 14:22:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby-xyz.scm (ruby-rspec-pending-for): Run guix style.
---
gnu/packages/ruby-xyz.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index c663410613..23e2b32315 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -626,23 +626,23 @@ (define-public ruby-rspec-pending-for
(package
(name "ruby-rspec-pending-for")
(version "0.1.16")
- (source (origin
- (method git-fetch) ;for tests
- (uri (git-reference
- (url "https://github.com/pboling/rspec-pending_for")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "107l560vm0kx25w5iy5rsk9ly8dxzr81b31284j514f4hkd0qv3m"))))
+ (source
+ (origin
+ (method git-fetch) ;for tests
+ (uri (git-reference
+ (url "https://github.com/pboling/rspec-pending_for")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "107l560vm0kx25w5iy5rsk9ly8dxzr81b31284j514f4hkd0qv3m"))))
(build-system ruby-build-system)
(native-inputs (list ruby-rspec ruby-simplecov))
(propagated-inputs (list ruby-rspec-core ruby-ruby-engine
ruby-ruby-version))
(synopsis "Skip RSpec tests for specific Ruby engines or versions")
- (description "This RSpec plugin makes it easy to mark test cases as
-pending or skipped for a specific Ruby engine (e.g. MRI or JRuby) or version
-combinations.")
+ (description
+ "This RSpec plugin makes it easy to mark test cases as pending or skipped
+for a specific Ruby engine (e.g. MRI or JRuby) or version combinations.")
(home-page "https://github.com/pboling/rspec-pending_for")
(license license:expat)))
--
2.49.0
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.