summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-06-10 06:24:52 +0000
committergebele <gebele@in-silico.ch>2016-06-10 06:24:52 +0000
commit10ead88b17c70fdb3b53bb9daaa4a10c7755c2bf (patch)
tree0de3bb0360f604e7d27cec5c9cea9889b3f7aa40
parent9f3d87d51b1a8847eb409b6caee558ae6ab90164 (diff)
bumped version
-rw-r--r--VERSION2
-rw-r--r--nano-lazar-gui.gemspec22
2 files changed, 1 insertions, 23 deletions
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