summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-13 10:01:58 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-13 10:01:58 +0200
commitf43a585f32ed6abddda5773748dbe099f9ef91fb (patch)
treeda0124004afb277439d552d0e0e151ac3aaaac2a
parentdb2bd7f30f645978922345551e2aac1cd1258397 (diff)
gem name fixed to avoid bundler errors
-rw-r--r--feature.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature.gemspec b/feature.gemspec
index 6cb43ba..6d741f0 100644
--- a/feature.gemspec
+++ b/feature.gemspec
@@ -2,7 +2,7 @@
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
- s.name = "feature"
+ s.name = "opentox-feature"
s.version = File.read("./VERSION")
s.authors = ["Christoph Helma"]
s.email = ["helma@in-silico.ch"]