plate_id 0.1.2 → 0.1.3

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: 3cb295266e73472893ff42991ef71040177953618ec7f2d61cd5d22d4b3d0844
4
- data.tar.gz: f61de1f752c0a5b19ad71f801dbb07c398cd9981b9591473eda9aff1034005ab
3
+ metadata.gz: 34064c2a4f6bb50a15f81c7a590a024f8d37c16382855dbaa0b93e48eaf9171a
4
+ data.tar.gz: d3ba10f9e6be115eb7fa0ec1f82f053abbfd48274bf58ad9591bfc7016d8a7e4
5
5
  SHA512:
6
- metadata.gz: ff2bc9c53e87be52afd9f60c503b46c3c05fac40db34b4fa21b6cd77420c0a5dadb689799924cb1be35690eb24b004a146e5d5a49aea947abdf1be9ddcf5700f
7
- data.tar.gz: 7954caf12c489f6a9c876ff3ae3347bda4d6d4c29750437565e3b21c205d7f37a293e9dd452f661e5fb0519aa3a38a38a1b5f5a65df716c190073964c7efb357
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::MultiSiteConnection" => { host: "MultiContent", base_class: "MultiSiteConnection" },
54
- "Ngn::MultiContent::MultiContentConnection" => { host: "MultiContent", base_class: "MultiContentConnection" },
55
- "Ngn::MultiContent::MultiContentRule" => { host: "MultiContent", base_class: "MultiContentRule" },
56
- "Ngn::MultiContent::MultiContentRuleAssignment" => { host: "MultiContent", base_class: "MultiContentRuleAssignment" },
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "plate_id"
5
- spec.version = "0.1.2"
5
+ spec.version = "0.1.3"
6
6
  spec.authors = ["Kobus Post", "David Kortleven", "Elena Freudenberg"]
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.1.2
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-10-30 00:00:00.000000000 Z
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.