plate_id 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- 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: 3cb295266e73472893ff42991ef71040177953618ec7f2d61cd5d22d4b3d0844
|
4
|
+
data.tar.gz: f61de1f752c0a5b19ad71f801dbb07c398cd9981b9591473eda9aff1034005ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff2bc9c53e87be52afd9f60c503b46c3c05fac40db34b4fa21b6cd77420c0a5dadb689799924cb1be35690eb24b004a146e5d5a49aea947abdf1be9ddcf5700f
|
7
|
+
data.tar.gz: 7954caf12c489f6a9c876ff3ae3347bda4d6d4c29750437565e3b21c205d7f37a293e9dd452f661e5fb0519aa3a38a38a1b5f5a65df716c190073964c7efb357
|
data/Gemfile.lock
CHANGED
data/lib/uri/plate_id.rb
CHANGED
@@ -53,6 +53,7 @@ module URI
|
|
53
53
|
"Ngn::MultiContent::MultiSiteConnection" => { host: "MultiContent", base_class: "MultiSiteConnection" },
|
54
54
|
"Ngn::MultiContent::MultiContentConnection" => { host: "MultiContent", base_class: "MultiContentConnection" },
|
55
55
|
"Ngn::MultiContent::MultiContentRule" => { host: "MultiContent", base_class: "MultiContentRule" },
|
56
|
+
"Ngn::MultiContent::MultiContentRuleAssignment" => { host: "MultiContent", base_class: "MultiContentRuleAssignment" },
|
56
57
|
|
57
58
|
"Org::Auth::User" => { host: "Auth", base_class: "User" },
|
58
59
|
"Api::Integration" => { host: "Auth", base_class: "ApiIntegration" },
|
data/plate_id.gemspec
CHANGED
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.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kobus Post
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-10-
|
13
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: Identify any Plate record or class with URIs. Somewhat based on Rails's
|
16
16
|
GlobalID gem.
|