Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 8, 2022
1 parent 9e92d3d commit 4647b24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
8 changes: 4 additions & 4 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 Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: unipept 3.0.1 ruby lib
# stub: unipept 3.0.2 ruby lib

Gem::Specification.new do |s|
s.name = "unipept".freeze
s.version = "3.0.1"
s.version = "3.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Bart Mesuere".freeze, "Pieter Verschaffelt".freeze, "Toon Willems".freeze, "Tom Naessens".freeze]
s.date = "2022-04-27"
s.date = "2022-07-08"
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 @@ -105,7 +105,7 @@ Gem::Specification.new do |s|
s.homepage = "http://unipept.ugent.be".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
s.rubygems_version = "3.2.15".freeze
s.rubygems_version = "3.3.7".freeze
s.summary = "Command line interface to Unipept web services.".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 4647b24

Please sign in to comment.