Skip to content

Commit

Permalink
Remove ssh key signing
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 14, 2019
1 parent dca2b1d commit 66faa3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
21 changes: 0 additions & 21 deletions certs/rwz.pem

This file was deleted.

20 changes: 0 additions & 20 deletions certs/sferik.pem

This file was deleted.

2 changes: 0 additions & 2 deletions multi_json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ require File.expand_path("../lib/multi_json/version.rb", __FILE__)
Gem::Specification.new do |spec|
spec.authors = ["Michael Bleigh", "Josh Kalderimis", "Erik Michaels-Ober", "Pavel Pravosud"]
spec.email = %w[michael@intridea.com josh.kalderimis@gmail.com sferik@gmail.com pavel@pravosud.com]
spec.cert_chain = %w[certs/rwz.pem]
spec.summary = "A common interface to multiple JSON libraries."
spec.description = "A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson."
spec.files = Dir["*.md", "lib/**/*"]
spec.homepage = "http://github.com/intridea/multi_json"
spec.license = "MIT"
spec.name = "multi_json"
spec.require_path = "lib"
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $PROGRAM_NAME =~ /gem\z/
spec.version = MultiJson::Version

spec.required_rubygems_version = ">= 1.3.5"
Expand Down

0 comments on commit 66faa3d

Please sign in to comment.