sinatra-linkeddata 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9c26195847c26623e754122c4d1473b3c0210d937fb3b3b4a2ad9e1e11e78f7
4
- data.tar.gz: 1ef777b892bc30bda47b2bac98d1869beaea1fef8e1890a13d612fc8413210ef
3
+ metadata.gz: 2087cf9f26c1a33a0b5cb312ccd2dc0f297bab9d7e0bb04965edc75ebe590b50
4
+ data.tar.gz: 7c90d4e30243c3d208cc7d586a855eee5e1ab3d4e6caef161bee186072147931
5
5
  SHA512:
6
- metadata.gz: 3a7bc103188c97e585c5a6dd103507347458d3ea14e29dece1eb2066fad443c6fa29e4395675a7143aa923012c8c105e9cedc0a4a989dbc2f1bd102284a7c80c
7
- data.tar.gz: 5833585dfcad83945fd70236801fcbfd78193f47b53171a276230c225d42a6a249f088bf9186edebb13132a64c10c3bceaf3558f1b2ad10d46b236b7932c8aa7
6
+ metadata.gz: 77f85b0c766fb5a6a80ec9f5fd796479de061472fe690a2ada94723a010c8345713c13ef36a3db5341186ea5ca4dbe4e2dfea34cfd59c0b032e0d74f5be950eb
7
+ data.tar.gz: 150e9c2d8cb4ec6eacab6c97f728bfafaa6feed54b43be1820f1109522b2a9cbb971aa9e731f98129e6ae2245309c1f0f05aab242bcc397f4273e8bec5fe9ffa
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>
6
+ * <https://github.com/ruby-rdf/sinatra-linkeddata>
7
7
 
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)
8
+ [![Gem Version](https://badge.fury.io/rb/sinatra-linkeddata.svg)](https://badge.fury.io/rb/sinatra-linkeddata)
9
+ [![Build Status](https://travis-ci.org/ruby-rdf/sinatra-linkeddata.svg?branch=master)](https://travis-ci.org/ruby-rdf/sinatra-linkeddata)
10
10
 
11
11
  ## Features
12
12
 
13
13
  * Implements [HTTP content negotiation][conneg] for RDF content types using
14
14
  the [`Rack::LinkedData`][Rack::LinkedData] middleware.
15
- * Supports all [RDF.rb][]-compatible serialization formats.
15
+ * Supports all [RDF.rb][] -compatible serialization formats.
16
16
  * Supports both classic and modular Sinatra applications.
17
17
 
18
18
  ## Examples
@@ -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.1.1
@@ -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,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.0
4
+ version: 3.1.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: 2019-12-16 00:00:00.000000000 Z
12
+ date: 2020-05-30 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.1'
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 3.1.1
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -25,6 +28,9 @@ dependencies:
25
28
  - - "~>"
26
29
  - !ruby/object:Gem::Version
27
30
  version: '3.1'
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.1.1
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: sinatra
30
36
  requirement: !ruby/object:Gem::Requirement
@@ -94,7 +100,7 @@ files:
94
100
  - VERSION
95
101
  - lib/sinatra/linkeddata.rb
96
102
  - lib/sinatra/linkeddata/version.rb
97
- homepage: http://ruby-rdf.github.com/sinatra-linkeddata
103
+ homepage: https://github.com/ruby-rdf/sinatra-linkeddata
98
104
  licenses:
99
105
  - Unlicense
100
106
  metadata: {}
@@ -113,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
119
  - !ruby/object:Gem::Version
114
120
  version: '0'
115
121
  requirements: []
116
- rubygems_version: 3.0.6
122
+ rubygems_version: 3.1.3
117
123
  signing_key:
118
124
  specification_version: 4
119
125
  summary: Linked Data content negotiation for Sinatra applications.