odrl-ruby 0.2.3 → 0.2.4

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: fdcd5bfb5bc052822349146efbc304d7894c89c66fc861f0dae92f19eb6068c2
4
- data.tar.gz: 0e7e71025bc4c15a74419618568ba346e563538e9ee4844fd2b6379cf460adab
3
+ metadata.gz: c3e24c6b217e8a7a9296b1d55ec707474224ba9fe443b616468b7a88d8f80c7c
4
+ data.tar.gz: ff5f82f0417efa07bc2173b70b3178ea9374aff0a791b86fd515a2a90b949c61
5
5
  SHA512:
6
- metadata.gz: 267af6ef7ede293eb743b806638caaedc1395a5a485c1f798937be9594e365e83753af1245042734e6c6215d3c57e4d2567d3978d9330326b1794cdec859ccdd
7
- data.tar.gz: bfbd3ec7a73ad5cdfd1c64e2f9da17c19bd10aa21c64bead93164ffa55c4367ad5fbb4231f1fc57572f8e817bd3e7d699fff6cae847d22e4c8cabe3655522e95
6
+ metadata.gz: 3a6cc7769f4428b1400c171e944093be51b7f94518349d9abcec706a777a4d96dc9c66ed20294ef1e2c5bbcea433ebb9c90cbeaac82d204228588dab6acbd395
7
+ data.tar.gz: b9f78804ed1515d5e6c1450b7d88d0e613aa40f1a59ec41088fc73bea52491fdc9448ce8fa05c1990fa9070afa6129d54af319e0b390289fbb7ba2ae3d7a8685
data/.rubocop.yml CHANGED
@@ -1,16 +1,16 @@
1
- AllCops:
2
- TargetRubyVersion: "3.0.0"
3
- NewCops: enable
4
- Style/StringLiterals:
5
- Enabled: true
6
- EnforcedStyle: double_quotes
7
-
8
- Style/StringLiteralsInInterpolation:
9
- Enabled: true
10
- EnforcedStyle: double_quotes
11
-
12
- Layout/LineLength:
13
- Max: 120
14
-
15
- Metrics/MethodLength:
16
- Max: 40
1
+ AllCops:
2
+ TargetRubyVersion: "3.0.0"
3
+ NewCops: enable
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ Enabled: true
10
+ EnforcedStyle: double_quotes
11
+
12
+ Layout/LineLength:
13
+ Max: 120
14
+
15
+ Metrics/MethodLength:
16
+ Max: 40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## [Unreleased]
2
-
3
- ## [0.1.0] - 2022-03-15
4
-
5
- - Initial release
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2022-03-15
4
+
5
+ - Initial release
data/Gemfile CHANGED
@@ -1,12 +1,12 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- # Specify your gem's dependencies in odrl-ruby.gemspec
6
- gemspec
7
-
8
- gem "rake", "~> 13.0"
9
- gem "linkeddata", "~> 3.2.0"
10
- gem "rspec", "~> 3.11.0"
11
- gem "rdf-raptor", "~> 3.2.0"
12
- gem "rubocop"
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in odrl-ruby.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+ gem "linkeddata", "~> 3.2.0"
10
+ gem "rspec", "~> 3.11.0"
11
+ gem "rdf-raptor", "~> 3.2.0"
12
+ gem "rubocop"
data/Gemfile.lock CHANGED
@@ -1,249 +1,249 @@
1
- PATH
2
- remote: .
3
- specs:
4
- odrl-ruby (0.2.3)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- addressable (2.8.4)
10
- public_suffix (>= 2.0.2, < 6.0)
11
- ast (2.4.2)
12
- bcp47 (0.3.3)
13
- i18n
14
- builder (3.2.4)
15
- concurrent-ruby (1.2.2)
16
- connection_pool (2.4.1)
17
- diff-lcs (1.5.0)
18
- ebnf (2.3.4)
19
- htmlentities (~> 4.3)
20
- rdf (~> 3.2)
21
- scanf (~> 1.0)
22
- sxp (~> 1.2)
23
- unicode-types (~> 1.8)
24
- ffi (1.15.5)
25
- haml (6.1.1)
26
- temple (>= 0.8.2)
27
- thor
28
- tilt
29
- hamster (3.0.0)
30
- concurrent-ruby (~> 1.0)
31
- htmlentities (4.3.4)
32
- i18n (1.14.1)
33
- concurrent-ruby (~> 1.0)
34
- json (2.6.3)
35
- json-canonicalization (0.3.2)
36
- json-ld (3.2.5)
37
- htmlentities (~> 4.3)
38
- json-canonicalization (~> 0.3, >= 0.3.2)
39
- link_header (~> 0.0, >= 0.0.8)
40
- multi_json (~> 1.15)
41
- rack (>= 2.2, < 4)
42
- rdf (~> 3.2, >= 3.2.10)
43
- json-ld-preloaded (3.2.2)
44
- json-ld (~> 3.2)
45
- rdf (~> 3.2)
46
- language_server-protocol (3.17.0.3)
47
- ld-patch (3.2.0)
48
- ebnf (~> 2.2)
49
- rdf (~> 3.2)
50
- rdf-xsd (~> 3.2)
51
- sparql (~> 3.2)
52
- sxp (~> 1.2)
53
- link_header (0.0.8)
54
- linkeddata (3.2.1)
55
- json-ld (~> 3.2, >= 3.2.3)
56
- json-ld-preloaded (~> 3.2)
57
- ld-patch (~> 3.2)
58
- nokogiri (~> 1.13, >= 1.13.8)
59
- rdf (~> 3.2, >= 3.2.9)
60
- rdf-aggregate-repo (~> 3.2, >= 3.2.1)
61
- rdf-hamster-repo (~> 3.2)
62
- rdf-isomorphic (~> 3.2, >= 3.2.1)
63
- rdf-json (~> 3.2)
64
- rdf-microdata (~> 3.2, >= 3.2.1)
65
- rdf-n3 (~> 3.2, >= 3.2.1)
66
- rdf-normalize (~> 0.5)
67
- rdf-ordered-repo (~> 3.2, >= 3.2.1)
68
- rdf-rdfa (~> 3.2)
69
- rdf-rdfxml (~> 3.2)
70
- rdf-reasoner (~> 0.8)
71
- rdf-tabular (~> 3.2, >= 3.2.1)
72
- rdf-trig (~> 3.2)
73
- rdf-trix (~> 3.2)
74
- rdf-turtle (~> 3.2, >= 3.2.1)
75
- rdf-vocab (~> 3.2, >= 3.2.1)
76
- rdf-xsd (~> 3.2, >= 3.2.1)
77
- shacl (~> 0.2, >= 0.2.1)
78
- shex (~> 0.7, >= 0.7.1)
79
- sparql (~> 3.2, >= 3.2.4)
80
- sparql-client (~> 3.2, >= 3.2.1)
81
- yaml-ld (~> 0.0)
82
- logger (1.5.3)
83
- matrix (0.4.2)
84
- multi_json (1.15.0)
85
- net-http-persistent (4.0.2)
86
- connection_pool (~> 2.2)
87
- nokogiri (1.15.2-x86_64-linux)
88
- racc (~> 1.4)
89
- parallel (1.23.0)
90
- parser (3.2.2.3)
91
- ast (~> 2.4.1)
92
- racc
93
- psych (5.1.0)
94
- stringio
95
- public_suffix (5.0.1)
96
- racc (1.7.1)
97
- rack (3.0.8)
98
- rainbow (3.1.1)
99
- rake (13.0.6)
100
- rdf (3.2.11)
101
- link_header (~> 0.0, >= 0.0.8)
102
- rdf-aggregate-repo (3.2.1)
103
- rdf (~> 3.2)
104
- rdf-hamster-repo (3.2.1)
105
- hamster (~> 3.0)
106
- rdf (~> 3.2, >= 3.2.1)
107
- rdf-isomorphic (3.2.1)
108
- rdf (~> 3.2)
109
- rdf-json (3.2.0)
110
- rdf (~> 3.2)
111
- rdf-microdata (3.2.1)
112
- htmlentities (~> 4.3)
113
- nokogiri (~> 1.13)
114
- rdf (~> 3.2)
115
- rdf-rdfa (~> 3.2)
116
- rdf-xsd (~> 3.2)
117
- rdf-n3 (3.2.1)
118
- ebnf (~> 2.2)
119
- rdf (~> 3.2)
120
- sparql (~> 3.2)
121
- sxp (~> 1.2)
122
- rdf-normalize (0.6.0)
123
- rdf (~> 3.2)
124
- rdf-ordered-repo (3.2.1)
125
- rdf (~> 3.2, >= 3.2.1)
126
- rdf-raptor (3.2.0)
127
- ffi (~> 1.15)
128
- rdf (~> 3.2)
129
- rdf-rdfa (3.2.2)
130
- haml (>= 5.2, < 7)
131
- htmlentities (~> 4.3)
132
- rdf (~> 3.2)
133
- rdf-aggregate-repo (~> 3.2)
134
- rdf-vocab (~> 3.2)
135
- rdf-xsd (~> 3.2)
136
- rdf-rdfxml (3.2.0)
137
- htmlentities (~> 4.3)
138
- rdf (~> 3.2)
139
- rdf-rdfa (~> 3.2)
140
- rdf-xsd (~> 3.2)
141
- rdf-reasoner (0.8.0)
142
- rdf (~> 3.2)
143
- rdf-xsd (~> 3.2)
144
- rdf-tabular (3.2.1)
145
- addressable (~> 2.8)
146
- bcp47 (~> 0.3, >= 0.3.3)
147
- json-ld (~> 3.2)
148
- rdf (~> 3.2, >= 3.2.7)
149
- rdf-vocab (~> 3.2)
150
- rdf-xsd (~> 3.2)
151
- rdf-trig (3.2.0)
152
- ebnf (~> 2.2)
153
- rdf (~> 3.2)
154
- rdf-turtle (~> 3.2)
155
- rdf-trix (3.2.0)
156
- rdf (~> 3.2)
157
- rdf-xsd (~> 3.2)
158
- rdf-turtle (3.2.1)
159
- ebnf (~> 2.3)
160
- rdf (~> 3.2)
161
- rdf-vocab (3.2.6)
162
- rdf (~> 3.2, >= 3.2.4)
163
- rdf-xsd (3.2.1)
164
- rdf (~> 3.2)
165
- rexml (~> 3.2)
166
- regexp_parser (2.8.1)
167
- rexml (3.2.5)
168
- rspec (3.11.0)
169
- rspec-core (~> 3.11.0)
170
- rspec-expectations (~> 3.11.0)
171
- rspec-mocks (~> 3.11.0)
172
- rspec-core (3.11.0)
173
- rspec-support (~> 3.11.0)
174
- rspec-expectations (3.11.1)
175
- diff-lcs (>= 1.2.0, < 2.0)
176
- rspec-support (~> 3.11.0)
177
- rspec-mocks (3.11.2)
178
- diff-lcs (>= 1.2.0, < 2.0)
179
- rspec-support (~> 3.11.0)
180
- rspec-support (3.11.1)
181
- rubocop (1.53.1)
182
- json (~> 2.3)
183
- language_server-protocol (>= 3.17.0)
184
- parallel (~> 1.10)
185
- parser (>= 3.2.2.3)
186
- rainbow (>= 2.2.2, < 4.0)
187
- regexp_parser (>= 1.8, < 3.0)
188
- rexml (>= 3.2.5, < 4.0)
189
- rubocop-ast (>= 1.28.0, < 2.0)
190
- ruby-progressbar (~> 1.7)
191
- unicode-display_width (>= 2.4.0, < 3.0)
192
- rubocop-ast (1.29.0)
193
- parser (>= 3.2.1.0)
194
- ruby-progressbar (1.13.0)
195
- scanf (1.0.0)
196
- shacl (0.3.0)
197
- json-ld (~> 3.2)
198
- rdf (~> 3.2, >= 3.2.8)
199
- sparql (~> 3.2, >= 3.2.4)
200
- sxp (~> 1.2)
201
- shex (0.7.1)
202
- ebnf (~> 2.2)
203
- htmlentities (~> 4.3)
204
- json-ld (~> 3.2)
205
- json-ld-preloaded (~> 3.2)
206
- rdf (~> 3.2)
207
- rdf-xsd (~> 3.2)
208
- sparql (~> 3.2)
209
- sxp (~> 1.2)
210
- sparql (3.2.5)
211
- builder (~> 3.2)
212
- ebnf (~> 2.2, >= 2.3.1)
213
- logger (~> 1.5)
214
- rdf (~> 3.2, >= 3.2.8)
215
- rdf-aggregate-repo (~> 3.2)
216
- rdf-xsd (~> 3.2)
217
- sparql-client (~> 3.2, >= 3.2.1)
218
- sxp (~> 1.2, >= 1.2.2)
219
- sparql-client (3.2.1)
220
- net-http-persistent (~> 4.0, >= 4.0.1)
221
- rdf (~> 3.2, >= 3.2.6)
222
- stringio (3.0.7)
223
- sxp (1.2.4)
224
- matrix (~> 0.4)
225
- rdf (~> 3.2)
226
- temple (0.10.2)
227
- thor (1.2.2)
228
- tilt (2.2.0)
229
- unicode-display_width (2.4.2)
230
- unicode-types (1.8.0)
231
- yaml-ld (0.0.2)
232
- json-ld (~> 3.2, >= 3.2.3)
233
- psych (>= 3.3)
234
- rdf (~> 3.2, >= 3.2.9)
235
- rdf-xsd (~> 3.2)
236
-
237
- PLATFORMS
238
- x86_64-linux
239
-
240
- DEPENDENCIES
241
- linkeddata (~> 3.2.0)
242
- odrl-ruby!
243
- rake (~> 13.0)
244
- rdf-raptor (~> 3.2.0)
245
- rspec (~> 3.11.0)
246
- rubocop
247
-
248
- BUNDLED WITH
249
- 2.3.23
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ odrl-ruby (0.2.3)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.8.4)
10
+ public_suffix (>= 2.0.2, < 6.0)
11
+ ast (2.4.2)
12
+ bcp47 (0.3.3)
13
+ i18n
14
+ builder (3.2.4)
15
+ concurrent-ruby (1.2.2)
16
+ connection_pool (2.4.1)
17
+ diff-lcs (1.5.0)
18
+ ebnf (2.3.4)
19
+ htmlentities (~> 4.3)
20
+ rdf (~> 3.2)
21
+ scanf (~> 1.0)
22
+ sxp (~> 1.2)
23
+ unicode-types (~> 1.8)
24
+ ffi (1.15.5)
25
+ haml (6.1.1)
26
+ temple (>= 0.8.2)
27
+ thor
28
+ tilt
29
+ hamster (3.0.0)
30
+ concurrent-ruby (~> 1.0)
31
+ htmlentities (4.3.4)
32
+ i18n (1.14.1)
33
+ concurrent-ruby (~> 1.0)
34
+ json (2.6.3)
35
+ json-canonicalization (0.3.2)
36
+ json-ld (3.2.5)
37
+ htmlentities (~> 4.3)
38
+ json-canonicalization (~> 0.3, >= 0.3.2)
39
+ link_header (~> 0.0, >= 0.0.8)
40
+ multi_json (~> 1.15)
41
+ rack (>= 2.2, < 4)
42
+ rdf (~> 3.2, >= 3.2.10)
43
+ json-ld-preloaded (3.2.2)
44
+ json-ld (~> 3.2)
45
+ rdf (~> 3.2)
46
+ language_server-protocol (3.17.0.3)
47
+ ld-patch (3.2.0)
48
+ ebnf (~> 2.2)
49
+ rdf (~> 3.2)
50
+ rdf-xsd (~> 3.2)
51
+ sparql (~> 3.2)
52
+ sxp (~> 1.2)
53
+ link_header (0.0.8)
54
+ linkeddata (3.2.1)
55
+ json-ld (~> 3.2, >= 3.2.3)
56
+ json-ld-preloaded (~> 3.2)
57
+ ld-patch (~> 3.2)
58
+ nokogiri (~> 1.13, >= 1.13.8)
59
+ rdf (~> 3.2, >= 3.2.9)
60
+ rdf-aggregate-repo (~> 3.2, >= 3.2.1)
61
+ rdf-hamster-repo (~> 3.2)
62
+ rdf-isomorphic (~> 3.2, >= 3.2.1)
63
+ rdf-json (~> 3.2)
64
+ rdf-microdata (~> 3.2, >= 3.2.1)
65
+ rdf-n3 (~> 3.2, >= 3.2.1)
66
+ rdf-normalize (~> 0.5)
67
+ rdf-ordered-repo (~> 3.2, >= 3.2.1)
68
+ rdf-rdfa (~> 3.2)
69
+ rdf-rdfxml (~> 3.2)
70
+ rdf-reasoner (~> 0.8)
71
+ rdf-tabular (~> 3.2, >= 3.2.1)
72
+ rdf-trig (~> 3.2)
73
+ rdf-trix (~> 3.2)
74
+ rdf-turtle (~> 3.2, >= 3.2.1)
75
+ rdf-vocab (~> 3.2, >= 3.2.1)
76
+ rdf-xsd (~> 3.2, >= 3.2.1)
77
+ shacl (~> 0.2, >= 0.2.1)
78
+ shex (~> 0.7, >= 0.7.1)
79
+ sparql (~> 3.2, >= 3.2.4)
80
+ sparql-client (~> 3.2, >= 3.2.1)
81
+ yaml-ld (~> 0.0)
82
+ logger (1.5.3)
83
+ matrix (0.4.2)
84
+ multi_json (1.15.0)
85
+ net-http-persistent (4.0.2)
86
+ connection_pool (~> 2.2)
87
+ nokogiri (1.15.2-x86_64-linux)
88
+ racc (~> 1.4)
89
+ parallel (1.23.0)
90
+ parser (3.2.2.3)
91
+ ast (~> 2.4.1)
92
+ racc
93
+ psych (5.1.0)
94
+ stringio
95
+ public_suffix (5.0.1)
96
+ racc (1.7.1)
97
+ rack (3.0.8)
98
+ rainbow (3.1.1)
99
+ rake (13.0.6)
100
+ rdf (3.2.11)
101
+ link_header (~> 0.0, >= 0.0.8)
102
+ rdf-aggregate-repo (3.2.1)
103
+ rdf (~> 3.2)
104
+ rdf-hamster-repo (3.2.1)
105
+ hamster (~> 3.0)
106
+ rdf (~> 3.2, >= 3.2.1)
107
+ rdf-isomorphic (3.2.1)
108
+ rdf (~> 3.2)
109
+ rdf-json (3.2.0)
110
+ rdf (~> 3.2)
111
+ rdf-microdata (3.2.1)
112
+ htmlentities (~> 4.3)
113
+ nokogiri (~> 1.13)
114
+ rdf (~> 3.2)
115
+ rdf-rdfa (~> 3.2)
116
+ rdf-xsd (~> 3.2)
117
+ rdf-n3 (3.2.1)
118
+ ebnf (~> 2.2)
119
+ rdf (~> 3.2)
120
+ sparql (~> 3.2)
121
+ sxp (~> 1.2)
122
+ rdf-normalize (0.6.0)
123
+ rdf (~> 3.2)
124
+ rdf-ordered-repo (3.2.1)
125
+ rdf (~> 3.2, >= 3.2.1)
126
+ rdf-raptor (3.2.0)
127
+ ffi (~> 1.15)
128
+ rdf (~> 3.2)
129
+ rdf-rdfa (3.2.2)
130
+ haml (>= 5.2, < 7)
131
+ htmlentities (~> 4.3)
132
+ rdf (~> 3.2)
133
+ rdf-aggregate-repo (~> 3.2)
134
+ rdf-vocab (~> 3.2)
135
+ rdf-xsd (~> 3.2)
136
+ rdf-rdfxml (3.2.0)
137
+ htmlentities (~> 4.3)
138
+ rdf (~> 3.2)
139
+ rdf-rdfa (~> 3.2)
140
+ rdf-xsd (~> 3.2)
141
+ rdf-reasoner (0.8.0)
142
+ rdf (~> 3.2)
143
+ rdf-xsd (~> 3.2)
144
+ rdf-tabular (3.2.1)
145
+ addressable (~> 2.8)
146
+ bcp47 (~> 0.3, >= 0.3.3)
147
+ json-ld (~> 3.2)
148
+ rdf (~> 3.2, >= 3.2.7)
149
+ rdf-vocab (~> 3.2)
150
+ rdf-xsd (~> 3.2)
151
+ rdf-trig (3.2.0)
152
+ ebnf (~> 2.2)
153
+ rdf (~> 3.2)
154
+ rdf-turtle (~> 3.2)
155
+ rdf-trix (3.2.0)
156
+ rdf (~> 3.2)
157
+ rdf-xsd (~> 3.2)
158
+ rdf-turtle (3.2.1)
159
+ ebnf (~> 2.3)
160
+ rdf (~> 3.2)
161
+ rdf-vocab (3.2.6)
162
+ rdf (~> 3.2, >= 3.2.4)
163
+ rdf-xsd (3.2.1)
164
+ rdf (~> 3.2)
165
+ rexml (~> 3.2)
166
+ regexp_parser (2.8.1)
167
+ rexml (3.2.5)
168
+ rspec (3.11.0)
169
+ rspec-core (~> 3.11.0)
170
+ rspec-expectations (~> 3.11.0)
171
+ rspec-mocks (~> 3.11.0)
172
+ rspec-core (3.11.0)
173
+ rspec-support (~> 3.11.0)
174
+ rspec-expectations (3.11.1)
175
+ diff-lcs (>= 1.2.0, < 2.0)
176
+ rspec-support (~> 3.11.0)
177
+ rspec-mocks (3.11.2)
178
+ diff-lcs (>= 1.2.0, < 2.0)
179
+ rspec-support (~> 3.11.0)
180
+ rspec-support (3.11.1)
181
+ rubocop (1.53.1)
182
+ json (~> 2.3)
183
+ language_server-protocol (>= 3.17.0)
184
+ parallel (~> 1.10)
185
+ parser (>= 3.2.2.3)
186
+ rainbow (>= 2.2.2, < 4.0)
187
+ regexp_parser (>= 1.8, < 3.0)
188
+ rexml (>= 3.2.5, < 4.0)
189
+ rubocop-ast (>= 1.28.0, < 2.0)
190
+ ruby-progressbar (~> 1.7)
191
+ unicode-display_width (>= 2.4.0, < 3.0)
192
+ rubocop-ast (1.29.0)
193
+ parser (>= 3.2.1.0)
194
+ ruby-progressbar (1.13.0)
195
+ scanf (1.0.0)
196
+ shacl (0.3.0)
197
+ json-ld (~> 3.2)
198
+ rdf (~> 3.2, >= 3.2.8)
199
+ sparql (~> 3.2, >= 3.2.4)
200
+ sxp (~> 1.2)
201
+ shex (0.7.1)
202
+ ebnf (~> 2.2)
203
+ htmlentities (~> 4.3)
204
+ json-ld (~> 3.2)
205
+ json-ld-preloaded (~> 3.2)
206
+ rdf (~> 3.2)
207
+ rdf-xsd (~> 3.2)
208
+ sparql (~> 3.2)
209
+ sxp (~> 1.2)
210
+ sparql (3.2.5)
211
+ builder (~> 3.2)
212
+ ebnf (~> 2.2, >= 2.3.1)
213
+ logger (~> 1.5)
214
+ rdf (~> 3.2, >= 3.2.8)
215
+ rdf-aggregate-repo (~> 3.2)
216
+ rdf-xsd (~> 3.2)
217
+ sparql-client (~> 3.2, >= 3.2.1)
218
+ sxp (~> 1.2, >= 1.2.2)
219
+ sparql-client (3.2.1)
220
+ net-http-persistent (~> 4.0, >= 4.0.1)
221
+ rdf (~> 3.2, >= 3.2.6)
222
+ stringio (3.0.7)
223
+ sxp (1.2.4)
224
+ matrix (~> 0.4)
225
+ rdf (~> 3.2)
226
+ temple (0.10.2)
227
+ thor (1.2.2)
228
+ tilt (2.2.0)
229
+ unicode-display_width (2.4.2)
230
+ unicode-types (1.8.0)
231
+ yaml-ld (0.0.2)
232
+ json-ld (~> 3.2, >= 3.2.3)
233
+ psych (>= 3.3)
234
+ rdf (~> 3.2, >= 3.2.9)
235
+ rdf-xsd (~> 3.2)
236
+
237
+ PLATFORMS
238
+ x86_64-linux
239
+
240
+ DEPENDENCIES
241
+ linkeddata (~> 3.2.0)
242
+ odrl-ruby!
243
+ rake (~> 13.0)
244
+ rdf-raptor (~> 3.2.0)
245
+ rspec (~> 3.11.0)
246
+ rubocop
247
+
248
+ BUNDLED WITH
249
+ 2.3.23
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2022 Mark Wilkinson
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Mark Wilkinson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.