aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2021-04-26 13:06:06 +0300
committerEfraim Flashner2021-04-26 13:06:06 +0300
commitc21ea40fdd40084b09ca978cd7c154f95c393e14 (patch)
tree964cbedc5aa7b426a3262e84d081e3739defaf76
parent03a68f62445113fb14adb11178380a77ab32a464 (diff)
downloadguix-bioinformatics-c21ea40fdd40084b09ca978cd7c154f95c393e14.tar.gz
gn: Upstream 2 ruby gems
-rw-r--r--gn/packages/ruby.scm39
1 files changed, 0 insertions, 39 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm
index fb59107..3ff7f82 100644
--- a/gn/packages/ruby.scm
+++ b/gn/packages/ruby.scm
@@ -298,26 +298,6 @@ a history.")
(license #f)))
-(define-public ruby-redis
- (package
- (name "ruby-redis")
- (version "4.2.5")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "redis" version))
- (sha256
- (base32
- "15x2sr6h094rjbvg8pkq6m3lcd5abpyx93aifvfdz3wv6x55xa48"))))
- (build-system ruby-build-system)
- (arguments
- `(#:tests? #f)) ; Tests require a running redis server.
- (synopsis "Ruby client for Redis' API")
- (description
- "This package provides a Ruby client that tries to match Redis' API
-one-to-one, while still providing an idiomatic interface.")
- (home-page "https://github.com/redis/redis-rb")
- (license license:expat)))
@@ -1393,25 +1373,6 @@ and HTML without having to deal with character set issues.")
(home-page "https://github.com/sdsykes/fastimage")
(license license:expat)))
-(define-public ruby-email-reply-trimmer
- (package
- (name "ruby-email-reply-trimmer")
- (version "0.1.13")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "email_reply_trimmer" version))
- (sha256
- (base32
- "1jgcxifm48xq5dz9k47q43pqm5bfnf14l62l3bqhmv8f6z8dw4ki"))))
- (build-system ruby-build-system)
- (synopsis
- "EmailReplyTrimmer is a small library to trim replies from plain text email.")
- (description
- "EmailReplyTrimmer is a small library to trim replies from plain text email.")
- (home-page "https://github.com/discourse/email_reply_trimmer")
- (license license:expat)))
-
(define-public ruby-progress
(package
(name "ruby-progress")