sinatra-linkeddata 3.2.0 → 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 +2 -2
- data/VERSION +1 -1
- metadata +21 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 476129529dcd20cf3e6ad8d5b81a9611bd1218c6d67f160f7ec1dc9afd996b93
|
|
4
|
+
data.tar.gz: d2461a27ed2993690b4382bc1472edb480aafff106972a4e443f4a081b8da0ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d28e15171225a638395011cba5425799d90448a6859ac08c673d7bad43be489f85364e71ffef8faef445b303d85c61f2d50076c9ce3f531bd16eff07d55bef5
|
|
7
|
+
data.tar.gz: d6aca3f9700b4eec7ecdaa36ade00afb32f4c4659ab295ebe4d109811f44ba552e4a14c6b57110a249c595c754231aa7fce3b950d78eb3ff9587c3d5b7ff573a
|
data/README.md
CHANGED
|
@@ -113,7 +113,7 @@ operation and details of the content negotiation.
|
|
|
113
113
|
|
|
114
114
|
## Documentation
|
|
115
115
|
|
|
116
|
-
* [Sinatra::LinkedData](https://
|
|
116
|
+
* [Sinatra::LinkedData](https://ruby-rdf.github.io/sinatra-linkeddata/master)
|
|
117
117
|
|
|
118
118
|
## Dependencies
|
|
119
119
|
|
|
@@ -158,7 +158,7 @@ information, see <https://unlicense.org/> or the accompanying UNLICENSE file.
|
|
|
158
158
|
|
|
159
159
|
[Sinatra]: https://www.sinatrarb.com/
|
|
160
160
|
[Rack]: https://rack.github.com/
|
|
161
|
-
[RDF.rb]: https://ruby-rdf.github.
|
|
161
|
+
[RDF.rb]: https://ruby-rdf.github.io/rdf/
|
|
162
162
|
[Rack::LinkedData]: https://rubygems.org/gems/rack-linkeddata/
|
|
163
163
|
[Linked Data]: https://linkeddata.org/
|
|
164
164
|
[conneg]: https://en.wikipedia.org/wiki/Content_negotiation
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.1
|
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.2.
|
|
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-linkeddata
|
|
@@ -18,6 +18,9 @@ dependencies:
|
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '3.2'
|
|
21
|
+
- - ">="
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: 3.2.3
|
|
21
24
|
type: :runtime
|
|
22
25
|
prerelease: false
|
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -25,20 +28,23 @@ dependencies:
|
|
|
25
28
|
- - "~>"
|
|
26
29
|
- !ruby/object:Gem::Version
|
|
27
30
|
version: '3.2'
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 3.2.3
|
|
28
34
|
- !ruby/object:Gem::Dependency
|
|
29
35
|
name: sinatra
|
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
|
31
37
|
requirements:
|
|
32
38
|
- - "~>"
|
|
33
39
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: '
|
|
40
|
+
version: '3.0'
|
|
35
41
|
type: :runtime
|
|
36
42
|
prerelease: false
|
|
37
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
44
|
requirements:
|
|
39
45
|
- - "~>"
|
|
40
46
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: '
|
|
47
|
+
version: '3.0'
|
|
42
48
|
- !ruby/object:Gem::Dependency
|
|
43
49
|
name: yard
|
|
44
50
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -59,28 +65,28 @@ dependencies:
|
|
|
59
65
|
requirements:
|
|
60
66
|
- - "~>"
|
|
61
67
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '3.
|
|
68
|
+
version: '3.12'
|
|
63
69
|
type: :development
|
|
64
70
|
prerelease: false
|
|
65
71
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
72
|
requirements:
|
|
67
73
|
- - "~>"
|
|
68
74
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
75
|
+
version: '3.12'
|
|
70
76
|
- !ruby/object:Gem::Dependency
|
|
71
77
|
name: rack-test
|
|
72
78
|
requirement: !ruby/object:Gem::Requirement
|
|
73
79
|
requirements:
|
|
74
80
|
- - "~>"
|
|
75
81
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '
|
|
82
|
+
version: '2.1'
|
|
77
83
|
type: :development
|
|
78
84
|
prerelease: false
|
|
79
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
86
|
requirements:
|
|
81
87
|
- - "~>"
|
|
82
88
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: '
|
|
89
|
+
version: '2.1'
|
|
84
90
|
description: Sinatra extension for Linked Data content negotiation.
|
|
85
91
|
email: public-rdf-ruby@w3.org
|
|
86
92
|
executables: []
|
|
@@ -97,7 +103,12 @@ files:
|
|
|
97
103
|
homepage: https://github.com/ruby-rdf/sinatra-linkeddata
|
|
98
104
|
licenses:
|
|
99
105
|
- Unlicense
|
|
100
|
-
metadata:
|
|
106
|
+
metadata:
|
|
107
|
+
documentation_uri: https://ruby-rdf.github.io/sinatra-linkeddata
|
|
108
|
+
bug_tracker_uri: https://github.com/ruby-rdf/sinatra-linkeddata/issues
|
|
109
|
+
homepage_uri: https://github.com/ruby-rdf/sinatra-linkeddata
|
|
110
|
+
mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
|
|
111
|
+
source_code_uri: https://github.com/ruby-rdf/sinatra-linkeddata
|
|
101
112
|
post_install_message:
|
|
102
113
|
rdoc_options: []
|
|
103
114
|
require_paths:
|
|
@@ -113,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
124
|
- !ruby/object:Gem::Version
|
|
114
125
|
version: '0'
|
|
115
126
|
requirements: []
|
|
116
|
-
rubygems_version: 3.
|
|
127
|
+
rubygems_version: 3.4.17
|
|
117
128
|
signing_key:
|
|
118
129
|
specification_version: 4
|
|
119
130
|
summary: Linked Data content negotiation for Sinatra applications.
|