lib/cryptor.rb in cryptor-1.0.0 vs lib/cryptor.rb in cryptor-1.1.0

- old
+ new

@@ -1,7 +1,8 @@ require 'cryptor/version' require 'cryptor/encoding' +require 'cryptor/encrypted_attribute' require 'cryptor/symmetric_encryption' # Multi-backend high-level encryption library module Cryptor CryptoError = Class.new(StandardError)