snp-search.gemspec in snp-search-2.10.8 vs snp-search.gemspec in snp-search-2.11.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "snp-search"
- s.version = "2.10.8"
+ s.version = "2.11.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ali Al-Shahib", "Anthony Underwood"]
- s.date = "2013-08-30"
+ s.date = "2014-01-03"
s.description = "Use the snp-search tool to create, import, manipulate and query your SNP database"
s.email = "ali.al-shahib@phe.gov.uk"
s.executables = ["snp-search"]
s.extra_rdoc_files = [
"LICENSE.txt",
@@ -20,10 +20,11 @@
]
s.files = [
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
+ "Manual/snp-search_user_manual.pdf",
"README",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/snp-search",
@@ -45,10 +46,12 @@
"pkg/snp-search-2.6.0.gem",
"pkg/snp-search-2.7.0.gem",
"pkg/snp-search-2.8.0.gem",
"snp-search.gemspec",
"spec/snp-search_spec.rb",
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
+ "test_data/Ecoli_test_set.vcf",
+ "test_data/Reference_file_Ecoli_test_set.gbk"
]
s.homepage = "http://github.com/phe-bioinformatics/snp-search"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"