snp-search.gemspec in snp-search-0.3.0 vs snp-search.gemspec in snp-search-0.4.0
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "snp-search"
- s.version = "0.3.0"
+ s.version = "0.4.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 = "2011-11-30"
s.description = "Use the snp-search toolset to query the SNP database"
@@ -26,15 +26,14 @@
"README",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/snp-search",
- "lib/snp-search/snp-search.rb",
- "lib/snp-search/snp_db_connection.rb",
- "lib/snp-search/snp_db_models.rb",
- "lib/snp-search/snp_db_schema.rb",
+ "lib/snp-search.rb",
+ "lib/snp_db_connection.rb",
+ "lib/snp_db_models.rb",
+ "lib/snp_db_schema.rb",
"snp-search.gemspec",
- "snp-search_test.rb",
"spec/snp-search_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/hpa-bioinformatics/snp-search"
s.licenses = ["MIT"]