lib/attr_encrypted.rb in shuber-attr_encrypted-1.0.5 vs lib/attr_encrypted.rb in shuber-attr_encrypted-1.0.6
- old
+ new
@@ -1,4 +1,10 @@
+gem 'shuber-eigenclass', '>= 1.0.1'
+require 'eigenclass'
+
+gem 'shuber-encryptor'
+require 'encryptor'
+
require 'huberry/attr_encrypted/class'
Class.send :include, Huberry::AttrEncrypted::Class
require 'huberry/attr_encrypted/object'
Object.extend Huberry::AttrEncrypted::Object
\ No newline at end of file