[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/100: gnu: Add ruby-set.
From: |
guix-commits |
Subject: |
12/100: gnu: Add ruby-set. |
Date: |
Mon, 10 Jul 2023 03:27:24 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 83b2332242aa56f9af4d4e20bee6e31790a16153
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 22 10:38:53 2023 +0100
gnu: Add ruby-set.
* gnu/packages/ruby.scm (ruby-set): New variable.
---
gnu/packages/ruby.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b4b31d52f7..ec926a8ff5 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6611,6 +6611,25 @@ across multiple CPU cores.")
(home-page "https://github.com/whitequark/parser")
(license license:expat)))
+(define-public ruby-set
+ (package
+ (name "ruby-set")
+ (version "1.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "set" version))
+ (sha256
+ (base32
+ "07kc057nrkddrybqmlbmgf9x7nsmbc3ni6gy1z6xjx5b838vlj33"))))
+ (build-system ruby-build-system)
+ (synopsis
+ "Ruby class to deal with collections of unordered, unique values")
+ (description
+ "This package provides a class to deal with collections of unordered,
+unique values")
+ (home-page "https://github.com/ruby/set")
+ (license license:bsd-2)))
+
(define-public ruby-sexp-processor
(package
(name "ruby-sexp-processor")
- 36/100: gnu: Add ruby-http-accept., (continued)
- 36/100: gnu: Add ruby-http-accept., guix-commits, 2023/07/10
- 24/100: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/07/10
- 41/100: gnu: ruby-oedipus-lex: Update to 2.6.1., guix-commits, 2023/07/10
- 43/100: gnu: ruby-rest-client: Update to 2.1.0., guix-commits, 2023/07/10
- 61/100: gnu: ronn-ng: Fix build., guix-commits, 2023/07/10
- 72/100: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/10
- 54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 86/100: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/10
- 75/100: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/10
- 03/100: gnu: ruby-dep: Build with ruby-2.7., guix-commits, 2023/07/10
- 12/100: gnu: Add ruby-set.,
guix-commits <=
- 15/100: gnu: ruby-introspection: Adjust inputs., guix-commits, 2023/07/10
- 34/100: gnu: ruby-mime-types: Update to 3.4.1., guix-commits, 2023/07/10
- 19/100: gnu: ruby-test-construct: Update to 2.0.2., guix-commits, 2023/07/10
- 35/100: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/07/10
- 44/100: gnu: ruby-cucumber: Fix build., guix-commits, 2023/07/10
- 47/100: gnu: ruby-kpeg: Update to 1.3.3., guix-commits, 2023/07/10
- 45/100: gnu: ruby-puma: Update to 6.3.0., guix-commits, 2023/07/10
- 52/100: gnu: ruby-railties: Fix build., guix-commits, 2023/07/10
- 49/100: gnu: %ruby-rails-version: Update to 7.0.5.1., guix-commits, 2023/07/10
- 50/100: gnu: ruby-bootsnap: Fix build., guix-commits, 2023/07/10