From c21ea40fdd40084b09ca978cd7c154f95c393e14 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 26 Apr 2021 13:06:06 +0300 Subject: gn: Upstream 2 ruby gems --- gn/packages/ruby.scm | 39 --------------------------------------- 1 file changed, 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") -- cgit v1.2.3