summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 12:37:46 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 12:37:46 +0100
commitc9efdf4de040d6012042b9cd99d1d2deea21d890 (patch)
tree5ddfcfd867160ef29e7ebf9efd207be7d7752560
parent3f73837d5f7eaca5e58844c8151d8387d1fab016 (diff)
opentox-ruby instead of opentox-ruby-api-wrapper
-rw-r--r--Rakefile2
-rw-r--r--algorithm.rb2
-rw-r--r--all.rb2
-rw-r--r--compound.rb2
-rw-r--r--dataset.rb2
-rw-r--r--feature.rb2
-rw-r--r--fminer.rb2
-rw-r--r--lazar.rb2
-rw-r--r--model.rb2
-rw-r--r--parser.rb2
-rw-r--r--task.rb2
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"