Re: [PATCH 2/4] gnu: ruby-activesupport: Add 'ruby-tzinfo-data' propagated input.

2016-06-08 Thread Ben Woodcroft



On 06/06/16 18:12, Ludovic Courtès wrote:

Ben Woodcroft  skribis:


* gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add
'ruby-tzinfo-data'.

This one LGTM, thanks.  :-)


To be fair, so did Dave, but he left the list of his reply. Thanks you two.

I took all your comments on board Dave, made a few more small changes 
and pushed.

ben



Re: [PATCH 2/4] gnu: ruby-activesupport: Add 'ruby-tzinfo-data' propagated input.

2016-06-06 Thread Ludovic Courtès
Ben Woodcroft  skribis:

> * gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add
> 'ruby-tzinfo-data'.

This one LGTM, thanks.  :-)

Ludo’.



[PATCH 2/4] gnu: ruby-activesupport: Add 'ruby-tzinfo-data' propagated input.

2016-06-05 Thread Ben Woodcroft
* gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add
'ruby-tzinfo-data'.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fa550cb..319971e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2550,7 +2550,8 @@ you about the changes.")
("ruby-json" ,ruby-json)
("ruby-minitest" ,ruby-minitest)
("ruby-thread-safe" ,ruby-thread-safe)
-   ("ruby-tzinfo" ,ruby-tzinfo)))
+   ("ruby-tzinfo" ,ruby-tzinfo)
+   ("ruby-tzinfo-data" ,ruby-tzinfo-data)))
 (synopsis "Ruby on Rails utility library")
 (description "ActiveSupport is a toolkit of support libraries and Ruby
 core extensions extracted from the Rails framework.  It includes support for
-- 
2.7.4