sinatra-linkeddata 3.1.3 → 3.2.0
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
- metadata +6 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53ed0e2b2083acbfb0464b7d557aa9dabac54e09930b9cc5e6ad103e5b6214be
|
|
4
|
+
data.tar.gz: e9bdd09ac8357b27d9e23441ae626bba8393e087a8af84aaa0b79743035f5266
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baf64dd45715520e3b6078d2b18ab2fa3e76c79c4fd6ee99dbd2495c3566060b1a61fbbf0327190194795dff02f0e96005bf3974fb9b154b287783bc6e7b7277
|
|
7
|
+
data.tar.gz: 79a3075f109279d17d74a63f0d6b5f3e9170bf8e74bcdd4c2f7f634470b03d300d1854488f1f6b558e62a0a5e5fc060b20dfb22193f6fabdb9b58aaf9bb0f9a0
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ negotiation for Sinatra applications.
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
13
13
|
* Implements [HTTP content negotiation][conneg] for RDF content types using
|
|
14
|
-
the [
|
|
14
|
+
the `[Rack::LinkedData][Rack::LinkedData]` middleware.
|
|
15
15
|
* Supports all [RDF.rb][] -compatible serialization formats.
|
|
16
16
|
* Supports both classic and modular Sinatra applications.
|
|
17
17
|
|
|
@@ -89,7 +89,7 @@ run My::Application
|
|
|
89
89
|
## Description
|
|
90
90
|
|
|
91
91
|
`Sinatra::LinkedData` is a thin Sinatra-specific wrapper around the
|
|
92
|
-
[
|
|
92
|
+
`[Rack::LinkedData][Rack::LinkedData]` middleware, which implements Linked
|
|
93
93
|
Data content negotiation for Rack applications.
|
|
94
94
|
|
|
95
95
|
At the moment the Sinatra extension simply corresponds
|
|
@@ -108,7 +108,7 @@ module My
|
|
|
108
108
|
end
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
See the `Rack::LinkedData` documentation for more information on the
|
|
111
|
+
See the `[Rack::LinkedData][Rack::LinkedData]` documentation for more information on the
|
|
112
112
|
operation and details of the content negotiation.
|
|
113
113
|
|
|
114
114
|
## Documentation
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.2.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-linkeddata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.0
|
|
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: 2021-
|
|
12
|
+
date: 2021-12-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack-linkeddata
|
|
@@ -17,20 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '3.
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 3.1.3
|
|
20
|
+
version: '3.2'
|
|
24
21
|
type: :runtime
|
|
25
22
|
prerelease: false
|
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
24
|
requirements:
|
|
28
25
|
- - "~>"
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: '3.
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.1.3
|
|
27
|
+
version: '3.2'
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: sinatra
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,14 +106,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
112
106
|
requirements:
|
|
113
107
|
- - ">="
|
|
114
108
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: '2.
|
|
109
|
+
version: '2.6'
|
|
116
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
111
|
requirements:
|
|
118
112
|
- - ">="
|
|
119
113
|
- !ruby/object:Gem::Version
|
|
120
114
|
version: '0'
|
|
121
115
|
requirements: []
|
|
122
|
-
rubygems_version: 3.
|
|
116
|
+
rubygems_version: 3.3.3
|
|
123
117
|
signing_key:
|
|
124
118
|
specification_version: 4
|
|
125
119
|
summary: Linked Data content negotiation for Sinatra applications.
|