summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-13 10:01:32 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-13 10:01:32 +0200
commit8de8ef29ea0f762b3a55068a1c0d6503c61e7afa (patch)
tree81b19f41f8b8f780b45403766e3493010ce917c1
parent2aaeecb09d5cbd20a6ee2c63a1392f94d2d4efb4 (diff)
gem name fixed to avoid bundler errors
-rw-r--r--dataset.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/dataset.gemspec b/dataset.gemspec
index 58b427a..a6a135b 100644
--- a/dataset.gemspec
+++ b/dataset.gemspec
@@ -2,11 +2,11 @@
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
- s.name = "feature"
+ s.name = "opentox-dataset"
s.version = File.read("./VERSION")
s.authors = ["Christoph Helma"]
s.email = ["helma@in-silico.ch"]
- s.homepage = ""
+ s.homepage = "http://github.com/opentox/dataset"
s.summary = %q{OpenTox Dataset Service}
s.description = %q{OpenTox Dataset Service}
s.license = 'GPL-3'