summaryrefslogtreecommitdiff
path: root/packages/reproducible-build.patch
blob: 963f07c66f52623e655d7b3fb94b5528bf3a4a63 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/babosa.gemspec b/babosa.gemspec
index 502c217..492be89 100644
--- a/babosa.gemspec
+++ b/babosa.gemspec
@@ -28,8 +28,4 @@ Gem::Specification.new do |s|
   
   s.required_ruby_version = ">= 2.6.0"
 
-  s.cert_chain = [File.expand_path("certs/parndt.pem", __dir__)]
-  if $PROGRAM_NAME.end_with?("gem") && ARGV.include?("build") && ARGV.include?(__FILE__)
-    s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
-  end
 end