lib/toy.rb in toystore-0.13.0 vs lib/toy.rb in toystore-0.13.1

- old
+ new

@@ -66,9 +66,13 @@ autoload 'Lists', 'toy/lists' autoload 'Reference', 'toy/reference' autoload 'References', 'toy/references' autoload 'Identity', 'toy/identity' + module Types + autoload 'JSON', 'toy/types/json' + end + module Identity autoload 'AbstractKeyFactory', 'toy/identity/abstract_key_factory' autoload 'UUIDKeyFactory', 'toy/identity/uuid_key_factory' autoload 'NativeUUIDKeyFactory', 'toy/identity/native_uuid_key_factory' end