From 36ea2f865014a761be9fe74719f4c88dbaffeb81 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Mon, 27 Oct 2014 15:48:01 +0100 Subject: inital commit more documentation will be added --- nch/nch.gemspec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nch/nch.gemspec (limited to 'nch/nch.gemspec') diff --git a/nch/nch.gemspec b/nch/nch.gemspec new file mode 100644 index 0000000..4071b6b --- /dev/null +++ b/nch/nch.gemspec @@ -0,0 +1,26 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |gem| + gem.name = "nch" + gem.version = File.read("./VERSION") + gem.authors = ["Martin Gütlein"] + gem.email = ["martin.guetlein@gmail.com"] + gem.description = %q{Tests for ist models} + gem.summary = %q{Tests for ist models} + gem.homepage = "" + +# gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } +# gem.files = `git ls-files`.split("\n") +# gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + gem.name = "opentox-nch" +# gem.require_paths = ["test"] + gem.required_ruby_version = '>= 1.9.2' + +# gem.add_runtime_dependency 'minitest' + gem.add_runtime_dependency 'rinruby' + gem.add_runtime_dependency "opentox-client" + #gem.add_runtime_dependency 'capybara', "= 2.1.0" + #gem.add_runtime_dependency 'capybara-webkit', "= 1.0.0" +# gem.post_install_message = "Please configure test in ~/.opentox/config/test.rb" + +end -- cgit v1.2.3