Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
From: ingmar@exherbo.org (Ingmar Vanhassel)
Subject: [sup-talk] [PATCH 1/2] Use a valid version ('999') for gems built from git
Date: Wed, 25 Mar 2009 13:56:06 +0000	[thread overview]
Message-ID: <1237989367-21630-1-git-send-email-ingmar@exherbo.org> (raw)

See ed12112f, where the same was done in the Rakefile
---
 sup.gemspec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sup.gemspec b/sup.gemspec
index 71b79ed..4341448 100644
--- a/sup.gemspec
+++ b/sup.gemspec
@@ -9,7 +9,7 @@ FILES = EXTRA_FILES + EXECUTABLES.map { |f| "bin/#{f}" } + LIB_DIRS.map { |d| Di
 
 Gem::Specification.new do |s|
   s.name = %q{sup}
-  s.version = Redwood::VERSION
+  s.version = Redwood::VERSION == "git" ? "999" : Redwood::VERSION
   s.date = Time.now.to_s
   s.authors = ["William Morgan"]
   s.email = %q{wmorgan-sup at masanjin.net}
-- 
1.6.2.1



             reply	other threads:[~2009-03-25 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25 13:56 Ingmar Vanhassel [this message]
2009-03-25 13:56 ` [sup-talk] [PATCH 2/2] Initial zsh completion Ingmar Vanhassel
2009-03-25 14:38   ` William Morgan
2009-03-25 14:37 ` [sup-talk] [PATCH 1/2] Use a valid version ('999') for gems built from git William Morgan

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=1237989367-21630-1-git-send-email-ingmar@exherbo.org \
    --to=ingmar@exherbo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox