summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbaserockimport/exts/rubygems.to_chunk2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserockimport/exts/rubygems.to_chunk b/baserockimport/exts/rubygems.to_chunk
index 323cbb0..f6fe514 100755
--- a/baserockimport/exts/rubygems.to_chunk
+++ b/baserockimport/exts/rubygems.to_chunk
@@ -63,7 +63,7 @@ class RubyGemChunkMorphologyGenerator < Importer::Base
end
def is_signed_gem(spec)
- spec.signing_key != nil
+ spec.signing_key != nil || spec.cert_chain != nil
end
def generate_chunk_morph_for_gem(gemspec_file, spec)