From: ingmar.stdin@gmail.com (Ingmar Vanhassel)
Subject: [sup-talk] backspace and delete keys
Date: Thu, 10 Jan 2008 18:23:35 +0100 [thread overview]
Message-ID: <1199985758-sup-6668@indigo> (raw)
In-Reply-To: <1199982010-sup-5502@south>
Excerpts from William Morgan's message of Thu Jan 10 17:22:03 +0100 2008:
> Excerpts from Ingmar Vanhassel's message of Wed Jan 09 23:05:40 -0800 2008:
> > ingmar at indigo /var/temp/portage/net-mail/sup-9999/work $ rake gem
> > (in /home/temp/portage/net-mail/sup-9999/work)
> > [Thu Jan 10 07:48:47 +0100 2008] using character set encoding "UTF-8"
> > rake aborted!
> > can't convert Fixnum into String
> > /home/temp/portage/net-mail/sup-9999/work/Rakefile:15:in `new'
>
> Well Rake helpfully omits the backtrace, and I can think of a very easy
> way to convert a fixnum into a string, but I'm guessing this is a
> problem with an earlier version of RubyGems than I have.
I have rubygems-0.9.4-r2.
> Does this patch help?
It does, thanks!
> diff --git a/Rakefile b/Rakefile
> index 33e9883..69f0b68 100644
> --- a/Rakefile
> +++ b/Rakefile
> @@ -10,7 +10,7 @@ end # thanks to "Mike H"
> ## allow people who use development versions by running "rake gem"
> ## and installing the resulting gem it to be able to do this. (gem
> ## versions must be in dotted-digit notation only).
> -version = Redwood::VERSION == "git" ? 999 : Redwood::VERSION
> +version = Redwood::VERSION == "git" ? "999" : Redwood::VERSION
>
> Hoe.new('sup', version) do |p|
> p.rubyforge_name = 'sup'
>
next prev parent reply other threads:[~2008-01-10 17:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-07 22:59 Giorgio Lando
2008-01-08 0:12 ` William Morgan
2008-01-08 0:22 ` Giorgio Lando
2008-01-08 3:24 ` Giorgio Lando
2008-01-08 6:39 ` William Morgan
2008-01-08 11:31 ` Giorgio Lando
2008-01-08 15:34 ` William Morgan
2008-01-08 16:21 ` Giorgio Lando
2008-01-08 16:40 ` William Morgan
2008-01-08 17:23 ` William Morgan
2008-01-08 17:32 ` Giorgio Lando
2008-01-09 19:02 ` William Morgan
2008-01-10 7:05 ` Ingmar Vanhassel
2008-01-10 16:22 ` William Morgan
2008-01-10 17:23 ` Ingmar Vanhassel [this message]
2008-01-10 17:45 ` William Morgan
2008-01-08 1:34 ` Nicolas Pouillard
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=1199985758-sup-6668@indigo \
--to=ingmar.stdin@gmail.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox