From 600501cf0a87d41332a7b96f4dc35948bf0c651c Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 3 Nov 2016 09:44:57 +0100 Subject: finish version 1.0.0 --- README.md | 6 ++++-- lazar-rest.gemspec | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d89f3a0..a986d7d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ unicorn -p 8080 -D ## Documentation -For full Swagger API documentation open /api/api.json with Swagger UI. +* For full Swagger API documentation open /api/api.json with Swagger UI. +* [RubyDoc.info Code documentation](http://www.rubydoc.info/gems/lazar-rest) + ## See also * [eNanoMapper at github](https://github.com/enanomapper) @@ -49,4 +51,4 @@ For full Swagger API documentation open /api/api.json with Swagger UI. ## Copyright -Copyright (c) 2015-2016 Christoph Helma, Micha Rautenberg, Denis Gebele. See LICENSE for details. \ No newline at end of file +Copyright (c) 2015-2016 Christoph Helma, Micha Rautenberg, Denis Gebele. See LICENSE for details. diff --git a/lazar-rest.gemspec b/lazar-rest.gemspec index ae0a240..4aaeb14 100644 --- a/lazar-rest.gemspec +++ b/lazar-rest.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = "lazar-rest" s.version = File.read("./VERSION") s.authors = ["Christoph Helma","Micha Rautenberg","Denis Gebele"] - s.email = ["helma@in-silico.ch","rautenberg@in-silico.ch","gebele@in-silico.ch"] + s.email = ["supprot@in-silico.ch"] s.homepage = "http://github.com/opentox/lazar-rest" s.summary = %q{lazar-rest} s.description = %q{REST Interface for Lazar Toxicology Predictions} @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] - s.required_ruby_version = '>= 1.9.2' + s.required_ruby_version = '>= 2.0.0' s.add_runtime_dependency "lazar" s.add_runtime_dependency "qsar-report" @@ -23,4 +23,4 @@ Gem::Specification.new do |s| s.add_runtime_dependency "sass" s.add_runtime_dependency "unicorn" s.add_runtime_dependency 'rack-cors' -end \ No newline at end of file +end -- cgit v1.2.3