lib/encrypted_strings/extensions/string.rb in encrypted_strings-0.3.1 vs lib/encrypted_strings/extensions/string.rb in encrypted_strings-0.3.2
- old
+ new
@@ -1,7 +1,4 @@
-require 'openssl'
-require 'base64'
-
module EncryptedStrings
module Extensions #:nodoc:
# Adds support for in-place encryption/decryption of strings
module String
def self.included(base) #:nodoc: