From 10ead88b17c70fdb3b53bb9daaa4a10c7755c2bf Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 10 Jun 2016 06:24:52 +0000 Subject: bumped version --- VERSION | 2 +- nano-lazar-gui.gemspec | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 nano-lazar-gui.gemspec diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2 diff --git a/nano-lazar-gui.gemspec b/nano-lazar-gui.gemspec deleted file mode 100644 index 923e88b..0000000 --- a/nano-lazar-gui.gemspec +++ /dev/null @@ -1,22 +0,0 @@ -# -*- encoding: utf-8 -*- - -Gem::Specification.new do |s| - s.name = "nano-lazar-gui" - 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.homepage = "http://github.com/gebele/nano-lazar-gui" - s.summary = %q{nano-lazar-gui} - s.description = %q{Graphical User Interface for Nano Lazar Toxicology Predictions} - s.license = 'GPL-3' - - s.rubyforge_project = "nano-lazar-gui" - - s.files = `git ls-files`.split("\n") - s.required_ruby_version = '>= 2.0.0' - - s.add_runtime_dependency "sinatra" - s.add_runtime_dependency "rdiscount" - s.add_runtime_dependency "haml" - s.add_runtime_dependency "unicorn" -end -- cgit v1.2.3