plate_id 0.1.2 → 0.1.3
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 +4 -4
- 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: 34064c2a4f6bb50a15f81c7a590a024f8d37c16382855dbaa0b93e48eaf9171a
|
4
|
+
data.tar.gz: d3ba10f9e6be115eb7fa0ec1f82f053abbfd48274bf58ad9591bfc7016d8a7e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e86f004b0869ef5852c5e9f712418979fa4466c210f88ddf44f4ed457499606e53be91c9bcf11441b643e87feb2fe9b6f795ec3a1fc155fd4cfec1e4a89b0064
|
7
|
+
data.tar.gz: de9128ab7f85028c22c8c34378ee656fe86fbe467a98116a7855861c341e756792d4cb1933471ce410e20a0d6c1fdd0384001ee84d3789d023667adfbcf5269e
|
data/lib/uri/plate_id.rb
CHANGED
@@ -50,10 +50,10 @@ module URI
|
|
50
50
|
"Ngn::Theming::ThemeFile" => { host: "Theming", base_class: "ThemeFile" },
|
51
51
|
"Ngn::Theming::Prerender" => { host: "Theming", base_class: "Prerender" },
|
52
52
|
|
53
|
-
"Ngn::MultiContent::
|
54
|
-
"Ngn::MultiContent::
|
55
|
-
"Ngn::MultiContent::
|
56
|
-
"Ngn::MultiContent::
|
53
|
+
"Ngn::MultiContent::SiteConnection" => { host: "MultiContent", base_class: "SiteConnection" },
|
54
|
+
"Ngn::MultiContent::Connection" => { host: "MultiContent", base_class: "Connection" },
|
55
|
+
"Ngn::MultiContent::Rule" => { host: "MultiContent", base_class: "Rule" },
|
56
|
+
"Ngn::MultiContent::RuleAssignment" => { host: "MultiContent", base_class: "RuleAssignment" },
|
57
57
|
|
58
58
|
"Org::Auth::User" => { host: "Auth", base_class: "User" },
|
59
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.3
|
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-
|
13
|
+
date: 2023-11-20 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.
|