lib/rudy/scm/svn.rb in rudy-0.4.0 vs lib/rudy/scm/svn.rb in rudy-0.6.0
- old
+ new
@@ -34,10 +34,10 @@
mon = now.mon.to_s.rjust(2, '0')
day = now.day.to_s.rjust(2, '0')
rev = "01"
criteria = ['rel', now.year, mon, day, rev]
criteria.insert(-2, username) if username
- tag = criteria.join(RUDY_DELIM)
+ tag = criteria.join(Rudy::DELIM)
# Keep incrementing the revision number until we find the next one.
tag.succ! while (valid_uri?("#{@base_uri}/#{tag}"))
tag
end
\ No newline at end of file