plate_id 0.0.3 → 0.0.4
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b48d2380f3a5942072fc80b5151dc1bffcf8d98b8b706e0f1047009afaec6518
|
4
|
+
data.tar.gz: 92a3abd85ba9d7be9525230c66f4efc67e88d882cbaf891cc291f6c2045ac33f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b793f991419cf32197fde25ba9c7c227d0eb1853904817600d4c391e71756aefc34fbbf5ffc5365fb2c4678f6e507d83d098d00e87146f68ce5b8f912e843dd
|
7
|
+
data.tar.gz: 3e844d5e16ceb9b6f157139da95c1c55f70363d40bc7b270d72596b78e4d73324c5dc93a8773ae553c8daaf9de9614bf3615840de7296b442771431f9c300e71
|
data/lib/uri/plate_id.rb
CHANGED
@@ -24,6 +24,7 @@ module URI
|
|
24
24
|
"Ngn::Content::Element" => { host: "Content", base_class: "Element" },
|
25
25
|
"Ngn::Content::ContentObject" => { host: "Content", base_class: "ContentObject" },
|
26
26
|
"Ngn::Content::SiteTranslation" => { host: "Content", base_class: "SiteTranslation" },
|
27
|
+
"Ngn::Content::AuthenticationObject" => { host: "Content", base_class: "AuthenticationObject" },
|
27
28
|
|
28
29
|
"Ngn::ContentModel::ContentField" => { host: "ContentModel", base_class: "ContentField" },
|
29
30
|
"Ngn::ContentModel::ContentFieldTab" => { host: "ContentModel", base_class: "ContentFieldGroup" },
|
data/plate_id.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plate_id
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kobus Post
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Identify any Plate record or class with URIs. Somewhat based on Rails's
|
14
14
|
GlobalID gem.
|