From: wmorgan-sup@masanjin.net (William Morgan)
Subject: [sup-talk] backspace and delete keys
Date: Thu, 10 Jan 2008 08:22:03 -0800 [thread overview]
Message-ID: <1199982010-sup-5502@south> (raw)
In-Reply-To: <1199948145-sup-5723@indigo>
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. Does this patch
help?
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'
--
William <wmorgan-sup at masanjin.net>
next prev parent reply other threads:[~2008-01-10 16:22 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 [this message]
2008-01-10 17:23 ` Ingmar Vanhassel
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=1199982010-sup-5502@south \
--to=wmorgan-sup@masanjin.net \
/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