diff --git a/unipept.gemspec b/unipept.gemspec index ba904c02..92dd661f 100644 --- a/unipept.gemspec +++ b/unipept.gemspec @@ -2,17 +2,17 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: unipept 1.0.0 ruby lib +# stub: unipept 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "unipept" - s.version = "1.0.0" + s.version = "1.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Toon Willems", "Bart Mesuere", "Tom Naessens"] - s.date = "2015-07-14" - s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility commands for\n handling proteins using the command line.\n" + s.date = "2015-07-31" + s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility\n commands for handling proteins using the command line.\n" s.email = "unipept@ugent.be" s.executables = ["unipept", "prot2pept", "peptfilter", "uniprot"] s.extra_rdoc_files = [ @@ -74,7 +74,7 @@ Gem::Specification.new do |s| "test/test_server_message.rb", "unipept.gemspec" ] - s.homepage = "https://github.com/unipept/unipept-cli/" + s.homepage = "http://unipept.ugent.be" s.licenses = ["MIT"] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3") s.rubygems_version = "2.4.8" @@ -90,7 +90,7 @@ Gem::Specification.new do |s| s.add_development_dependency(%q, ["~> 5.7"]) s.add_development_dependency(%q, ["~> 0.32"]) s.add_development_dependency(%q, ["~> 2.0"]) - s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, ["~> 0"]) else s.add_dependency(%q, ["~> 2.7"]) s.add_dependency(%q, ["= 0.7.2"]) @@ -98,7 +98,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, ["~> 5.7"]) s.add_dependency(%q, ["~> 0.32"]) s.add_dependency(%q, ["~> 2.0"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 0"]) end else s.add_dependency(%q, ["~> 2.7"]) @@ -107,7 +107,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, ["~> 5.7"]) s.add_dependency(%q, ["~> 0.32"]) s.add_dependency(%q, ["~> 2.0"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 0"]) end end