https://github.com/ThuenenFG/varianttools
Raw File
Tip revision: 26bc37c9770b224ae42cf0b60d08d3e43f1702a7 authored by Malte Mader on 09 March 2017, 12:53:23 UTC
Update year.
Tip revision: 26bc37c
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@thuenen.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/varianttools"
  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