plate_id 0.1.1 → 0.1.2

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: a6ce0b0cad5cb853e3e5214e65970c545164fa1408b2c4058b2a2779cd260272
4
- data.tar.gz: 1063e5e8136262d5dedfc0ff7c89614e748478979e9afb0029f3b2bfb2dfcddb
3
+ metadata.gz: 3cb295266e73472893ff42991ef71040177953618ec7f2d61cd5d22d4b3d0844
4
+ data.tar.gz: f61de1f752c0a5b19ad71f801dbb07c398cd9981b9591473eda9aff1034005ab
5
5
  SHA512:
6
- metadata.gz: 5c753679aa249858edec134385366a694c260a2f936f76735674e0163c94d18dcb4969cf63fb588d4c4598b078a59058c8469cb7814ac4662f5045ca074a1fd4
7
- data.tar.gz: da16f5cfa736b8c96c8dda64cd06f97a0945739dd63e47527590a3cde44d2fe8cd20131bec8b7e1ecbc2181c2731c94f2b75b4cb1e9d276db76e93bda91f687a
6
+ metadata.gz: ff2bc9c53e87be52afd9f60c503b46c3c05fac40db34b4fa21b6cd77420c0a5dadb689799924cb1be35690eb24b004a146e5d5a49aea947abdf1be9ddcf5700f
7
+ data.tar.gz: 7954caf12c489f6a9c876ff3ae3347bda4d6d4c29750437565e3b21c205d7f37a293e9dd452f661e5fb0519aa3a38a38a1b5f5a65df716c190073964c7efb357
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plate_id (0.1.0)
4
+ plate_id (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -32,4 +32,4 @@ DEPENDENCIES
32
32
  rspec (~> 3.0)
33
33
 
34
34
  BUNDLED WITH
35
- 2.3.4
35
+ 2.4.20
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "plate_id"
5
- spec.version = "0.1.1"
5
+ spec.version = "0.1.2"
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.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-17 00:00:00.000000000 Z
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.