sinatra-linkeddata 1.1.0 → 2.0.0.beta1

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 → README.md} +1 -35
  3. data/VERSION +1 -1
  4. metadata +26 -26
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e3b3bc6acae92fde2ccde77fc8fb8752d0c2844
4
- data.tar.gz: 52f1a1a5036b3258a3cea65ccb9fc6b08f4d3d7b
3
+ metadata.gz: 3bdcb6f5d951f690553d22bc69cdf9578c58d3d3
4
+ data.tar.gz: 0b8bc33175f1ff34ee236f5e9a3d4380d6a76b55
5
5
  SHA512:
6
- metadata.gz: 520ed7d8d84d902d3a29a117603569c785b7e7abc898f5ac671ef1340496063d765694c38a6590dbf46e5c66b0f3a0d20357a582c5331b5b08a8ba7df521ae81
7
- data.tar.gz: b50d0507a8f1ad32aa6436e8bf61f655989e9f08a10712e0a8d76140253db35810843e0a5c288d180c372ce4b00c90603b4e0c1a58ed7ea6b062bdb7e1cb82d5
6
+ metadata.gz: b39b318e83de5a00a1f298411e9e72e78706c98d611a132dc85db95826de379fb633eb03510f374c3325a731b7901ed4aeb5b56d7c621c8f365c506802eb6230
7
+ data.tar.gz: 305a65b3efbce9508d28725bb0cc3dd862573ca47569e9e0f39a7a65d7b82311f8ddb794441dfeb2d1db19908f5dd0df0ec4394e0cd67962b57cabadb15aef50
@@ -112,7 +112,7 @@ operation and details of the content negotiation.
112
112
  ## Dependencies
113
113
 
114
114
  * [Sinatra](http://rubygems.org/gems/sinatra) (>= 1.4.4)
115
- * [Rack::LinkedData](http://rubygems.org/gems/rack-linkeddata) (>= 1.1.0)
115
+ * [Rack::LinkedData](http://rubygems.org/gems/rack-linkeddata) (>= 1.0.9)
116
116
 
117
117
  ## Installation
118
118
 
@@ -132,21 +132,6 @@ as follows:
132
132
 
133
133
  % wget http://github.com/ruby-rdf/sinatra-linkeddata/tarball/master
134
134
 
135
- ##Contributing
136
- This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
137
-
138
- * Do your best to adhere to the existing coding conventions and idioms.
139
- * Don't use hard tabs, and don't leave trailing whitespace on any line.
140
- * Do document every method you add using [YARD][] annotations. Read the
141
- [tutorial][YARD-GS] or just look at the existing code for examples.
142
- * Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to
143
- change them, do so on your private branch only.
144
- * Do feel free to add yourself to the `CREDITS` file and the corresponding
145
- list in the the `README`. Alphabetical order applies.
146
- * Do note that in order for us to merge any non-trivial changes (as a rule
147
- of thumb, additions larger than about 15 lines of code), we need an
148
- explicit [public domain dedication][PDD] on record from you.
149
-
150
135
  ## References
151
136
 
152
137
  * <http://www.w3.org/DesignIssues/LinkedData.html>
@@ -159,22 +144,6 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
159
144
  ## Authors
160
145
 
161
146
  * [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
162
- * [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
163
-
164
- ## Contributing
165
- This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
166
-
167
- * Do your best to adhere to the existing coding conventions and idioms.
168
- * Don't use hard tabs, and don't leave trailing whitespace on any line.
169
- * Do document every method you add using [YARD][] annotations. Read the
170
- [tutorial][YARD-GS] or just look at the existing code for examples.
171
- * Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to
172
- change them, do so on your private branch only.
173
- * Do feel free to add yourself to the `CREDITS` file and the corresponding
174
- list in the the `README`. Alphabetical order applies.
175
- * Do note that in order for us to merge any non-trivial changes (as a rule
176
- of thumb, additions larger than about 15 lines of code), we need an
177
- explicit [public domain dedication][PDD] on record from you.
178
147
 
179
148
  ## License
180
149
 
@@ -187,6 +156,3 @@ information, see <http://unlicense.org/> or the accompanying UNLICENSE file.
187
156
  [Rack::LinkedData]: http://datagraph.rubyforge.org/rack-linkeddata/
188
157
  [Linked Data]: http://linkeddata.org/
189
158
  [conneg]: http://en.wikipedia.org/wiki/Content_negotiation
190
- [YARD]: http://yardoc.org/
191
- [YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
192
- [PDD]: http://unlicense.org/#unlicensing-contributions
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 2.0.0.beta1
metadata CHANGED
@@ -1,83 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-linkeddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 2.0.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arto Bendiken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-14 00:00:00.000000000 Z
11
+ date: 2016-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack-linkeddata
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.0
19
+ version: 2.0.0.beta
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.1.0
26
+ version: 2.0.0.beta
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sinatra
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.4.4
33
+ version: '1.4'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.4.4
40
+ version: '1.4'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: yard
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0.8'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.8'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.14'
61
+ version: '3.4'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '2.14'
68
+ version: '3.4'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rack-test
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0.6'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.6'
83
83
  description: Sinatra extension for Linked Data content negotiation.
@@ -88,14 +88,14 @@ extra_rdoc_files: []
88
88
  files:
89
89
  - AUTHORS
90
90
  - CREDITS
91
- - README
91
+ - README.md
92
92
  - UNLICENSE
93
93
  - VERSION
94
- - lib/sinatra/linkeddata/version.rb
95
94
  - lib/sinatra/linkeddata.rb
95
+ - lib/sinatra/linkeddata/version.rb
96
96
  homepage: http://ruby-rdf.github.com/sinatra-linkeddata
97
97
  licenses:
98
- - Public Domain
98
+ - Unlicense
99
99
  metadata: {}
100
100
  post_install_message:
101
101
  rdoc_options: []
@@ -103,17 +103,17 @@ require_paths:
103
103
  - lib
104
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - '>='
106
+ - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: 1.9.2
108
+ version: '2.0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - '>='
111
+ - - ">"
112
112
  - !ruby/object:Gem::Version
113
- version: '0'
113
+ version: 1.3.1
114
114
  requirements: []
115
115
  rubyforge_project: datagraph
116
- rubygems_version: 2.1.11
116
+ rubygems_version: 2.5.1
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Linked Data content negotiation for Sinatra applications.