all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: David Thompson <dthompson2@worcester.edu>
Cc: guix-devel@gnu.org
Subject: Re: [PATCHES] Add ruby-pry
Date: Sun, 30 Aug 2015 06:12:04 +0200	[thread overview]
Message-ID: <87613xife3.fsf@mdc-berlin.de> (raw)
In-Reply-To: <871telpjmr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me>

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	other threads:[~2015-08-30  4:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-30  2:58 [PATCHES] Add ruby-pry David Thompson
2015-08-30  4:12 ` Ricardo Wurmus [this message]
2015-08-30 14:34   ` Thompson, David
2015-09-06 13:12 ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87613xife3.fsf@mdc-berlin.de \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.