sinatra-rdf 3.2.1 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/VERSION +1 -1
- metadata +8 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 867b11ef2d169a447e6c8ba9d47a2811cca5a350d455b7664a78458e32152c6d
|
4
|
+
data.tar.gz: 1594ffd515ba1bf11612fcf9ac7c53be564b8f05a87b5f0ff1f6285c50915c62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8017bdf0bd8a7d7e5af56c12fab79fdf4ec8ae5d84ada79a10ad6f82f0b37f225ad4dd8d28a75fc3f07e17d4e54fc7e2da12a1aa683a19fdf9091256a9efebb
|
7
|
+
data.tar.gz: 0e942f89155af73f9ba3a36dfeafc4e427ff2c2ad2c182cebad73eeaa7d145dcb448e0319dc4bef59040af7119c1be899ac8234a82b883a674983cfa6359940f
|
data/README.md
CHANGED
@@ -119,8 +119,8 @@ operation and details of the content negotiation.
|
|
119
119
|
|
120
120
|
## Dependencies
|
121
121
|
|
122
|
-
* [Sinatra](https://rubygems.org/gems/sinatra) (~> 3.
|
123
|
-
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.
|
122
|
+
* [Sinatra](https://rubygems.org/gems/sinatra) (~> 3.1)
|
123
|
+
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.3)
|
124
124
|
|
125
125
|
## Installation
|
126
126
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.0
|
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.
|
4
|
+
version: 3.3.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: 2023-
|
12
|
+
date: 2023-08-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack-rdf
|
@@ -17,40 +17,28 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '3.
|
21
|
-
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 3.2.3
|
20
|
+
version: '3.3'
|
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.2.3
|
27
|
+
version: '3.3'
|
34
28
|
- !ruby/object:Gem::Dependency
|
35
29
|
name: sinatra
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
37
31
|
requirements:
|
38
32
|
- - "~>"
|
39
33
|
- !ruby/object:Gem::Version
|
40
|
-
version: '3.
|
41
|
-
- - ">="
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: 3.0.5
|
34
|
+
version: '3.1'
|
44
35
|
type: :runtime
|
45
36
|
prerelease: false
|
46
37
|
version_requirements: !ruby/object:Gem::Requirement
|
47
38
|
requirements:
|
48
39
|
- - "~>"
|
49
40
|
- !ruby/object:Gem::Version
|
50
|
-
version: '3.
|
51
|
-
- - ">="
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: 3.0.5
|
41
|
+
version: '3.1'
|
54
42
|
- !ruby/object:Gem::Dependency
|
55
43
|
name: yard
|
56
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,14 +110,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
110
|
requirements:
|
123
111
|
- - ">="
|
124
112
|
- !ruby/object:Gem::Version
|
125
|
-
version: '
|
113
|
+
version: '3.0'
|
126
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
127
115
|
requirements:
|
128
116
|
- - ">="
|
129
117
|
- !ruby/object:Gem::Version
|
130
118
|
version: '0'
|
131
119
|
requirements: []
|
132
|
-
rubygems_version: 3.
|
120
|
+
rubygems_version: 3.4.19
|
133
121
|
signing_key:
|
134
122
|
specification_version: 4
|
135
123
|
summary: Linked Data content negotiation for Sinatra applications.
|