bel-rdf-jena 0.4.0-java → 0.4.1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gemspec +2 -2
- data/CHANGELOG.md +5 -0
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8827714a03fba5784d35c586fb8800ee27997c68
|
|
4
|
+
data.tar.gz: c4881c2a45a1d3d891c401e39b42472391c1abf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a5b6b3512fb9cd41a06bcb7632a866dc7a997a3be9272a18c8f353f31b8c8cdbecc5a041bbcac386b07d49c22ad7b5cb62e212aa19de9f343eaab4bc01339f0
|
|
7
|
+
data.tar.gz: e6112fed5c9a35b508e21141b4d8bf63391350f40d1d8bd57fd22e6adc231b7b25754faa44434a005545495c4ee8f90cef14703226fcdc88f047af1404b3a44d
|
data/.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = 'bel-rdf-jena'
|
|
3
|
-
spec.version = '0.4.
|
|
3
|
+
spec.version = '0.4.1'
|
|
4
4
|
spec.summary = """
|
|
5
5
|
Rdf Repository plugin for bel.rb using Apache Jena.
|
|
6
6
|
""".gsub(%r{^\s+}, ' ').gsub(%r{\n}, '')
|
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
spec.platform = 'java'
|
|
41
|
-
spec.add_runtime_dependency 'bel', '0.4
|
|
41
|
+
spec.add_runtime_dependency 'bel', '~> 0.4'
|
|
42
42
|
spec.add_runtime_dependency 'rdf-jena', '0.3.3'
|
|
43
43
|
spec.post_install_message = %Q{
|
|
44
44
|
******************************
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@ All notable changes to bel-rdf-jena will be documented in this file. The curated
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [0.4.1][0.4.1] - 2015-12-17
|
|
7
|
+
### Changed
|
|
8
|
+
- Allow [bel.rb][bel.rb] gem dependency within 0.4.x (pessimistic version qualifier).
|
|
9
|
+
|
|
6
10
|
## [0.4.0][0.4.0] - 2015-12-14
|
|
7
11
|
### Changed
|
|
8
12
|
- Official release along [bel.rb][bel.rb] 0.4.0.
|
|
@@ -16,3 +20,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
16
20
|
- Added RDF Repository plugin for bel.rb using rdf-jena gem.
|
|
17
21
|
|
|
18
22
|
[bel.rb]: https://rubygems.org/gems/bel
|
|
23
|
+
[0.4.1]: https://github.com/OpenBEL/bel.rb-rdf-jena/compare/0.4.0...0.4.1
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bel-rdf-jena
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- -
|
|
16
|
+
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.4
|
|
18
|
+
version: '0.4'
|
|
19
19
|
name: bel
|
|
20
20
|
prerelease: false
|
|
21
21
|
type: :runtime
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.4
|
|
26
|
+
version: '0.4'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
@@ -111,3 +111,4 @@ signing_key:
|
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: Rdf Repository plugin for bel.rb using Apache Jena.
|
|
113
113
|
test_files: []
|
|
114
|
+
has_rdoc:
|