lib/toy.rb in toystore-0.11.0 vs lib/toy.rb in toystore-0.12.0

- old
+ new

@@ -88,11 +88,12 @@ autoload 'Reference', 'toy/reference' autoload 'References', 'toy/references' autoload 'Identity', 'toy/identity' module Identity - autoload 'AbstractKeyFactory', 'toy/identity/abstract_key_factory' - autoload 'UUIDKeyFactory', 'toy/identity/uuid_key_factory' + autoload 'AbstractKeyFactory', 'toy/identity/abstract_key_factory' + autoload 'UUIDKeyFactory', 'toy/identity/uuid_key_factory' + autoload 'NativeUUIDKeyFactory', 'toy/identity/native_uuid_key_factory' end end require 'toy/identity_map' require 'toy/exceptions'