rdf-mongo 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -9
- data/VERSION +1 -1
- metadata +11 -11
data/README.md
CHANGED
@@ -4,7 +4,7 @@ This is an RDF.rb storage adapter for MongoDB.
|
|
4
4
|
|
5
5
|
See <http://blog.datagraph.org/2010/04/rdf-repository-howto> for an overview.
|
6
6
|
|
7
|
-
## Versioning and backwards compatibility
|
7
|
+
## Versioning and backwards compatibility
|
8
8
|
|
9
9
|
Moving forward, the versioning will reflect the RDF.rb version number for which all rdf-specs are passing.
|
10
10
|
|
@@ -15,20 +15,14 @@ It should also be noted that prior to 1.0, there are no guarantees of backwards
|
|
15
15
|
You'll need the 'mongo', 'rdf', 'rdf-spec', and 'rspec' libraries. The easiest way to install these is via RubyGems.
|
16
16
|
|
17
17
|
$ sudo gem install mongo rdf rdf-spec rspec rdf-mongo
|
18
|
-
|
19
|
-
## Ruby 1.9 Compatibility
|
20
|
-
|
21
|
-
Please note that you'll need to use my forks of rdf and rdf-spec for Ruby 1.9 compatibility until my patches are pushed into the mainline (which'll hopefully happen within a few days). To use them, uninstall the legacy rdf and rdf-spec gems and install the compatibility gems:
|
22
|
-
|
23
|
-
$ sudo gem install rdf-ruby19 rdf-spec-ruby19
|
24
|
-
|
18
|
+
|
25
19
|
|
26
20
|
### Support
|
27
21
|
|
28
22
|
Please post questions or feedback to the [W3C-ruby-rdf mailing list][].
|
29
23
|
|
30
24
|
### Authors
|
31
|
-
* Pius Uzamere | <pius@alum.mit.edu> | <http://github.com/pius> | <http://pius.me>
|
25
|
+
* [Pius Uzamere][] | <pius@alum.mit.edu> | <http://github.com/pius> | <http://pius.me>
|
32
26
|
|
33
27
|
### Thank you
|
34
28
|
|
@@ -39,3 +33,4 @@ Please post questions or feedback to the [W3C-ruby-rdf mailing list][].
|
|
39
33
|
MIT License
|
40
34
|
|
41
35
|
[W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
|
36
|
+
[Pius Uzamere]: http://pius.me
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.8
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 8
|
9
|
+
version: 0.1.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Pius Uzamere
|
@@ -14,11 +14,11 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-18 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
|
-
name: rdf
|
21
|
+
name: rdf
|
22
22
|
prerelease: false
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
@@ -27,12 +27,12 @@ dependencies:
|
|
27
27
|
segments:
|
28
28
|
- 0
|
29
29
|
- 1
|
30
|
-
-
|
31
|
-
version: 0.1.
|
30
|
+
- 8
|
31
|
+
version: 0.1.8
|
32
32
|
type: :development
|
33
33
|
version_requirements: *id001
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
|
-
name: rdf-spec
|
35
|
+
name: rdf-spec
|
36
36
|
prerelease: false
|
37
37
|
requirement: &id002 !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
@@ -41,8 +41,8 @@ dependencies:
|
|
41
41
|
segments:
|
42
42
|
- 0
|
43
43
|
- 1
|
44
|
-
-
|
45
|
-
version: 0.1.
|
44
|
+
- 8
|
45
|
+
version: 0.1.8
|
46
46
|
type: :development
|
47
47
|
version_requirements: *id002
|
48
48
|
- !ruby/object:Gem::Dependency
|
@@ -116,8 +116,8 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
segments:
|
117
117
|
- 1
|
118
118
|
- 8
|
119
|
-
-
|
120
|
-
version: 1.8.
|
119
|
+
- 6
|
120
|
+
version: 1.8.6
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - ">="
|