aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
authorTomK32 <tomk32@tomk32.de>2008-05-16 11:13:32 +0200
committerTomK32 <tomk32@tomk32.de>2008-05-16 11:13:32 +0200
commitfa0cca368f74119b561595cc6ca7454f7debdf6b (patch)
tree85022a5047c4d8da55a981cc3c1b8cc65f1adcd8 /pushgems.rb
parentf16c22040d5b66cb285fbd9a90858294376192bb (diff)
parent4e2bc02163aa646ab1304b1b5bec98a7af8927f5 (diff)
downloadrails-fa0cca368f74119b561595cc6ca7454f7debdf6b.tar.gz
rails-fa0cca368f74119b561595cc6ca7454f7debdf6b.tar.bz2
rails-fa0cca368f74119b561595cc6ca7454f7debdf6b.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'pushgems.rb')
-rwxr-xr-xpushgems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pushgems.rb b/pushgems.rb
index 6a1f1ffe8f..784aa5de68 100755
--- a/pushgems.rb
+++ b/pushgems.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
unless ARGV.first == "no_build"
- build_number = build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
+ build_number = Time.now.strftime("%Y%m%d%H%M%S").to_i
end
%w( activeresource actionmailer actionpack activerecord railties activesupport ).each do |pkg|