rdf-jena 0.3.1-java → 0.3.2-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/rdf/jena/jars/{rdf-jena-0.3.1.jar → rdf-jena-0.3.2.jar} +0 -0
- data/lib/rdf/jena.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2408fe742905bd93a4a6b0cd202c6c3efa00903a
|
4
|
+
data.tar.gz: ba5882a9c8547d435f3320f29c24e7808b77af76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93a01d8a30bbd5a5b2e7b2a1b360c2827de5f0924db5891e7b8f1ce8377207a7fb39cdf4422e80b3d01daf6001cc8e892d2572fe79fcb04a456333ce8e4eedfc
|
7
|
+
data.tar.gz: 98efe0968efba7eb007dcf600136bebe35d9428bbea45dd0c0ca008fe288df8e36b2b6238b8e025dfccb7f61dab412407eda2f69f8548213173b064fa6623474
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to rdf-jena will be documented in this file. The curated log
|
|
4
4
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## [0.3.2][0.3.2] - 2015-12-10
|
8
|
+
### Fixed
|
9
|
+
- Fixed query / delete from default graph using RDF::Jena::Repository.
|
10
|
+
|
7
11
|
## [0.3.1][0.3.1] - 2015-12-08
|
8
12
|
### Fixed
|
9
13
|
- Fixed RDF::Jena::Repository to store statements in the correct graph. If a graph_name is not provided the default graph for the Jena dataset is used.
|
@@ -43,6 +47,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
43
47
|
- Supporting boolean flag on RDF::Repository to union named graphs with the default when retrieved (see `each_graph`).
|
44
48
|
|
45
49
|
[RDF.rb]: https://github.com/ruby-rdf/rdf
|
50
|
+
[0.3.2]: https://github.com/abargnesi/rdf-jena/compare/0.3.1...0.3.2
|
46
51
|
[0.3.1]: https://github.com/abargnesi/rdf-jena/compare/0.3.0...0.3.1
|
47
52
|
[0.3.0]: https://github.com/abargnesi/rdf-jena/compare/0.2.1...0.3.0
|
48
53
|
[0.2.1]: https://github.com/abargnesi/rdf-jena/compare/0.2.0...0.2.1
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
Binary file
|
data/lib/rdf/jena.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-jena
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Anthony Bargnesi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,7 +149,7 @@ files:
|
|
149
149
|
- VERSION
|
150
150
|
- ext/jruby/extconf.rb
|
151
151
|
- lib/rdf/jena.rb
|
152
|
-
- lib/rdf/jena/jars/rdf-jena-0.3.
|
152
|
+
- lib/rdf/jena/jars/rdf-jena-0.3.2.jar
|
153
153
|
- lib/rdf/jena/version.rb
|
154
154
|
- rdf-jena.gemspec
|
155
155
|
homepage: https://github.com/abargnesi/rdf-jena
|
@@ -185,4 +185,3 @@ signing_key:
|
|
185
185
|
specification_version: 4
|
186
186
|
summary: RDF.rb storage implementation for Apache Jena
|
187
187
|
test_files: []
|
188
|
-
has_rdoc:
|