From 2425ce875f2b6c1c21613b96cdfa665b8b995a38 Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Wed, 19 Jun 2019 10:02:05 +0200 Subject: [PATCH] Regenerate gemspec for version 2.0.0 --- unipept.gemspec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/unipept.gemspec b/unipept.gemspec index 38b28824..abec9416 100644 --- a/unipept.gemspec +++ b/unipept.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: unipept 1.4.1 ruby lib +# stub: unipept 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "unipept".freeze - s.version = "1.4.1" + s.version = "2.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Toon Willems".freeze, "Bart Mesuere".freeze, "Tom Naessens".freeze] - s.date = "2019-01-19" + s.date = "2019-06-19" 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".freeze s.email = "unipept@ugent.be".freeze s.executables = ["unipept".freeze, "prot2pept".freeze, "peptfilter".freeze, "uniprot".freeze] @@ -42,9 +42,13 @@ Gem::Specification.new do |s| "lib/commands/unipept.rb", "lib/commands/unipept/api_runner.rb", "lib/commands/unipept/config.rb", + "lib/commands/unipept/pept2ec.rb", + "lib/commands/unipept/pept2funct.rb", + "lib/commands/unipept/pept2go.rb", "lib/commands/unipept/pept2lca.rb", "lib/commands/unipept/pept2prot.rb", "lib/commands/unipept/pept2taxa.rb", + "lib/commands/unipept/peptinfo.rb", "lib/commands/unipept/taxa2lca.rb", "lib/commands/unipept/taxonomy.rb", "lib/commands/uniprot.rb",