File tree Expand file tree Collapse file tree
lib/ontologies_linked_data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ group :development do
3636 gem 'rubocop' , require : false
3737end
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
4242gem 'public_suffix' , '~> 5.1.1'
4343gem 'net-imap' , '~> 0.4.18'
Original file line number Diff line number Diff line change 11GIT
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 )
1616
1717GIT
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 )
Original file line number Diff line number Diff 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 ] )
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments