summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--qsar-report.gemspec3
2 files changed, 2 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 7dea76e..6d7de6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2
diff --git a/qsar-report.gemspec b/qsar-report.gemspec
index 5d98ba8..3652232 100644
--- a/qsar-report.gemspec
+++ b/qsar-report.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.email = ["rautenberg@in-silico.ch"]
s.homepage = "https://github.com/opentox/qsar-report"
s.summary = %q{qsar-report}
- s.description = %q{QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicology Predictions}
+ s.description = %q{QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicity Predictions}
s.license = 'GPL-3.0'
s.metadata = { "issue_tracker" => "https://github.com/opentox/qsar-report/issues" }
@@ -18,6 +18,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "nokogiri", '~> 1.6'
s.add_runtime_dependency "haml", '~> 4.0'
- s.add_runtime_dependency "json", '~> 1.8'
end