diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-05-15 21:54:46 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-05-15 21:54:46 +0100 |
commit | 879493c35fd8d9e12e5cf3e56cd67ff07c3345c5 (patch) | |
tree | 9615859e1d9a52f71da444b0b7359817bb6acc50 /pushgems.rb | |
parent | d6ecce66f4e125531875006eea8022b73fe135b5 (diff) | |
parent | fc02eabf296d6edb74a95174c7322293a54c9492 (diff) | |
download | rails-879493c35fd8d9e12e5cf3e56cd67ff07c3345c5.tar.gz rails-879493c35fd8d9e12e5cf3e56cd67ff07c3345c5.tar.bz2 rails-879493c35fd8d9e12e5cf3e56cd67ff07c3345c5.zip |
Merge commit 'mainstream/master'
Conflicts:
actionmailer/lib/action_mailer/base.rb
Diffstat (limited to 'pushgems.rb')
-rwxr-xr-x | pushgems.rb | 2 |
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| |