rdf-mongo 1.0.3 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +28 -5
  3. data/VERSION +1 -1
  4. metadata +34 -48
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 38ce1eb844f8edbdd27d261737d9bb3121555434
4
+ data.tar.gz: 66a03b0e3b3c79d196aea661215eeeecb8702619
5
+ SHA512:
6
+ metadata.gz: 0921ee24e6436477ca723a39e20255c9882f80a2fbc8b25f6859f769b19f79b1366ffea09038687794d2ebe8e374eb963a30bccfd7304e74625f33d7b6158851
7
+ data.tar.gz: aab519c102bb8780ac63d00013533dd1a868a8ddab985fcc655a451784525df6fe7873b9ba24afa3794be152d69a9b3446232e64e18e3c03f5024b2f01fa9fb9
data/README.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # rdf-mongo :: MongoDB storage adapter for RDF.rb
2
2
 
3
- This is an RDF.rb storage adapter for MongoDB.
3
+ This is an [RDF.rb][] storage adapter for MongoDB.
4
4
 
5
- See <http://blog.datagraph.org/2010/04/rdf-repository-howto> for an overview.
5
+ See <http://blog.datagraph.org/2010/04/rdf-repository-howto> for an overview of the general approach of creating RDF::Repository adaptors.
6
+
7
+ [![Gem Version](https://badge.fury.io/rb/rdf-mongo.png)](http://badge.fury.io/rb/rdf-mongo)
8
+ [![Build Status](https://travis-ci.org/ruby-rdf/rdf-mongo.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-mongo)
6
9
 
7
10
  ## Versioning and backwards compatibility
8
11
 
9
- Moving forward, the versioning will reflect the RDF.rb version number for which all rdf-specs are passing.
12
+ Moving forward, the versioning will reflect the [RDF.rb][] version number for which all rdf-specs are passing.
10
13
 
11
14
  It should also be noted that prior to 1.0, there are no guarantees of backwards compatibility for data stored using previous versions of the gem. This is to make optimizing the schema for MongoDB easy.
12
15
 
@@ -41,13 +44,29 @@ one more more predicates having one or more types.
41
44
  Please post questions or feedback to the [W3C-ruby-rdf mailing list][].
42
45
 
43
46
  ### Authors
44
- * [Pius Uzamere][] | <pius@alum.mit.edu> | <http://github.com/pius> | <http://pius.me>
45
- * [Gregg Kellogg][] | <gregg@greggkellogg.net> | <http://github.com/gkellogg> | <http://greggkellogg.net>
47
+ * [Pius Uzamere][] | <http://github.com/pius> | <http://pius.me>
48
+ * [Gregg Kellogg][] | <http://github.com/gkellogg> | <http://greggkellogg.net>
46
49
 
47
50
  ### Thank you
48
51
 
49
52
  * Ben Lavender (author of the adapter skeleton) | <blavender@gmail.com> | <http://github.com/bhuga> | <http://bhuga.net> | <http://blog.datagraph.org>
50
53
 
54
+ ### Contributing
55
+
56
+ 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.
57
+
58
+ * Do your best to adhere to the existing coding conventions and idioms.
59
+ * Don't use hard tabs, and don't leave trailing whitespace on any line.
60
+ * Do document every method you add using [YARD][] annotations. Read the
61
+ [tutorial][YARD-GS] or just look at the existing code for examples.
62
+ * Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to
63
+ change them, do so on your private branch only.
64
+ * Do feel free to add yourself to the `CREDITS` file and the corresponding
65
+ list in the the `README`. Alphabetical order applies.
66
+ * Do note that in order for us to merge any non-trivial changes (as a rule
67
+ of thumb, additions larger than about 15 lines of code), we need an
68
+ explicit [public domain dedication][PDD] on record from you.
69
+
51
70
  ### License
52
71
 
53
72
  MIT License
@@ -55,3 +74,7 @@ MIT License
55
74
  [W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
56
75
  [Pius Uzamere]: http://pius.me
57
76
  [Gregg Kellogg]: http://greggkellogg.net/me
77
+ [RDF.rb]: http://rdf.rubyforge.org/
78
+ [YARD]: http://yardoc.org/
79
+ [YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
80
+ [PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.1.0
metadata CHANGED
@@ -1,112 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-mongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.1.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Pius Uzamere
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-21 00:00:00.000000000 Z
11
+ date: 2013-11-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rdf
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
- version: '1.0'
19
+ version: '1.1'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
- version: '1.0'
26
+ version: '1.1'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: mongo
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
- version: 1.5.1
33
+ version: 1.8.6
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
- version: 1.5.1
40
+ version: 1.8.6
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rdf-spec
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
- version: '1.0'
47
+ version: '1.1'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
- version: '1.0'
54
+ version: '1.1'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rspec
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - '>='
68
60
  - !ruby/object:Gem::Version
69
- version: 2.12.0
61
+ version: 2.14.0
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - '>='
76
67
  - !ruby/object:Gem::Version
77
- version: 2.12.0
68
+ version: 2.14.0
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: yard
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - '>='
84
74
  - !ruby/object:Gem::Version
85
- version: 0.8.3
75
+ version: 0.8.7
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - '>='
92
81
  - !ruby/object:Gem::Version
93
- version: 0.8.3
82
+ version: 0.8.7
94
83
  - !ruby/object:Gem::Dependency
95
- name: addressable
84
+ name: bson_ext
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ! '>='
87
+ - - '>='
100
88
  - !ruby/object:Gem::Version
101
- version: 2.3.2
102
- type: :runtime
89
+ version: '0'
90
+ type: :development
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ! '>='
94
+ - - '>='
108
95
  - !ruby/object:Gem::Version
109
- version: 2.3.2
96
+ version: '0'
110
97
  description: rdf-mongo is a storage adapter for integrating MongoDB and rdf.rb, a
111
98
  Ruby library for working with Resource Description Framework (RDF) data.
112
99
  email: pius@alum.mit.edu
@@ -122,27 +109,26 @@ files:
122
109
  homepage: http://ruby-rdf.github.com/rdf-mongo
123
110
  licenses:
124
111
  - MIT License
112
+ metadata: {}
125
113
  post_install_message: Have fun! :)
126
114
  rdoc_options: []
127
115
  require_paths:
128
116
  - lib
129
117
  required_ruby_version: !ruby/object:Gem::Requirement
130
- none: false
131
118
  requirements:
132
- - - ! '>='
119
+ - - '>='
133
120
  - !ruby/object:Gem::Version
134
- version: 1.8.7
121
+ version: 1.9.2
135
122
  required_rubygems_version: !ruby/object:Gem::Requirement
136
- none: false
137
123
  requirements:
138
- - - ! '>='
124
+ - - '>='
139
125
  - !ruby/object:Gem::Version
140
126
  version: '0'
141
127
  requirements: []
142
128
  rubyforge_project:
143
- rubygems_version: 1.8.24
129
+ rubygems_version: 2.1.11
144
130
  signing_key:
145
- specification_version: 3
131
+ specification_version: 4
146
132
  summary: A storage adapter for integrating MongoDB and rdf.rb, a Ruby library for
147
133
  working with Resource Description Framework (RDF) data.
148
134
  test_files: []