Skip to content

Commit

Permalink
Remove Hbc::Container::Gpg.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jul 23, 2018
1 parent d6a245c commit b7eb7e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/cask/lib/hbc/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require "hbc/container/self_extracting_executable"
require "hbc/container/executable"
require "hbc/container/generic_unar"
require "hbc/container/gpg"
require "hbc/container/gzip"
require "hbc/container/lzma"
require "hbc/container/naked"
Expand Down Expand Up @@ -45,7 +44,6 @@ def self.autodetect_containers
Gzip, # pure gzip
Lzma, # pure lzma
Xz, # pure xz
Gpg, # GnuPG signed data
Executable,
SvnRepository,
]
Expand Down
43 changes: 0 additions & 43 deletions Library/Homebrew/cask/lib/hbc/container/gpg.rb

This file was deleted.

0 comments on commit b7eb7e4

Please sign in to comment.