summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEllen Marie Dash <[email protected]>2024-03-30 21:07:31 -0400
committergit <[email protected]>2024-03-31 02:37:13 +0000
commit174b67169975160aa682d9b2c6ac5ccde2652105 ()
tree97c1063b26672c77df9ed1f86bb7faae131402f9 /lib
parent9579cf45d59f313e70a6a8dab2e9173743513e91 (diff)
[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.
https://.com/rubygems/rubygems/commit/3c4e3fadc9
-rw-r--r--lib/rubygems/commands/rebuild_command.rb2
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ require_relative "../package"
class Gem::Commands::RebuildCommand < Gem::Command
include Gem::GemspecHelpers
- DATE_FORMAT = "%Y-%m-%d %H:%M:%S.%N Z"
-
def initialize
super "rebuild", "Attempt to reproduce a build of a gem."