lib/crypt_keeper.rb in crypt_keeper-0.20.0 vs lib/crypt_keeper.rb in crypt_keeper-0.21.0

- old
+ new

@@ -9,6 +9,12 @@ require 'crypt_keeper/provider/mysql_aes_new' require 'crypt_keeper/provider/postgres_pgp' require 'crypt_keeper/provider/postgres_pgp_public_key' module CryptKeeper + class << self + attr_accessor :stub_encryption + alias_method :stub_encryption?, :stub_encryption + end end + +CryptKeeper.stub_encryption = false