Skip to content

Commit

Permalink
Drop gem signing (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Apr 6, 2023
1 parent b565876 commit 7e857a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions attr_encrypted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('simplecov')
s.add_development_dependency('simplecov-rcov')

s.cert_chain = ['certs/saghaulor.pem']
s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/

s.post_install_message = "\n\n\nWARNING: Using `#encrypted_attributes` is no longer supported. Instead, use `#attr_encrypted_encrypted_attributes` to avoid
collision with Active Record 7 native encryption.\n\n\n"

Expand Down
21 changes: 0 additions & 21 deletions certs/saghaulor.pem

This file was deleted.

0 comments on commit 7e857a5

Please sign in to comment.