summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 68c96bee85..c944ef74da 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -933,6 +933,7 @@ def load_gemspec(file, base = nil)
end
spec.loaded_from = base ? File.join(base, File.basename(file)) : file
spec.files.reject! {|n| n.end_with?(".gemspec") or n.start_with?(".git")}
+ spec.date = RUBY_RELEASE_DATE
spec
end