Skip to content

Commit

Permalink
Regenerate gemspec for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jun 19, 2019
1 parent e55213b commit 2425ce8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions unipept.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2425ce8

Please sign in to comment.