plate_id 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a739c97b4695a5e4215733bf61da11d9a062f4efad404f6457f3af84297076d
4
- data.tar.gz: 554eb95e24f95a830446d45c404677d47f86986d2d593aae9caa7f38be932e2b
3
+ metadata.gz: 723d95e019a4e8f50cf7c5579685a634f5edc03e880a75330414f9da93589271
4
+ data.tar.gz: 8c5d1e07dfa9f86178ae5705966701ef34cacff231c56aaad128112d885bfa69
5
5
  SHA512:
6
- metadata.gz: 6a74bde97760d74f9bb9ac4a172423eaec845a8c55cbe528154b6a130c968b02cb8e14124cfdff70f4d71cc259152450489c2290b7f57c8192634371891c8fac
7
- data.tar.gz: 6a0022c025bd6916448f2bee27c9a372ab49e9e737d8a5c55fa0009359dcd35599d7743bc6d95f8acc5856264efa8f406d72146bfbe2372d46e01b43f3090004
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "plate_id"
5
- spec.version = "0.0.7"
5
+ spec.version = "0.0.8"
6
6
  spec.authors = ["Kobus Post"]
7
7
  spec.email = ["kobus@getplate.com"]
8
8
  spec.homepage = "https://www.getplate.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plate_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kobus Post