guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCHES] Add ruby-pry


From: Thompson, David
Subject: Re: [PATCHES] Add ruby-pry
Date: Sun, 30 Aug 2015 10:34:21 -0400

On Sun, Aug 30, 2015 at 12:12 AM, Ricardo Wurmus
<address@hidden> wrote:
> Hi Dave,
>
>> +(define-public ruby-method-source
>> +  (package
>> +    (name "ruby-method-source")
>> +    (version "0.8.2")
>> +    (source
>> +     (origin
>> +       (method url-fetch)
>> +       (uri (rubygems-uri "method_source" version))
>> +       (sha256
>> +        (base32
>> +         "1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2"))))
>> +    (build-system ruby-build-system)
>> +    (native-inputs
>> +     `(("ruby-bacon" ,ruby-bacon)
>> +       ("git" ,git)))
>> +    (synopsis "Retrieve the sourcecode for Ruby methods")
>
> Replace “sourcecode” with “source code”?

Fixed.

>> +    (description "Method_source retrieves the source codefor Ruby methods.
>> +Additionally, it can extract source code from Proc and Lambda objects or 
>> just
>> +extract comments.")
>
> “codefor” —> “code for”

Fixed.

>> +    (home-page "http://banisterfiend.wordpress.com";)
>
> This seems to be just a blog, not a project page.  Is there a better
> page to use for the ‘home-page’ field?

This is what was in the gem's metadata, but I'll link to the GitHub
page instead.

Thanks!

- Dave



reply via email to

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