lib/attr_encrypted.rb in shuber-attr_encrypted-1.0.2 vs lib/attr_encrypted.rb in shuber-attr_encrypted-1.0.3
- old
+ new
@@ -1,15 +1,15 @@
-require 'huberry/class'
-Class.send :include, Huberry::Class
+require 'huberry/attr_encrypted/class'
+Class.send :include, Huberry::AttrEncrypted::Class
-require 'huberry/object'
-Object.send :include, Huberry::Object
+require 'huberry/attr_encrypted/object'
+Object.send :include, Huberry::AttrEncrypted::Object
if defined?(ActiveRecord)
- require 'huberry/active_record'
- ActiveRecord::Base.extend Huberry::ActiveRecord
+ require 'huberry/attr_encrypted/active_record'
+ ActiveRecord::Base.extend Huberry::AttrEncrypted::ActiveRecord
end
if defined?(DataMapper)
- require 'huberry/data_mapper'
- DataMapper::Resource.send :include, Huberry::DataMapper
+ require 'huberry/attr_encrypted/data_mapper'
+ DataMapper::Resource.send :include, Huberry::AttrEncrypted::DataMapper
end
\ No newline at end of file