guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add ruby-tzinfo.


From: David Thompson
Subject: 02/04: gnu: Add ruby-tzinfo.
Date: Sun, 06 Sep 2015 13:31:07 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 08a1b7013df6d081037406a2a9e180724ecd79b3
Author: David Thompson <address@hidden>
Date:   Sun Aug 30 09:21:46 2015 -0400

    gnu: Add ruby-tzinfo.
    
    * gnu/packages/ruby.scm (ruby-tzinfo): New variable.
---
 gnu/packages/ruby.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 60cee11..6c346d5 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -941,3 +941,23 @@ invocation, and source and documentation browsing.")
 utilities for Ruby.")
     (home-page "https://github.com/ruby-concurrency/thread_safe";)
     (license license:asl2.0)))
+
+(define-public ruby-tzinfo
+  (package
+    (name "ruby-tzinfo")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "tzinfo" version))
+       (sha256
+        (base32
+         "1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx"))))
+    (build-system ruby-build-system)
+    (propagated-inputs
+     `(("ruby-thread-safe" ,ruby-thread-safe)))
+    (synopsis "Time zone library for Ruby")
+    (description "TZInfo is a Ruby library that provides daylight savings
+aware transformations between times in different time zones.")
+    (home-page "http://tzinfo.github.io";)
+    (license license:expat)))



reply via email to

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