We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f44a commit c329794Copy full SHA for c329794
pushgems.rb
@@ -1,7 +1,7 @@
1
#!/usr/bin/env ruby
2
3
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
+ build_number = Time.now.strftime("%Y%m%d%H%M%S").to_i
5
end
6
7
%w( activeresource actionmailer actionpack activerecord railties activesupport ).each do |pkg|
@@ -11,5 +11,4 @@
11
else
12
`cd #{pkg} && rm -rf pkg && rake pgem && cd ..`
13
14
-end
15
-
+end
0 commit comments