summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2024-03-30 21:07:31 -0400
committergit <svn-admin@ruby-lang.org>2024-03-31 02:37:13 +0000
commit174b67169975160aa682d9b2c6ac5ccde2652105 (patch)
tree97c1063b26672c77df9ed1f86bb7faae131402f9
parent9579cf45d59f313e70a6a8dab2e9173743513e91 (diff)
[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.
https://github.com/rubygems/rubygems/commit/3c4e3fadc9
-rw-r--r--lib/rubygems/commands/rebuild_command.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/commands/rebuild_command.rb b/lib/rubygems/commands/rebuild_command.rb
index 97f05ef79c..77a474ef1d 100644
--- a/lib/rubygems/commands/rebuild_command.rb
+++ b/lib/rubygems/commands/rebuild_command.rb
@@ -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."