plate_id 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uri/plate_id.rb +1 -0
- data/plate_id.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 723d95e019a4e8f50cf7c5579685a634f5edc03e880a75330414f9da93589271
|
4
|
+
data.tar.gz: 8c5d1e07dfa9f86178ae5705966701ef34cacff231c56aaad128112d885bfa69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dfdc8df5f95303f3629d94bf537d774088a0c265629b36d401b217a8bfeef959cf43f32a3ad07778177775492ce65240eee35e49fb4d56a6fa8d7e027746610
|
7
|
+
data.tar.gz: cc8ecb4c86595604fb45f1db90674f766ceeae356ac6d430eb99ab53bb803d496b5238c8aa43b9bc3aa22b6f037e636ebcfb83c0b1bf93b9eb0c46e04d44f1b4
|
data/lib/uri/plate_id.rb
CHANGED
@@ -33,6 +33,7 @@ module URI
|
|
33
33
|
"Ngn::ContentModel::SectionType" => { host: "ContentModel", base_class: "SectionType" },
|
34
34
|
"Ngn::ContentModel::ElementType" => { host: "ContentModel", base_class: "ElementType" },
|
35
35
|
"Ngn::ContentModel::ObjectTypeKind" => { host: "ContentModel", base_class: "ContentType" },
|
36
|
+
"Ngn::ContentModel::ObjectType" => { host: "ContentModel", base_class: "ObjectType" }, # TODO: legacy, to be replaced with typed kinds
|
36
37
|
"Ngn::ContentModel::TrayType" => { host: "ContentModel", base_class: "TrayType" },
|
37
38
|
"Ngn::ContentModel::AuthenticationType" => { host: "ContentModel", base_class: "AuthenticationType" },
|
38
39
|
|
data/plate_id.gemspec
CHANGED