sinatra-linkeddata 3.1.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -26
  3. data/UNLICENSE +1 -1
  4. data/VERSION +1 -1
  5. data/lib/sinatra/linkeddata.rb +1 -1
  6. metadata +16 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9c26195847c26623e754122c4d1473b3c0210d937fb3b3b4a2ad9e1e11e78f7
4
- data.tar.gz: 1ef777b892bc30bda47b2bac98d1869beaea1fef8e1890a13d612fc8413210ef
3
+ metadata.gz: 53ed0e2b2083acbfb0464b7d557aa9dabac54e09930b9cc5e6ad103e5b6214be
4
+ data.tar.gz: e9bdd09ac8357b27d9e23441ae626bba8393e087a8af84aaa0b79743035f5266
5
5
  SHA512:
6
- metadata.gz: 3a7bc103188c97e585c5a6dd103507347458d3ea14e29dece1eb2066fad443c6fa29e4395675a7143aa923012c8c105e9cedc0a4a989dbc2f1bd102284a7c80c
7
- data.tar.gz: 5833585dfcad83945fd70236801fcbfd78193f47b53171a276230c225d42a6a249f088bf9186edebb13132a64c10c3bceaf3558f1b2ad10d46b236b7932c8aa7
6
+ metadata.gz: baf64dd45715520e3b6078d2b18ab2fa3e76c79c4fd6ee99dbd2495c3566060b1a61fbbf0327190194795dff02f0e96005bf3974fb9b154b287783bc6e7b7277
7
+ data.tar.gz: 79a3075f109279d17d74a63f0d6b5f3e9170bf8e74bcdd4c2f7f634470b03d300d1854488f1f6b558e62a0a5e5fc060b20dfb22193f6fabdb9b58aaf9bb0f9a0
data/README.md CHANGED
@@ -3,16 +3,16 @@
3
3
  This is a [Sinatra][] extension that provides [Linked Data][] content
4
4
  negotiation for Sinatra applications.
5
5
 
6
- * <http://github.com/datagraph/sinatra-linkeddata>
7
6
 
