rack-linkeddata 0.2.0 → 0.3.0

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. data/README +6 -6
  2. data/VERSION +1 -1
  3. data/lib/rack/linkeddata/version.rb +1 -1
  4. metadata +12 -13
data/README CHANGED
@@ -95,7 +95,7 @@ Dependencies
95
95
  ------------
96
96
 
97
97
  * [Rack](http://rubygems.org/gems/rack) (>= 1.0.0)
98
- * [Linked Data](http://rubygems.org/gems/linkeddata) (>= 0.2.0)
98
+ * [Linked Data](http://rubygems.org/gems/linkeddata) (>= 0.3.0)
99
99
 
100
100
  Installation
101
101
  ------------
@@ -112,8 +112,8 @@ To get a local working copy of the development repository, do:
112
112
 
113
113
  % git clone git://github.com/datagraph/rack-linkeddata.git
114
114
 
115
- Alternatively, you can download the latest development version as a tarball
116
- as follows:
115
+ Alternatively, download the latest development version as a tarball as
116
+ follows:
117
117
 
118
118
  % wget http://github.com/datagraph/rack-linkeddata/tarball/master
119
119
 
@@ -130,13 +130,13 @@ References
130
130
  Authors
131
131
  -------
132
132
 
133
- * [Arto Bendiken](mailto:arto.bendiken@gmail.com) - <http://ar.to/>
133
+ * [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
134
134
 
135
135
  License
136
136
  -------
137
137
 
138
- `Rack::LinkedData` is free and unencumbered public domain software. For more
139
- information, see <http://unlicense.org/> or the accompanying UNLICENSE file.
138
+ This is free and unencumbered public domain software. For more information,
139
+ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
140
140
 
141
141
  [Rack]: http://rack.rubyforge.org/
142
142
  [RDF.rb]: http://rdf.rubyforge.org/
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -1,7 +1,7 @@
1
1
  module Rack; module LinkedData
2
2
  module VERSION
3
3
  MAJOR = 0
4
- MINOR = 2
4
+ MINOR = 3
5
5
  TINY = 0
6
6
  EXTRA = nil
7
7
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
7
+ - 3
8
8
  - 0
9
- version: 0.2.0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Datagraph
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-22 00:00:00 +02:00
17
+ date: 2010-12-28 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -26,9 +26,9 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  segments:
28
28
  - 0
29
- - 5
30
29
  - 6
31
- version: 0.5.6
30
+ - 0
31
+ version: 0.6.0
32
32
  type: :development
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency
@@ -39,10 +39,10 @@ dependencies:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  segments:
42
+ - 2
42
43
  - 1
43
- - 3
44
44
  - 0
45
- version: 1.3.0
45
+ version: 2.1.0
46
46
  type: :development
47
47
  version_requirements: *id002
48
48
  - !ruby/object:Gem::Dependency
@@ -55,8 +55,8 @@ dependencies:
55
55
  segments:
56
56
  - 0
57
57
  - 5
58
- - 4
59
- version: 0.5.4
58
+ - 6
59
+ version: 0.5.6
60
60
  type: :development
61
61
  version_requirements: *id003
62
62
  - !ruby/object:Gem::Dependency
@@ -68,9 +68,9 @@ dependencies:
68
68
  - !ruby/object:Gem::Version
69
69
  segments:
70
70
  - 0
71
- - 2
71
+ - 3
72
72
  - 0
73
- version: 0.2.0
73
+ version: 0.3.0
74
74
  type: :runtime
75
75
  version_requirements: *id004
76
76
  - !ruby/object:Gem::Dependency
@@ -83,8 +83,7 @@ dependencies:
83
83
  segments:
84
84
  - 1
85
85
  - 0
86
- - 0
87
- version: 1.0.0
86
+ version: "1.0"
88
87
  type: :runtime
89
88
  version_requirements: *id005
90
89
  description: Rack middleware for Linked Data content negotiation.