summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-13 10:03:48 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-13 10:03:48 +0200
commit4d433ad4764f4d140ef4b8eac4111771f08dea58 (patch)
tree598f0c67c8593a76244cd3214551b6509778217a
parent5f4fa7cc3fe9075e7d169fad054b2571181cdf7d (diff)
gem name fixed to avoid bundler errors
-rw-r--r--task.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/task.gemspec b/task.gemspec
index d1ac00d..775f827 100644
--- a/task.gemspec
+++ b/task.gemspec
@@ -2,7 +2,7 @@
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
- s.name = "task"
+ s.name = "opentox-task"
s.version = File.read("./VERSION")
s.authors = ["Christoph Helma","Denis Gebele","Micha Rautenberg"]
s.email = ["helma@in-silico.ch","gebele@in-silico.ch","rautenenberg@in-silico.ch"]