8
- [![Gem Version](https://badge.fury.io/rb/sinatra-linkeddata.svg)](http://badge.fury.io/rb/sinatra-linkeddata)
9
- [![Build Status](https://travis-ci.org/ruby-rdf/sinatra-linkeddata.svg?branch=master)](http://travis-ci.org/ruby-rdf/sinatra-linkeddata)
7
+ [![Gem Version](https://badge.fury.io/rb/sinatra-linkeddata.svg)](https://badge.fury.io/rb/sinatra-linkeddata)
8
+ [![Build Status](https://github.com/ruby-rdf/sinatra-linkeddata/workflows/CI/badge.svg?branch=develop)](https://github.com/ruby-rdf/sinatra-linkeddata/actions?query=workflow%3ACI)
9
+ [![Gitter chat](https://badges.gitter.im/ruby-rdf/rdf.png)](https://gitter.im/ruby-rdf/rdf)
10
10
 
11
11
  ## Features
12
12
 
13
13
  * Implements [HTTP content negotiation][conneg] for RDF content types using
14
- the [`Rack::LinkedData`][Rack::LinkedData] middleware.
15
- * Supports all [RDF.rb][]-compatible serialization formats.
14
+ the `[Rack::LinkedData][Rack::LinkedData]` middleware.
15
+ * Supports all [RDF.rb][] -compatible serialization formats.
16
16
  * Supports both classic and modular Sinatra applications.
17
17
 
18
18
  ## Examples
@@ -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,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
@@ -117,12 +117,12 @@ operation and details of the content negotiation.
117
117
 
118
118
  ## Dependencies
119
119
 
120
- * [Sinatra](http://rubygems.org/gems/sinatra) (~> 2.0)
121
- * [Rack::LinkedData](http://rubygems.org/gems/rack-linkeddata) (~> 3.1)
120
+ * [Sinatra](https://rubygems.org/gems/sinatra) (~> 2.0)
121
+ * [Rack::LinkedData](https://rubygems.org/gems/rack-linkeddata) (~> 3.1)
122
122
 
123
123
  ## Installation
124
124
 
125
- The recommended installation method is via [RubyGems](http://rubygems.org/).
125
+ The recommended installation method is via [RubyGems](https://rubygems.org/).
126
126
  To install the latest official release of the gem, do:
127
127
 
128
128
  % [sudo] gem install sinatra-linkeddata
@@ -136,29 +136,29 @@ To get a local working copy of the development repository, do:
136
136
  Alternatively, you can download the latest development version as a tarball
137
137
  as follows:
138
138
 
139
- % wget http://github.com/ruby-rdf/sinatra-linkeddata/tarball/master
139
+ % wget https://github.com/ruby-rdf/sinatra-linkeddata/tarball/master
140
140
 
141
141
  ## References
142
142
 
143
- * <http://www.w3.org/DesignIssues/LinkedData.html>
144
- * <http://linkeddata.org/docs/how-to-publish>
145
- * <http://linkeddata.org/conneg-303-redirect-code-samples>
146
- * <http://www.w3.org/TR/cooluris/>
147
- * <http://www.w3.org/TR/swbp-vocab-pub/>
148
- * <http://patterns.dataincubator.org/book/publishing-patterns.html>
143
+ * <https://www.w3.org/DesignIssues/LinkedData.html>
144
+ * <https://linkeddata.org/docs/how-to-publish>
145
+ * <https://linkeddata.org/conneg-303-redirect-code-samples>
146
+ * <https://www.w3.org/TR/cooluris/>
147
+ * <https://www.w3.org/TR/swbp-vocab-pub/>
148
+ * <https://patterns.dataincubator.org/book/publishing-patterns.html>
149
149
 
150
150
  ## Authors
151
151
 
152
- * [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
152
+ * [Arto Bendiken](https://github.com/artob) - <https://ar.to/>
153
153
 
154
154
  ## License
155
155
 
156
156
  `Sinatra::LinkedData` is free and unencumbered public domain software. For more
157
- information, see <http://unlicense.org/> or the accompanying UNLICENSE file.
158
-
159
- [Sinatra]: http://www.sinatrarb.com/
160
- [Rack]: http://rack.github.com/
161
- [RDF.rb]: http://ruby-rdf.github.com/rdf/
162
- [Rack::LinkedData]: http://datagraph.rubyforge.org/rack-linkeddata/
163
- [Linked Data]: http://linkeddata.org/
164
- [conneg]: http://en.wikipedia.org/wiki/Content_negotiation
157
+ information, see <https://unlicense.org/> or the accompanying UNLICENSE file.
158
+
159
+ [Sinatra]: https://www.sinatrarb.com/
160
+ [Rack]: https://rack.github.com/
161
+ [RDF.rb]: https://ruby-rdf.github.com/rdf/
162
+ [Rack::LinkedData]: https://rubygems.org/gems/rack-linkeddata/
163
+ [Linked Data]: https://linkeddata.org/
164
+ [conneg]: https://en.wikipedia.org/wiki/Content_negotiation
data/UNLICENSE CHANGED
@@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
21
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
22
  OTHER DEALINGS IN THE SOFTWARE.
23
23
 
24
- For more information, please refer to <http://unlicense.org/>
24
+ For more information, please refer to <https://unlicense.org/>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.2.0
@@ -5,7 +5,7 @@ module Sinatra
5
5
  ##
6
6
  # To override negotiation on Content-Type, set :format in `linkeddata_options` to a RDF Format class, or symbol identifying a format.
7
7
  #
8
- # @see http://www.sinatrarb.com/extensions.html
8
+ # @see https://www.sinatrarb.com/extensions.html
9
9
  module LinkedData
10
10
  autoload :VERSION, 'sinatra/linkeddata/version'
11
11
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-linkeddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arto Bendiken
8
8
  - Gregg Kellogg
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-12-16 00:00:00.000000000 Z
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,56 +17,56 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '3.1'
20
+ version: '3.2'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '3.1'
27
+ version: '3.2'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: sinatra
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '2.0'
34
+ version: '2.1'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '2.0'
41
+ version: '2.1'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: yard
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: 0.9.20
48
+ version: '0.9'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: 0.9.20
55
+ version: '0.9'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '3.9'
62
+ version: '3.10'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '3.9'
69
+ version: '3.10'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: rack-test
72
72
  requirement: !ruby/object:Gem::Requirement
@@ -94,11 +94,11 @@ files:
94
94
  - VERSION
95
95
  - lib/sinatra/linkeddata.rb
96
96
  - lib/sinatra/linkeddata/version.rb
97
- homepage: http://ruby-rdf.github.com/sinatra-linkeddata
97
+ homepage: https://github.com/ruby-rdf/sinatra-linkeddata
98
98
  licenses:
99
99
  - Unlicense
100
100
  metadata: {}
101
- post_install_message:
101
+ post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths:
104
104
  - lib
@@ -106,15 +106,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '2.4'
109
+ version: '2.6'
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.0.6
117
- signing_key:
116
+ rubygems_version: 3.3.3
117
+ signing_key:
118
118
  specification_version: 4
119
119
  summary: Linked Data content negotiation for Sinatra applications.
120
120
  test_files: []