ld-patch 3.2.0 → 3.2.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 +4 -4
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/ld/patch/format.rb +3 -1
- metadata +31 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca52aa4de14e30ffd680583b18fcffc3c6d5fb9d7820c16230deb2c8faec0294
|
|
4
|
+
data.tar.gz: 1e8f00187fae0e19f45c58ea589ef250ba7b88b9a57f10b49a47b1cac16abba5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ed7e16f4486030f4e47132c9d6364119fc2bc80049c7c314746be8a7c2f17f750fe38df35ddd8235ff57cb15a691aa18dfdd9ab8a9eb293c41da63168242c29
|
|
7
|
+
data.tar.gz: ac9505728700ac61e3aa5bb0d9f155af5dd88353def0a1171477a8cf7a20152f5dc86f346db1cc3470581570d97664cf60fa22932294b9178759ae9838ee1d0e
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This is a [Ruby][] implementation of [LD Patch][] for [RDF.rb][].
|
|
4
4
|
|
|
5
|
-
[](https://badge.fury.io/rb/ld-patch)
|
|
6
6
|
[](https://github.com/ruby-rdf/ld-patch/actions?query=workflow%3ACI)
|
|
7
7
|
[](https://coveralls.io/github/ruby-rdf/ld-patch?branch=develop)
|
|
8
8
|
[](https://gitter.im/ruby-rdf/rdf)
|
|
@@ -118,6 +118,6 @@ A copy of the [LD Patch EBNF](file:etc/ld-patch.ebnf) and derived parser files a
|
|
|
118
118
|
[SPARQL]: https://rubygems.org/gems/sparql
|
|
119
119
|
[Linked Data]: https://rubygems.org/gems/linkeddata
|
|
120
120
|
[SSE]: http://openjena.org/wiki/SSE
|
|
121
|
-
[SXP]: https://
|
|
121
|
+
[SXP]: https://dryruby.github.io/sxp
|
|
122
122
|
[LD Patch]: http://www.w3.org/TR/ldpatch/
|
|
123
|
-
[LD-Patch doc]:
|
|
123
|
+
[LD-Patch doc]: https://ruby-rdf.github.io/ld-patch
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.2
|
data/lib/ld/patch/format.rb
CHANGED
|
@@ -11,7 +11,9 @@ module LD::Patch
|
|
|
11
11
|
#
|
|
12
12
|
# @see http://www.w3.org/TR/ldpatch/
|
|
13
13
|
class Format < RDF::Format
|
|
14
|
-
content_type 'text/ldpatch',
|
|
14
|
+
content_type 'text/ldpatch',
|
|
15
|
+
extension: :ldp,
|
|
16
|
+
uri: 'http://www.w3.org/ns/formats/LD_Patch'
|
|
15
17
|
content_encoding 'utf-8'
|
|
16
18
|
|
|
17
19
|
##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ld-patch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregg Kellogg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdf
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '2.
|
|
33
|
+
version: '2.3'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '2.
|
|
40
|
+
version: '2.3'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: sparql
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -100,14 +100,28 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
103
|
+
version: '3.0'
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '3.0'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: rdf-normalize
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - "~>"
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '0.6'
|
|
118
|
+
type: :development
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - "~>"
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0.6'
|
|
111
125
|
- !ruby/object:Gem::Dependency
|
|
112
126
|
name: rdf-spec
|
|
113
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,14 +142,14 @@ dependencies:
|
|
|
128
142
|
requirements:
|
|
129
143
|
- - "~>"
|
|
130
144
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: '3.
|
|
145
|
+
version: '3.12'
|
|
132
146
|
type: :development
|
|
133
147
|
prerelease: false
|
|
134
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
149
|
requirements:
|
|
136
150
|
- - "~>"
|
|
137
151
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: '3.
|
|
152
|
+
version: '3.12'
|
|
139
153
|
- !ruby/object:Gem::Dependency
|
|
140
154
|
name: rspec-its
|
|
141
155
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,14 +184,14 @@ dependencies:
|
|
|
170
184
|
requirements:
|
|
171
185
|
- - "~>"
|
|
172
186
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: '3.
|
|
187
|
+
version: '3.18'
|
|
174
188
|
type: :development
|
|
175
189
|
prerelease: false
|
|
176
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
191
|
requirements:
|
|
178
192
|
- - "~>"
|
|
179
193
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '3.
|
|
194
|
+
version: '3.18'
|
|
181
195
|
description: |2-
|
|
182
196
|
|
|
183
197
|
Implements the W3C Linked Data Patch Format and operations for RDF.rb.
|
|
@@ -213,7 +227,12 @@ files:
|
|
|
213
227
|
homepage: https://github.com/ruby-rdf/ld-patch
|
|
214
228
|
licenses:
|
|
215
229
|
- Unlicense
|
|
216
|
-
metadata:
|
|
230
|
+
metadata:
|
|
231
|
+
documentation_uri: https://ruby-rdf.github.io/ld-patch
|
|
232
|
+
bug_tracker_uri: https://github.com/ruby-rdf/ld-patch/issues
|
|
233
|
+
homepage_uri: https://github.com/ruby-rdf/ld-patch
|
|
234
|
+
mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
|
|
235
|
+
source_code_uri: https://github.com/ruby-rdf/ld-patch
|
|
217
236
|
post_install_message:
|
|
218
237
|
rdoc_options: []
|
|
219
238
|
require_paths:
|
|
@@ -229,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
229
248
|
- !ruby/object:Gem::Version
|
|
230
249
|
version: '0'
|
|
231
250
|
requirements: []
|
|
232
|
-
rubygems_version: 3.3.
|
|
251
|
+
rubygems_version: 3.3.26
|
|
233
252
|
signing_key:
|
|
234
253
|
specification_version: 4
|
|
235
254
|
summary: W3C Linked Data Patch Format for RDF.rb.
|