Sha256: 25e2095cd5d7040828a3aeea9ad108ea7e385f079810160b61937d983c374277
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
class PgExport module Aes class Encryptor < Base def target_dump_name 'Encrypted Dump'.freeze end def cipher_type :encrypt end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg_export-0.6.1 | lib/pg_export/aes/encryptor.rb |
pg_export-0.6.0 | lib/pg_export/aes/encryptor.rb |