[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/94: gnu: ruby-range-compressor: Add ruby-sorted-set as an input.
From: |
guix-commits |
Subject: |
14/94: gnu: ruby-range-compressor: Add ruby-sorted-set as an input. |
Date: |
Mon, 3 Jul 2023 06:06:20 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 575ab2a153b15840d18c6ad82e87f50fa1409c7b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 22 10:39:33 2023 +0100
gnu: ruby-range-compressor: Add ruby-sorted-set as an input.
* gnu/packages/ruby.scm (ruby-range-compressor)[native-inputs]: Add
ruby-sorted-set.
---
gnu/packages/ruby.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5f76c870cb..6653e9c669 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8644,7 +8644,8 @@ better performance than @code{Regexp} and @code{String}
methods from the
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
(string-append stripped "\n"))))))))
(native-inputs
- (list ruby-rspec))
+ (list ruby-rspec
+ ruby-sorted-set))
(synopsis "Simple arrays of objects to arrays of ranges compressor")
(description "RangeCompresses is a tiny library that allows compressing
arrays of objects into arrays of ranges. For example, it can turn the
- branch ruby-team created (now 26b76715ab), guix-commits, 2023/07/03
- 06/94: gnu: ruby-pry: Update to 0.14.2., guix-commits, 2023/07/03
- 08/94: gnu: ruby-contracts: Update to 0.17., guix-commits, 2023/07/03
- 20/94: gnu: Add ruby-psych-3., guix-commits, 2023/07/03
- 02/94: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace., guix-commits, 2023/07/03
- 18/94: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/07/03
- 09/94: gnu: ruby-websocket: Update to 1.2.9-1.950e416., guix-commits, 2023/07/03
- 33/94: gnu: ruby-listen: Update to 3.8.0., guix-commits, 2023/07/03
- 14/94: gnu: ruby-range-compressor: Add ruby-sorted-set as an input.,
guix-commits <=
- 03/94: gnu: ruby-dep: Build with ruby-2.7., guix-commits, 2023/07/03
- 04/94: gnu: ruby-builder: Fix build., guix-commits, 2023/07/03
- 28/94: gnu: ruby-minitest: Update to 5.18.1., guix-commits, 2023/07/03
- 10/94: gnu: ruby-gettext: Update to 3.4.4., guix-commits, 2023/07/03
- 25/94: gnu: ruby-tzinfo-data: Update to 1.2023.3., guix-commits, 2023/07/03
- 05/94: gnu: ruby-rspec-core-2: Fix build., guix-commits, 2023/07/03
- 12/94: gnu: Add ruby-set., guix-commits, 2023/07/03
- 13/94: gnu: Add ruby-sorted-set., guix-commits, 2023/07/03
- 26/94: gnu: ruby-json-pure: Update to 2.6.3., guix-commits, 2023/07/03
- 24/94: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/07/03