[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/100: gnu: ruby-http-cookie: Update to 1.0.5.
From: |
guix-commits |
Subject: |
35/100: gnu: ruby-http-cookie: Update to 1.0.5. |
Date: |
Mon, 10 Jul 2023 03:27:30 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 4ba5e2929dfaa6e97875c8bc50a3b02709cc546c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 27 12:13:08 2023 +0100
gnu: ruby-http-cookie: Update to 1.0.5.
* gnu/packages/ruby.scm (ruby-http-cookie): Update to 1.0.5.
[arguments, native-inputs]: Update style.
---
gnu/packages/ruby.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 74d0fcfaea..8786e665b7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11199,32 +11199,32 @@ with Ruby on Rails projects.")))
(define-public ruby-http-cookie
(package
(name "ruby-http-cookie")
- (version "1.0.3")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "http-cookie" version))
(sha256
(base32
- "004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g"))))
+ "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk"))))
(build-system ruby-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'add-dependency-to-bundler
- (lambda _
- ;; Fix NameError
- (substitute* "Rakefile"
- (("HTTP::Cookie::VERSION")
- "Bundler::GemHelper.gemspec.version"))
- #t)))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'add-dependency-to-bundler
+ (lambda _
+ ;; Fix NameError
+ (substitute* "Rakefile"
+ (("HTTP::Cookie::VERSION")
+ "Bundler::GemHelper.gemspec.version")))))))
(propagated-inputs
(list ruby-domain-name))
(native-inputs
- `(("rubysimplecov" ,ruby-simplecov)
- ("bundler" ,bundler)
- ("ruby-sqlite3" ,ruby-sqlite3)
- ("ruby-test-unit" ,ruby-test-unit)))
+ (list ruby-simplecov
+ bundler
+ ruby-sqlite3
+ ruby-test-unit))
(synopsis "Handle HTTP Cookies based on RFC 6265")
(description
"@code{HTTP::Cookie} is a Ruby library to handle HTTP Cookies based on
- 61/100: gnu: ronn-ng: Fix build., (continued)
- 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, 2023/07/10
- 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 <=
- 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
- 56/100: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/07/10
- 66/100: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/07/10
- 90/100: gnu: ruby-fast-gettext: Update to 2.3.0., guix-commits, 2023/07/10
- 94/100: gnu: ruby-yard: Refactor package and some dependencies., guix-commits, 2023/07/10