sinatra-linkeddata 3.1.3 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/VERSION +1 -1
  4. metadata +20 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d61219a50379c79d951404e39f36e52e576f2abc7b1ecfbcb1623df1bae3ac7d
4
- data.tar.gz: 6fc95b15e8e4421a0c8ad933cdfc178902612ab1d676585652c0dc22342db2ab
3
+ metadata.gz: 476129529dcd20cf3e6ad8d5b81a9611bd1218c6d67f160f7ec1dc9afd996b93
4
+ data.tar.gz: d2461a27ed2993690b4382bc1472edb480aafff106972a4e443f4a081b8da0ab
5
5
  SHA512:
6
- metadata.gz: 6a226af759b209326d3c504608f777f5fa12f2258eb24944362ca5fcb9799675b96b9df2ff234af4300c2148be415f3a9bce376de7e28239ba7dd4e0a917e3b8
7
- data.tar.gz: 7ae46442e00c7e053dad9ae53c2dcc77b0f26b91ddfd46c9dc9717c0068c4bd55b26ae1edea9315d7c22cc63a2fba9137148e0ed9806570b1080f39db409e131
6
+ metadata.gz: 5d28e15171225a638395011cba5425799d90448a6859ac08c673d7bad43be489f85364e71ffef8faef445b303d85c61f2d50076c9ce3f531bd16eff07d55bef5
7
+ data.tar.gz: d6aca3f9700b4eec7ecdaa36ade00afb32f4c4659ab295ebe4d109811f44ba552e4a14c6b57110a249c595c754231aa7fce3b950d78eb3ff9587c3d5b7ff573a
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 [`Rack::LinkedData`][Rack::LinkedData] middleware.
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
- [`Rack::LinkedData`][Rack::LinkedData] middleware, which implements Linked
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,12 +108,12 @@ 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
115
115
 
116
- * [Sinatra::LinkedData](https://www.rubydoc.info/github/ruby-rdf/sinatra-linkeddata/master)
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.com/rdf/
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.1.3
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.1.3
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: 2021-10-26 00:00:00.000000000 Z
12
+ date: 2023-07-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack-linkeddata
@@ -17,34 +17,34 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '3.1'
20
+ version: '3.2'
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 3.1.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.1'
30
+ version: '3.2'
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 3.1.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: '2.1'
40
+ version: '3.0'
41
41
  type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.1'
47
+ version: '3.0'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: yard
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -65,28 +65,28 @@ dependencies:
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '3.10'
68
+ version: '3.12'
69
69
  type: :development
70
70
  prerelease: false
71
71
  version_requirements: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '3.10'
75
+ version: '3.12'
76
76
  - !ruby/object:Gem::Dependency
77
77
  name: rack-test
78
78
  requirement: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '1.1'
82
+ version: '2.1'
83
83
  type: :development
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.1'
89
+ version: '2.1'
90
90
  description: Sinatra extension for Linked Data content negotiation.
91
91
  email: public-rdf-ruby@w3.org
92
92
  executables: []
@@ -103,7 +103,12 @@ files:
103
103
  homepage: https://github.com/ruby-rdf/sinatra-linkeddata
104
104
  licenses:
105
105
  - Unlicense
106
- 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
107
112
  post_install_message:
108
113
  rdoc_options: []
109
114
  require_paths:
@@ -112,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
117
  requirements:
113
118
  - - ">="
114
119
  - !ruby/object:Gem::Version
115
- version: '2.4'
120
+ version: '2.6'
116
121
  required_rubygems_version: !ruby/object:Gem::Requirement
117
122
  requirements:
118
123
  - - ">="
119
124
  - !ruby/object:Gem::Version
120
125
  version: '0'
121
126
  requirements: []
122
- rubygems_version: 3.2.22
127
+ rubygems_version: 3.4.17
123
128
  signing_key:
124
129
  specification_version: 4
125
130
  summary: Linked Data content negotiation for Sinatra applications.