[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68990] [PATCH 15/28] gnu: Add ruby-time.
From: |
Hartmut Goebel |
Subject: |
[bug#68990] [PATCH 15/28] gnu: Add ruby-time. |
Date: |
Thu, 8 Feb 2024 10:35:45 +0100 |
* gnu/packages/ruby.scm (ruby-time): New variable.
---
gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4299673313..ad24d68d61 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -738,6 +738,30 @@ (define-public ruby-date
(home-page "https://github.com/ruby/date")
(license license:bsd-2)))
+(define-public ruby-time
+ (package
+ (name "ruby-time")
+ (version "0.3.0")
+ (source (origin
+ (method git-fetch) ; for tests
+ (uri (git-reference
+ (url "https://github.com/ruby/time")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jd6df2lxd60wcxyaf37j8v3nnfn952d5xhg6aap9zlcdmkk4g2n"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-date))
+ (native-inputs (list ruby-test-unit-ruby-core))
+ (synopsis
+ "Extends the Time class with methods for parsing and conversion")
+ (description
+ "When this gem is @code{require}d, it extends the Time class with with
+additional methods for parsing and converting Times.")
+ (home-page "https://github.com/ruby/time")
+ (license license:bsd-2)))
+
(define-public ruby-diff-lcs
(package
(name "ruby-diff-lcs")
--
2.41.0
- [bug#68990] [PATCH 05/28] gnu: Add ruby-fake-ftp., (continued)
- [bug#68990] [PATCH 05/28] gnu: Add ruby-fake-ftp., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 06/28] gnu: Add ruby-net-sftp., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 07/28] gnu: Add ruby-net-telnet., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 03/28] gnu: Add ruby-ipaddr., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 12/28] gnu: Add ruby-sfl., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 08/28] gnu: Add ruby-pairing-heap., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 09/28] gnu: Add ruby-stringio., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 10/28] gnu: Add ruby-stream., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 11/28] gnu: Add ruby-rgl., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 13/28] gnu: Add ruby-specinfra., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 15/28] gnu: Add ruby-time.,
Hartmut Goebel <=
- [bug#68990] [PATCH 17/28] gnu: Add ruby-googleapis-common-protos-types., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 14/28] gnu: Add ruby-serverspec., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 16/28] gnu: Add ruby-google-protobuf., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 19/28] gnu: Add ruby-vagrant-cloud., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 20/28] gnu: Add ruby-vagrant-spec., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 18/28] gnu: Add ruby-grpc., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 21/28] gnu: Add ruby-vagrant-spec-helper-basic., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 24/28] gnu: Add ruby-libvirt., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 25/28] gnu: Add ruby-fog-core., Hartmut Goebel, 2024/02/08
- [bug#68990] [PATCH 27/28] gnu: Add ruby-fog-xml., Hartmut Goebel, 2024/02/08