summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-16 12:35:27 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-16 12:35:27 +0100
commit89ea016cdb626aaf167ef0edb7be4e75ebac8673 (patch)
tree87ab57220be96f3aa46df3683db3ccf1d26e6a2a /opentox-ruby-api-wrapper.gemspec
parent5add2182dcc06911d4595077b2fbd46433a17f3c (diff)
csv2rdf.rb removed from gemspec
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index d157349..76dec1e 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -9,10 +9,11 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2009-12-14}
+ s.date = %q{2009-12-16}
+ s.default_executable = %q{opentox-install-debian.sh}
s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
s.email = %q{helma@in-silico.ch}
- s.executables = ["opentox-install-debian.sh", "csv2rdf.rb"]
+ s.executables = ["opentox-install-debian.sh"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -22,7 +23,6 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
- "bin/csv2rdf.rb",
"bin/opentox-install-debian.sh",
"lib/algorithm.rb",
"lib/compound.rb",