odrl-ruby 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/examples/build_profile.rb +1 -1
- data/lib/odrl/odrl/version.rb +1 -1
- data/lib/odrl/profile/builder.rb +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: fdcd5bfb5bc052822349146efbc304d7894c89c66fc861f0dae92f19eb6068c2
|
4
|
+
data.tar.gz: 0e7e71025bc4c15a74419618568ba346e563538e9ee4844fd2b6379cf460adab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 267af6ef7ede293eb743b806638caaedc1395a5a485c1f798937be9594e365e83753af1245042734e6c6215d3c57e4d2567d3978d9330326b1794cdec859ccdd
|
7
|
+
data.tar.gz: bfbd3ec7a73ad5cdfd1c64e2f9da17c19bd10aa21c64bead93164ffa55c4367ad5fbb4231f1fc57572f8e817bd3e7d699fff6cae847d22e4c8cabe3655522e95
|
data/Gemfile.lock
CHANGED
data/examples/build_profile.rb
CHANGED
@@ -19,7 +19,7 @@ p.party_functional_roles << ODRL::Profile::PartyFunction.new(
|
|
19
19
|
label: "Assigner with Nagoya authority to assign",
|
20
20
|
definition: "Assigners have special responsibilities in the Nagoya protocol")
|
21
21
|
|
22
|
-
p.actions << ODRL::Profile::
|
22
|
+
p.actions << ODRL::Profile::Action.new(
|
23
23
|
uri: "https://example.org/myprofiles/ontology#nagoya_propogate",
|
24
24
|
label: "Plant and Harvest",
|
25
25
|
definition: "the action of planting and harvesting the seed",
|
data/lib/odrl/odrl/version.rb
CHANGED
data/lib/odrl/profile/builder.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: odrl-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Wilkinson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A builder for ODRL files. Does basic validation against core ODRL vocabularies.
|
14
14
|
Has a Builder that allows you to create ODRL Profiles to extend the core vocabulary. DOES
|