Skip to content

Commit f1b6e1a

Browse files
author
David Heinemeier Hansson
committed
No more svn version numbers to rely on, use timestamps instead
1 parent 5d9c602 commit f1b6e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushgems.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22

33
unless ARGV.first == "no_build"
4-
build_number = build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
4+
build_number = Time.now.strftime("%Y%m%d%H%M%S").to_i
55
end
66

77
%w( activeresource actionmailer actionpack activerecord railties activesupport ).each do |pkg|

0 commit comments

Comments
 (0)