Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jasonrudolph/attr_encrypted
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rails-7
Choose a base ref
...
head repository: octobox/attr_encrypted
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rails-7
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 22, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e33d91b View commit details
Showing with 0 additions and 7 deletions.
  1. +0 −7 attr_encrypted.gemspec
7 changes: 0 additions & 7 deletions attr_encrypted.gemspec
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/attr-encrypted/attr_encrypted'
s.license = 'MIT'

s.has_rdoc = false
s.rdoc_options = ['--line-numbers', '--inline-source', '--main', 'README.rdoc']

s.require_paths = ['lib']
@@ -59,10 +58,4 @@ Gem::Specification.new do |s|

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: Several insecure default options and features were deprecated in attr_encrypted v2.0.0.\n
Additionally, there was a bug in Encryptor v2.0.0 that insecurely encrypted data when using an AES-*-GCM algorithm.\n
This bug was fixed but introduced breaking changes between v2.x and v3.x.\n
Please see the README for more information regarding upgrading to attr_encrypted v3.0.0.\n\n\n"

end