rdf-isomorphic 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README +33 -10
- data/VERSION +1 -1
- data/lib/rdf/isomorphic.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2af23752330f8c9c1f8939d678a7a8207bc24ee1
|
4
|
+
data.tar.gz: 51ea94e9e32e079f5a58efcc2a387fee86777197
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acd186b04295935bae14bc01ac84db295c383c9cf064a59e475d519e0a53273653876e92ff1291ce5142ec942481504e15dbc383e897cc880db723aab3afab97
|
7
|
+
data.tar.gz: 6082f3c3e206f61693fb4af248e2dcfee60bbb8eb2326709febd05993e1c2ce600af86c0c2a59fac2de876dd3759fb7e962d0b77ceb9b72a43d96b4be61020db
|
data/README
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# RDF Isomorphism
|
2
2
|
|
3
|
-
This is an RDF.rb plugin for RDF Isomorphism functionality for RDF::Enumerables.
|
3
|
+
This is an [RDF.rb][] plugin for RDF Isomorphism functionality for RDF::Enumerables.
|
4
4
|
That includes RDF::Repository, RDF::Graph, query results, and more.
|
5
5
|
|
6
|
-
For more information about RDF.rb, see <http://rdf.rubyforge.org>
|
6
|
+
For more information about [RDF.rb][], see <http://rdf.rubyforge.org>
|
7
7
|
|
8
8
|
[![Gem Version](https://badge.fury.io/rb/rdf-isomorphic.png)](http://badge.fury.io/rb/rdf-isomorphic)
|
9
9
|
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-isomorphic.png)](https://travis-ci.org/ruby-rdf/rdf-isomorphic)
|
@@ -70,11 +70,34 @@ specs in RDF libraries. Try this in your tests:
|
|
70
70
|
* Issues: <http://github.com/bhuga/RDF-Isomorphic/issues>
|
71
71
|
|
72
72
|
### See also
|
73
|
-
* RDF.rb: <http://rdf.
|
74
|
-
* RDF.rb source: <http://github.com/
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
73
|
+
* RDF.rb: <http://ruby-rdf.github.com>
|
74
|
+
* RDF.rb source: <http://github.com/ruby-rdf/rdf>
|
75
|
+
|
76
|
+
## Contributing
|
77
|
+
|
78
|
+
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.
|
79
|
+
|
80
|
+
* Do your best to adhere to the existing coding conventions and idioms.
|
81
|
+
* Don't use hard tabs, and don't leave trailing whitespace on any line.
|
82
|
+
Before committing, run `git diff --check` to make sure of this.
|
83
|
+
* Do document every method you add using [YARD][] annotations. Read the
|
84
|
+
[tutorial][YARD-GS] or just look at the existing code for examples.
|
85
|
+
* Don't touch the `.gemspec` or `VERSION` files. If you need to change them,
|
86
|
+
do so on your private branch only.
|
87
|
+
* Do feel free to add yourself to the `CREDITS` file and the
|
88
|
+
corresponding list in the the `README`. Alphabetical order applies.
|
89
|
+
* Don't touch the `AUTHORS` file. If your contributions are significant
|
90
|
+
enough, be assured we will eventually add you in there.
|
91
|
+
* Do note that in order for us to merge any non-trivial changes (as a rule
|
92
|
+
of thumb, additions larger than about 15 lines of code), we need an
|
93
|
+
explicit [public domain dedication][PDD] on record from you.
|
94
|
+
|
95
|
+
## License
|
96
|
+
|
97
|
+
This is free and unencumbered public domain software. For more information,
|
98
|
+
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
|
99
|
+
|
100
|
+
[RDF.rb]: http://ruby-rdf.github.com/
|
101
|
+
[YARD]: http://yardoc.org/
|
102
|
+
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
|
103
|
+
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0
|
1
|
+
1.1.0
|
data/lib/rdf/isomorphic.rb
CHANGED
@@ -88,7 +88,7 @@ module RDF
|
|
88
88
|
# @param [Array] other_nodes
|
89
89
|
# @param [Hash] these_grounded_hashes
|
90
90
|
# @param [Hash] other_grounded_hashes
|
91
|
-
# @param [Hash]
|
91
|
+
# @param [Hash] opts
|
92
92
|
# @return [nil,Hash]
|
93
93
|
# @private
|
94
94
|
def build_bijection_to(anon_stmts, nodes, other_anon_stmts, other_nodes, these_grounded_hashes = {}, other_grounded_hashes = {}, opts = {})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-isomorphic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Lavender
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-14 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: '1.
|
20
|
+
version: '1.1'
|
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: '1.
|
27
|
+
version: '1.1'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rdf-spec
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - '>='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '1.
|
34
|
+
version: '1.1'
|
35
35
|
type: :development
|
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: '1.
|
41
|
+
version: '1.1'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rspec
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '>='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 2.
|
48
|
+
version: 2.14.0
|
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: 2.
|
55
|
+
version: 2.14.0
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: yard
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
60
|
- - '>='
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 0.8.
|
62
|
+
version: 0.8.7
|
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: 0.8.
|
69
|
+
version: 0.8.7
|
70
70
|
description: RDF.rb plugin for graph bijections and isomorphic equivalence.
|
71
71
|
email: public-rdf-ruby@w3.org
|
72
72
|
executables: []
|
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
92
92
|
- - '>='
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version: 1.
|
94
|
+
version: 1.9.2
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
97
|
- - '>='
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
101
|
rubyforge_project: rdf
|
102
|
-
rubygems_version: 2.
|
102
|
+
rubygems_version: 2.1.11
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: RDF.rb plugin for graph bijections and isomorphic equivalence.
|