summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
-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."