From 7c45edc201250c79b4ee57e69931d12238b33d01 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 29 Aug 2019 22:28:59 +0200 Subject: json dependency removed --- VERSION | 2 +- qsar-report.gemspec | 3 +-- 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 -- cgit v1.2.3