[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.
https://github.com/rubygems/rubygems/commit/3c4e3fadc9
This commit is contained in:
parent
9579cf45d5
commit
174b671699
@ -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."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user