[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.

https://github.com/rubygems/rubygems/commit/3c4e3fadc9
This commit is contained in:
Ellen Marie Dash 2024-03-30 21:07:31 -04:00 committed by git
parent 9579cf45d5
commit 174b671699

View File

@ -10,8 +10,6 @@ require_relative "../package"
class Gem::Commands::RebuildCommand < Gem::Command class Gem::Commands::RebuildCommand < Gem::Command
include Gem::GemspecHelpers include Gem::GemspecHelpers
DATE_FORMAT = "%Y-%m-%d %H:%M:%S.%N Z"
def initialize def initialize
super "rebuild", "Attempt to reproduce a build of a gem." super "rebuild", "Attempt to reproduce a build of a gem."