You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee
6
6
7
7
This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
8
8
9
-
* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf-mongo/issues)
9
+
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-mongo/issues)
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][].
gem.summary='A storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'
18
18
gem.description='rdf-mongo is a storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'
@@ -25,15 +25,13 @@ Gem::Specification.new do |gem|
0 commit comments