From c9efdf4de040d6012042b9cd99d1d2deea21d890 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 24 Nov 2010 12:37:46 +0100 Subject: opentox-ruby instead of opentox-ruby-api-wrapper --- Rakefile | 2 +- algorithm.rb | 2 +- all.rb | 2 +- compound.rb | 2 +- dataset.rb | 2 +- feature.rb | 2 +- fminer.rb | 2 +- lazar.rb | 2 +- model.rb | 2 +- parser.rb | 2 +- task.rb | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Rakefile b/Rakefile index 140af29..d8026a6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' task ARGV[0] do puts ARGV[0]+".rb" diff --git a/algorithm.rb b/algorithm.rb index ec64768..a5f35d1 100644 --- a/algorithm.rb +++ b/algorithm.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require "./validate-owl.rb" diff --git a/all.rb b/all.rb index 54526c9..8712794 100644 --- a/all.rb +++ b/all.rb @@ -1,6 +1,6 @@ require 'rubygems' require 'test/unit' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require './compound.rb' require './feature.rb' require './dataset.rb' diff --git a/compound.rb b/compound.rb index b6addc2..ef87845 100644 --- a/compound.rb +++ b/compound.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' class CompoundTest < Test::Unit::TestCase diff --git a/dataset.rb b/dataset.rb index af15b59..26abe4c 100644 --- a/dataset.rb +++ b/dataset.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require 'validate-owl' diff --git a/feature.rb b/feature.rb index 15ae4c9..9a9d9ab 100644 --- a/feature.rb +++ b/feature.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require 'validate-owl' diff --git a/fminer.rb b/fminer.rb index d2a7721..2fcade1 100644 --- a/fminer.rb +++ b/fminer.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require 'validate-owl.rb' diff --git a/lazar.rb b/lazar.rb index bfa372d..4779c4f 100644 --- a/lazar.rb +++ b/lazar.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' class LazarTest < Test::Unit::TestCase diff --git a/model.rb b/model.rb index 6bc5d6e..c1832fd 100644 --- a/model.rb +++ b/model.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require "./validate-owl.rb" diff --git a/parser.rb b/parser.rb index b967002..06f3709 100644 --- a/parser.rb +++ b/parser.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require 'validate-owl' diff --git a/task.rb b/task.rb index 1beb203..307d512 100644 --- a/task.rb +++ b/task.rb @@ -1,5 +1,5 @@ require 'rubygems' -require 'opentox-ruby-api-wrapper' +require 'opentox-ruby' require 'test/unit' require "./validate-owl.rb" -- cgit v1.2.3