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”?

> +    (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”

> +    (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?

~~ Ricardo

Reply via email to