[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: ruby-rest-client: Fix lost ,s.
From: |
guix-commits |
Subject: |
01/04: gnu: ruby-rest-client: Fix lost ,s. |
Date: |
Tue, 30 Apr 2019 08:30:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit eea094ccdc175735e8c3aa38707dab84e17ac18b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Apr 28 22:16:20 2019 +0200
gnu: ruby-rest-client: Fix lost ,s.
* gnu/packages/ruby.scm (ruby-rest-client)[native-inputs]:
Move unquotes to their operands.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9370f59..934b8ac 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5261,8 +5261,8 @@ techniques and a terse syntax.")
("ruby-netrc" ,ruby-netrc)))
(native-inputs
`(("bundler" ,bundler)
- ("ruby-webmock", ruby-webmock-2)
- ("ruby-rspec", ruby-rspec)))
+ ("ruby-webmock" ,ruby-webmock-2)
+ ("ruby-rspec" ,ruby-rspec)))
(synopsis "Simple HTTP and REST client for Ruby")
(description
"@code{rest-client} provides a simple HTTP and REST client for Ruby,