summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-19 07:02:57 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-19 07:02:57 +0000
commitb0f6781e2f225bb6787233504de482b988bc9a81 (patch)
tree0ab55689cd071adccb43538a90503791aff861cb /lib
parent13c15beb68916b41f69e8d1e96f61478368ec9ac (diff)
Update metadata of Bundler 1.17.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/build_metadata.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/build_metadata.rb b/lib/bundler/build_metadata.rb
index 33f91e9162..6146f16cb6 100644
--- a/lib/bundler/build_metadata.rb
+++ b/lib/bundler/build_metadata.rb
@@ -4,6 +4,8 @@ module Bundler
# Represents metadata from when the Bundler gem was built.
module BuildMetadata
# begin ivars
+ @built_at = "2018-12-19".freeze
+ @git_commit_sha = "3fc4de72b".freeze
@release = false
# end ivars