rdf-mongo 3.1.0 → 3.2.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 +4 -4
  2. data/README.md +16 -17
  3. data/VERSION +1 -1
  4. metadata +18 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19996e4e819f3dbddc977c81971cc2f3d7998e6c85a96c03f16296097fa02091
4
- data.tar.gz: 346faa6bd5fca9537056e784269234a4aaae4a528fd802f2b9f1d1f2538c8dc3
3
+ metadata.gz: 1004bcc342e29957951cab359e86a44771b6cdea67fb6a262d2f9af7f8b3f59f
4
+ data.tar.gz: cfb66ba5efbd342f7068cae0413a47f51399d71a09e91c23f7a56bc70f5302e4
5
5
  SHA512:
6
- metadata.gz: 7e8baab125167f760d78126d6782bdd54f038d0d85dc12ec86b3207a981bbf9efebfbf661dbfeed99f95124c5c1852fd9127316ccca239b055a7100036f83b10
7
- data.tar.gz: e9555cbe5c11d47f748066003ccf4fdd285a5a7e00d9b97d7fb44fd9a4030c1aa693b49b38122656523a2284b552001bae6ef7ac7bd4d0bd0236bb3a573d7fe5
6
+ metadata.gz: a038580232c7742058276a6ef45eed457893b3cb349927486b0c7561d101ec32792ed861869dc55ca4d03002a74fa4258886d260b38d1be53a27b2495da262a6
7
+ data.tar.gz: 5eddd409e6258aba746ff1f246de10b6a20178798e2ab4f2aef9503d0274201a0bfefb08753b48197945089cd18ff929c1269a3e608dd3beb7d7a515b31eb4e3
data/README.md CHANGED
@@ -2,17 +2,14 @@
2
2
 
3
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 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)
5
+ [![Gem Version](https://badge.fury.io/rb/rdf-mongo.png)](https://badge.fury.io/rb/rdf-mongo)
6
+ [![Build Status](https://github.com/ruby-rdf/rdf-mongo/workflows/CI/badge.svg?branch=develop)](https://github.com/ruby-rdf/rdf-mongo/actions?query=workflow%3ACI)
7
+ [![Gitter chat](https://badges.gitter.im/ruby-rdf/rdf.png)](https://gitter.im/ruby-rdf/rdf)
9
8
 
10
9
  ## Versioning and backwards compatibility
11
10
 
12
11
  Moving forward, the versioning will reflect the [RDF.rb][] version number for which all rdf-specs are passing.
13
12
 
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.
15
-
16
13
  ## Requirements
17
14
 
18
15
  You'll need the 'mongo', 'rdf', 'rdf-spec', and 'rspec' libraries. The easiest way to install these is via RubyGems.
@@ -44,12 +41,12 @@ one more more predicates having one or more types.
44
41
  Please post questions or feedback to the [W3C-ruby-rdf mailing list][].
45
42
 
46
43
  ### Authors
47
- * [Pius Uzamere][] | <http://github.com/pius> | <http://pius.me>
48
- * [Gregg Kellogg][] | <http://github.com/gkellogg> | <http://greggkellogg.net>
44
+ * [Pius Uzamere][] | <https://github.com/pius> | <https://pius.me>
45
+ * [Gregg Kellogg][] | <https://github.com/gkellogg> | <https://greggkellogg.net>
49
46
 
50
47
  ### Thank you
51
48
 
52
- * Ben Lavender (author of the adapter skeleton) | <blavender@gmail.com> | <http://github.com/bhuga> | <http://bhuga.net> | <http://blog.datagraph.org>
49
+ * Ben Lavender (author of the adapter skeleton) | <blavender@gmail.com> | <https://github.com/bhuga> | <https://bhuga.net>
53
50
 
54
51
  ### Contributing
55
52
 
@@ -65,16 +62,18 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
65
62
  list in the the `README`. Alphabetical order applies.
66
63
  * Do note that in order for us to merge any non-trivial changes (as a rule
67
64
  of thumb, additions larger than about 15 lines of code), we need an
68
- explicit [public domain dedication][PDD] on record from you.
65
+ explicit [public domain dedication][PDD] on record from you,
66
+ which you will be asked to agree to on the first commit to a repo within the organization.
67
+ Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
69
68
 
70
69
  ### License
71
70
 
72
71
  MIT License
73
72
 
74
- [W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
75
- [Pius Uzamere]: http://pius.me
76
- [Gregg Kellogg]: http://greggkellogg.net/me
77
- [RDF.rb]: http://ruby-rdf.github.com/
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
73
+ [W3C-ruby-rdf mailing list]: https://lists.w3.org/Archives/Public/public-rdf-ruby/
74
+ [Pius Uzamere]: https://pius.me
75
+ [Gregg Kellogg]: https://greggkellogg.net/me
76
+ [RDF.rb]: https://ruby-rdf.github.com/
77
+ [YARD]: https://yardoc.org/
78
+ [YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
79
+ [PDD]: https://unlicense.org/#unlicensing-contributions
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.2.0
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-mongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pius Uzamere
8
8
  - Gregg Kellogg
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-12-16 00:00:00.000000000 Z
12
+ date: 2021-12-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdf
@@ -17,56 +17,56 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '3.1'
20
+ version: '3.2'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '3.1'
27
+ version: '3.2'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: mongo
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '2.11'
34
+ version: '2.17'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '2.11'
41
+ version: '2.17'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rdf-spec
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ">="
47
47
  - !ruby/object:Gem::Version
48
- version: '3.1'
48
+ version: '3.2'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
- version: '3.1'
55
+ version: '3.2'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '3.9'
62
+ version: '3.10'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '3.9'
69
+ version: '3.10'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: rspec-its
72
72
  requirement: !ruby/object:Gem::Requirement
@@ -87,14 +87,14 @@ dependencies:
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: 0.9.20
90
+ version: '0.9'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: 0.9.20
97
+ version: '0.9'
98
98
  description: rdf-mongo is a storage adapter for integrating MongoDB and rdf.rb, a
99
99
  Ruby library for working with Resource Description Framework (RDF) data.
100
100
  email:
@@ -109,11 +109,11 @@ files:
109
109
  - VERSION
110
110
  - lib/rdf/mongo.rb
111
111
  - lib/rdf/mongo/version.rb
112
- homepage: http://ruby-rdf.github.com/rdf-mongo
112
+ homepage: https://ruby-rdf.github.com/rdf-mongo
113
113
  licenses:
114
114
  - MIT
115
115
  metadata: {}
116
- post_install_message: Have fun! :)
116
+ post_install_message:
117
117
  rdoc_options: []
118
118
  require_paths:
119
119
  - lib
@@ -121,15 +121,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: '2.4'
124
+ version: '2.6'
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
127
  - - ">="
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  requirements: []
131
- rubygems_version: 3.0.6
132
- signing_key:
131
+ rubygems_version: 3.3.3
132
+ signing_key:
133
133
  specification_version: 4
134
134
  summary: A storage adapter for integrating MongoDB and rdf.rb, a Ruby library for
135
135
  working with Resource Description Framework (RDF) data.