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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 285996251973718c4ba4bea385e1df95bc8b3f23d4e50fc1fa5dd0fc28cb63d4
4
- data.tar.gz: dbceab1cb4e5003016dd5f8499ae659e382c8be8a4900ec2a58ae6983bdc0263
3
+ metadata.gz: fdcd5bfb5bc052822349146efbc304d7894c89c66fc861f0dae92f19eb6068c2
4
+ data.tar.gz: 0e7e71025bc4c15a74419618568ba346e563538e9ee4844fd2b6379cf460adab
5
5
  SHA512:
6
- metadata.gz: 3385c5e104219c97354693ea4dbb758d8aa69d3ac48a40600c92cf0f45d724517035664d7824349c1904f309d2f4b2294889fc202801c977e2822e4c3d9fe260
7
- data.tar.gz: 595f681f2e46d8d506f706fbac63830e4b32b6c05af4c876001420a38662533ac78caee7c7a05b8750588c3120f4689fbfdcd08219eccd13879096cb8fffc76a
6
+ metadata.gz: 267af6ef7ede293eb743b806638caaedc1395a5a485c1f798937be9594e365e83753af1245042734e6c6215d3c57e4d2567d3978d9330326b1794cdec859ccdd
7
+ data.tar.gz: bfbd3ec7a73ad5cdfd1c64e2f9da17c19bd10aa21c64bead93164ffa55c4367ad5fbb4231f1fc57572f8e817bd3e7d699fff6cae847d22e4c8cabe3655522e95
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- odrl-ruby (0.2.2)
4
+ odrl-ruby (0.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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::Rule.new(
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",
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ODRL
4
4
  module ODRL
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
  end
7
7
  end
@@ -134,7 +134,7 @@ module ODRL
134
134
  end
135
135
  end
136
136
 
137
- class Rule < ProfileElement
137
+ class Action < ProfileElement
138
138
  # ex:myAction a odrl:Action .
139
139
  # ex:myAction odrl:includedIn odrl:use .
140
140
  # ex:myAction odrl:implies odrl:distribute .
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.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-01 00:00:00.000000000 Z
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