sinatra-rdf 3.1.2 → 3.2.1
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 +6 -6
- data/VERSION +1 -1
- metadata +27 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c4e3c145ced6eabd7c37c756065da8a7220c4af6c54fdb0d64fb674ede0977f
|
|
4
|
+
data.tar.gz: a6bac95b07d03d3f16888cd6f1cc37a94639087c6cabc059e9389b906431193b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f23c7e9faecffad5276045b44c75c3b5c539f2f83e557e9623b041d5137ba25b25d2e128aef2225e9b06dd3bc430265f89ef7bbeb881532f96c0607522c0f20
|
|
7
|
+
data.tar.gz: afd70951d8c8f77384616980a58ec72012e96bc1552c0f9cd08f1422f2ed3a31e3e971bd9f1901a7eb94dd6c908066b82fe72ad2b909ebbe178908931115fc5b
|
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ This version is based on [rack-linkeddata][] without the hard dependency on the
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
16
16
|
* Implements [HTTP content negotiation][conneg] for RDF content types using
|
|
17
|
-
the [
|
|
17
|
+
the `[Rack::RDF][Rack::RDF]` middleware.
|
|
18
18
|
* Supports all [RDF.rb][] -compatible serialization formats.
|
|
19
19
|
* Supports both classic and modular Sinatra applications.
|
|
20
20
|
|
|
@@ -92,7 +92,7 @@ run My::Application
|
|
|
92
92
|
## Description
|
|
93
93
|
|
|
94
94
|
`Sinatra::RDF` is a thin Sinatra-specific wrapper around the
|
|
95
|
-
[
|
|
95
|
+
`[Rack::RDF][Rack::RDF]` middleware, which implements Linked
|
|
96
96
|
Data content negotiation for Rack applications.
|
|
97
97
|
|
|
98
98
|
At the moment the Sinatra extension simply corresponds
|
|
@@ -115,12 +115,12 @@ operation and details of the content negotiation.
|
|
|
115
115
|
|
|
116
116
|
## Documentation
|
|
117
117
|
|
|
118
|
-
* [Sinatra::RDF](https://
|
|
118
|
+
* [Sinatra::RDF](https://ruby-rdf.github.io/sinatra-rdf/master)
|
|
119
119
|
|
|
120
120
|
## Dependencies
|
|
121
121
|
|
|
122
|
-
* [Sinatra](https://rubygems.org/gems/sinatra) (~>
|
|
123
|
-
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.
|
|
122
|
+
* [Sinatra](https://rubygems.org/gems/sinatra) (~> 3.0)
|
|
123
|
+
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.2)
|
|
124
124
|
|
|
125
125
|
## Installation
|
|
126
126
|
|
|
@@ -160,7 +160,7 @@ information, see <https://unlicense.org/> or the accompanying UNLICENSE file.
|
|
|
160
160
|
|
|
161
161
|
[Sinatra]: https://www.sinatrarb.com/
|
|
162
162
|
[Rack]: https://rack.github.com/
|
|
163
|
-
[RDF.rb]: https://ruby-rdf.github.
|
|
163
|
+
[RDF.rb]: https://ruby-rdf.github.io/rdf/
|
|
164
164
|
[Rack::RDF]: https://rubygems.org/gems/rack-rdf/
|
|
165
165
|
[Linked Data]: https://linkeddata.org/
|
|
166
166
|
[conneg]: https://en.wikipedia.org/wiki/Content_negotiation
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1
|
|
1
|
+
3.2.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-rdf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arto Bendiken
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2023-07-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack-rdf
|
|
@@ -17,34 +17,40 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '3.
|
|
20
|
+
version: '3.2'
|
|
21
21
|
- - ">="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 3.
|
|
23
|
+
version: 3.2.3
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
27
|
requirements:
|
|
28
28
|
- - "~>"
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: '3.
|
|
30
|
+
version: '3.2'
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.
|
|
33
|
+
version: 3.2.3
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: sinatra
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '3.0'
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: 3.0.5
|
|
41
44
|
type: :runtime
|
|
42
45
|
prerelease: false
|
|
43
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
47
|
requirements:
|
|
45
48
|
- - "~>"
|
|
46
49
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
50
|
+
version: '3.0'
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 3.0.5
|
|
48
54
|
- !ruby/object:Gem::Dependency
|
|
49
55
|
name: yard
|
|
50
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -65,28 +71,28 @@ dependencies:
|
|
|
65
71
|
requirements:
|
|
66
72
|
- - "~>"
|
|
67
73
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '3.
|
|
74
|
+
version: '3.12'
|
|
69
75
|
type: :development
|
|
70
76
|
prerelease: false
|
|
71
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
78
|
requirements:
|
|
73
79
|
- - "~>"
|
|
74
80
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '3.
|
|
81
|
+
version: '3.12'
|
|
76
82
|
- !ruby/object:Gem::Dependency
|
|
77
83
|
name: rack-test
|
|
78
84
|
requirement: !ruby/object:Gem::Requirement
|
|
79
85
|
requirements:
|
|
80
86
|
- - "~>"
|
|
81
87
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
88
|
+
version: '2.1'
|
|
83
89
|
type: :development
|
|
84
90
|
prerelease: false
|
|
85
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
92
|
requirements:
|
|
87
93
|
- - "~>"
|
|
88
94
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
95
|
+
version: '2.1'
|
|
90
96
|
description: Sinatra extension for Linked Data content negotiation.
|
|
91
97
|
email: public-rdf-ruby@w3.org
|
|
92
98
|
executables: []
|
|
@@ -99,10 +105,15 @@ files:
|
|
|
99
105
|
- UNLICENSE
|
|
100
106
|
- VERSION
|
|
101
107
|
- lib/sinatra/rdf.rb
|
|
102
|
-
homepage: https://
|
|
108
|
+
homepage: https://github.com/ruby-rdf/sinatra-rdf
|
|
103
109
|
licenses:
|
|
104
110
|
- Unlicense
|
|
105
|
-
metadata:
|
|
111
|
+
metadata:
|
|
112
|
+
documentation_uri: https://ruby-rdf.github.io/sinatra-rdf
|
|
113
|
+
bug_tracker_uri: https://github.com/ruby-rdf/sinatra-rdf/issues
|
|
114
|
+
homepage_uri: https://github.com/ruby-rdf/sinatra-rdf
|
|
115
|
+
mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
|
|
116
|
+
source_code_uri: https://github.com/ruby-rdf/sinatra-rdf
|
|
106
117
|
post_install_message:
|
|
107
118
|
rdoc_options: []
|
|
108
119
|
require_paths:
|
|
@@ -111,14 +122,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
122
|
requirements:
|
|
112
123
|
- - ">="
|
|
113
124
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '2.
|
|
125
|
+
version: '2.6'
|
|
115
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
127
|
requirements:
|
|
117
128
|
- - ">="
|
|
118
129
|
- !ruby/object:Gem::Version
|
|
119
130
|
version: '0'
|
|
120
131
|
requirements: []
|
|
121
|
-
rubygems_version: 3.
|
|
132
|
+
rubygems_version: 3.3.26
|
|
122
133
|
signing_key:
|
|
123
134
|
specification_version: 4
|
|
124
135
|
summary: Linked Data content negotiation for Sinatra applications.
|