# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "bio-vcf" s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Pjotr Prins"] s.date = "2014-05-24" s.description = "Smart parser for VCF format" s.email = "pjotr.public01@thebird.nl" s.executables = ["bio-vcf"] s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".travis.yml", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "bin/bio-vcf", "bio-vcf.gemspec", "features/cli.feature", "features/diff_count.feature", "features/multisample.feature", "features/somaticsniper.feature", "features/step_definitions/bio-vcf_steps.rb", "features/step_definitions/cli-feature.rb", "features/step_definitions/diff_count.rb", "features/step_definitions/multisample.rb", "features/step_definitions/somaticsniper.rb", "features/support/env.rb", "lib/bio-vcf.rb", "lib/bio-vcf/utils.rb", "lib/bio-vcf/variant.rb", "lib/bio-vcf/vcf.rb", "lib/bio-vcf/vcfgenotypefield.rb", "lib/bio-vcf/vcfheader.rb", "lib/bio-vcf/vcfline.rb", "lib/bio-vcf/vcfrdf.rb", "lib/bio-vcf/vcfrecord.rb", "lib/bio-vcf/vcfsample.rb", "test/data/input/dbsnp.vcf", "test/data/input/multisample.vcf", "test/data/input/somaticsniper.vcf", "test/data/regression/eval_r.info.dp.ref", "test/data/regression/r.info.dp.ref", "test/data/regression/rewrite.info.sample.ref", "test/data/regression/s.dp.ref", "test/data/regression/seval_s.dp.ref", "test/data/regression/sfilter001.ref", "test/performance/metrics.md" ] s.homepage = "http://github.com/pjotrp/bioruby-vcf" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.0.3" s.summary = "VCF parser" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end