Skip to content

Commit af6d584

Browse files
Revert "added #158"
This reverts commit 52b8cfa.
1 parent a171413 commit af6d584

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ group :development do
3636
gem 'rubocop', require: false
3737
end
3838
# NCBO gems (can be from a local dev path or from rubygems/git)
39-
gem 'goo', github: 'ncbo/goo', branch: 'develop'
40-
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'
39+
gem 'goo', github: 'ncbo/goo', branch: 'master'
40+
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
4141

4242
gem 'public_suffix', '~> 5.1.1'
4343
gem 'net-imap', '~> 0.4.18'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/ncbo/goo.git
3-
revision: c3f9a7f789bf2f52ed31f0272d2725117d3ac04e
4-
branch: develop
3+
revision: b9019ad9e1eb78c74105fc6c6a879085066da17d
4+
branch: master
55
specs:
66
goo (0.0.2)
77
addressable (~> 2.8)
@@ -16,8 +16,8 @@ GIT
1616

1717
GIT
1818
remote: https://github.com/ncbo/sparql-client.git
19-
revision: 1657f0dd69fd4b522d3549a6848670175f5e98cc
20-
branch: develop
19+
revision: e89c26aa96f184dbe9b52d51e04fb3d9ba998dbc
20+
branch: master
2121
specs:
2222
sparql-client (1.0.1)
2323
json_pure (>= 1.4)

lib/ontologies_linked_data/mappings/mappings.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ def self.get_rest_mapping(mapping_id)
320320
classes = [ read_only_class(sol[:c1].to_s,sol[:s1].to_s),
321321
read_only_class(sol[:c2].to_s,sol[:s2].to_s) ]
322322
process = LinkedData::Models::MappingProcess.find(sol[:o]).first
323-
process.bring_remaining unless process.nil?
324323
mapping = LinkedData::Models::Mapping.new(classes,"REST",
325324
process,
326325
sol[:uuid])

lib/ontologies_linked_data/parser/owlapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RDFFileNotGeneratedException < Parser::ParserException
1313

1414
class OWLAPICommand
1515
def initialize(input_file, output_repo, opts = {})
16-
@owlapi_wrapper_jar_path = LinkedData.bindir + "/owlapi-wrapper-1.4.3.jar"
16+
@owlapi_wrapper_jar_path = LinkedData.bindir + "/owlapi-wrapper-1.4.2.jar"
1717
@input_file = input_file
1818
@output_repo = output_repo
1919
@master_file = opts[:master_file]

0 commit comments

Comments
 (0)