plate_id 0.1.3 → 0.1.4

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: 34064c2a4f6bb50a15f81c7a590a024f8d37c16382855dbaa0b93e48eaf9171a
4
- data.tar.gz: d3ba10f9e6be115eb7fa0ec1f82f053abbfd48274bf58ad9591bfc7016d8a7e4
3
+ metadata.gz: 9ba438799ec09ab4f9ce1d41a0b20a7ddb31fa657be30329b30228425e100308
4
+ data.tar.gz: '00983dd7a7d881d404b1f31c34b3c6445d711a69c8f7463c92dccaa27cce86cd'
5
5
  SHA512:
6
- metadata.gz: e86f004b0869ef5852c5e9f712418979fa4466c210f88ddf44f4ed457499606e53be91c9bcf11441b643e87feb2fe9b6f795ec3a1fc155fd4cfec1e4a89b0064
7
- data.tar.gz: de9128ab7f85028c22c8c34378ee656fe86fbe467a98116a7855861c341e756792d4cb1933471ce410e20a0d6c1fdd0384001ee84d3789d023667adfbcf5269e
6
+ metadata.gz: c37083114d654476e06432cd8d0f8acddf609f74604c15a73778a031c569303c44c5ef7db4ad7b97600639a117f7ea440142fa4068d50b34000c257784a1342d
7
+ data.tar.gz: a9605900674da7314bf3fe2750ac69d094bf6ce8708da41a227c2c1a6b2f38507b80c895c3253dd38696289bfba69aa36c6594c13e25ef24897ba7d3f010b575
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plate_id (0.1.2)
4
+ plate_id (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/uri/plate_id.rb CHANGED
@@ -62,6 +62,8 @@ module URI
62
62
  "Org::Partner" => { host: "Organization", base_class: "Partner" },
63
63
  "Org::FormMessage" => { host: "Organization", base_class: "FormMessage" },
64
64
 
65
+ "Ngn::LiquidProfile" => { host: "Base", base_class: "LiquidProfile" },
66
+
65
67
  # Access control
66
68
  "AccessControl::Policy" => { host: "AccessControl", base_class: "Policy" },
67
69
  "AccessControl::Role" => { host: "AccessControl", base_class: "Role" },
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.3"
5
+ spec.version = "0.1.4"
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.3
4
+ version: 0.1.4
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-11-20 00:00:00.000000000 Z
13
+ date: 2025-02-17 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.
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.4.20
54
+ rubygems_version: 3.3.5
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: 'Refer to any Plate object or class by using the URI syntax: plateid://Group/Class/id'