https://github.com/ThuenenFG/varianttools
Raw File
Tip revision: e65569a3b5fede607c5a6114191b7bc40dc9e38a authored by Malte Mader on 07 September 2015, 09:03:32 UTC
Update version.
Tip revision: e65569a
snptools.gemspec
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = APP_NAME
  spec.version       = VERSION
  spec.authors       = ["Malte Mader"]
  spec.email         = ["malte.mader@ti.bund.de"]
  spec.summary       = %q{Process and generate different formats containing variation data}
  spec.description   = %q{Process and generate different formats containing variation data}
  spec.homepage      = "http://github/mader/snptools"
  spec.license       = "ICS"

  spec.files         = ['lib/tools.rb']
  spec.executables   = ['bin/varianttools.rb']
  spec.test_files    = ['spec/']
  spec.require_paths = ["lib"]
end
back to top