guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ruby-omniauth: Update to 2.0.3.


From: guix-commits
Subject: 01/02: gnu: ruby-omniauth: Update to 2.0.3.
Date: Mon, 22 Feb 2021 09:51:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 984d64388dcc1a4c5d9ea746700300abcac84d3e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 22 16:27:54 2021 +0200

    gnu: ruby-omniauth: Update to 2.0.3.
    
    * gnu/packages/ruby.scm (ruby-omniauth): Update to 2.0.3.
    [arguments]: Don't skip tests.
    [propagated-inputs]: Add ruby-rack-protector.
    [native-inputs]: Add ruby-rspec.
---
 gnu/packages/ruby.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3a3be59..6412bf9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2320,19 +2320,20 @@ with a similar style to the original OAuth spec.")
 (define-public ruby-omniauth
   (package
     (name "ruby-omniauth")
-    (version "1.9.1")
+    (version "2.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "omniauth" version))
        (sha256
-        (base32 "002vi9gwamkmhf0dsj2im1d47xw2n1jfhnzl18shxf3ampkqfmyz"))))
+        (base32 "105mzgvmn2kjaacxw01h4wqv33r7hfn5z8fxlkk3jcjar14j71bh"))))
     (build-system ruby-build-system)
-    (arguments
-     '(#:tests? #f)) ; No included tests
     (propagated-inputs
      `(("ruby-hashie" ,ruby-hashie)
-       ("ruby-rack" ,ruby-rack)))
+       ("ruby-rack" ,ruby-rack)
+       ("ruby-rack-protection" ,ruby-rack-protection)))
+    (native-inputs
+     `(("ruby-rspec" ,ruby-rspec)))
     (synopsis "Generalized Rack framework for multiple-provider 
authentication")
     (description
      "This package provides a generalized Rack framework for multiple-provider



reply via email to

[Prev in Thread] Current Thread [Next in Thread]