aboutsummaryrefslogtreecommitdiffstats
path: root/pushgems.rb
diff options
context:
space:
mode:
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 5b2ee61d42..a8b516fb24 100755
--- a/pushgems.rb
+++ b/pushgems.rb
@@ -1,7 +1,7 @@
#!/usr/local/bin/ruby
unless ARGV.first == "no_build"
- build_number = "1962"
+ build_number = build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
end
%w( actionwebservice actionmailer actionpack activerecord railties activesupport ).each do |pkg|