diff options
author | Ellen Marie Dash <[email protected]> | 2024-03-30 21:07:31 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-03-31 02:37:13 +0000 |
commit | 174b67169975160aa682d9b2c6ac5ccde2652105 (patch) | |
tree | 97c1063b26672c77df9ed1f86bb7faae131402f9 /lib/rubygems/commands | |
parent | 9579cf45d59f313e70a6a8dab2e9173743513e91 (diff) |
[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.
https://github.com/rubygems/rubygems/commit/3c4e3fadc9
Diffstat (limited to 'lib/rubygems/commands')
-rw-r--r-- | lib/rubygems/commands/rebuild_command.rb | 2 |
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." |