Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] [PATCH 1/2] Use a valid version ('999') for gems built from git
@ 2009-03-25 13:56 Ingmar Vanhassel
  2009-03-25 13:56 ` [sup-talk] [PATCH 2/2] Initial zsh completion Ingmar Vanhassel
  2009-03-25 14:37 ` [sup-talk] [PATCH 1/2] Use a valid version ('999') for gems built from git William Morgan
  0 siblings, 2 replies; 4+ messages in thread
From: Ingmar Vanhassel @ 2009-03-25 13:56 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-25 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-25 13:56 [sup-talk] [PATCH 1/2] Use a valid version ('999') for gems built from git Ingmar Vanhassel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox