Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Apr 27, 2022
1 parent b226742 commit 55adf9e
Show file tree
Hide file tree
Showing 2 changed files with 7 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.0
3.0.1
10 changes: 6 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.0 ruby lib
# stub: unipept 3.0.1 ruby lib

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

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-14"
s.date = "2022-04-27"
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.1.4".freeze
s.rubygems_version = "3.2.15".freeze
s.summary = "Command line interface to Unipept web services.".freeze

if s.respond_to? :specification_version then
Expand All @@ -115,12 +115,14 @@ Gem::Specification.new do |s|
if s.respond_to? :add_runtime_dependency then
s.add_runtime_dependency(%q<cri>.freeze, ["~> 2.15.10"])
s.add_runtime_dependency(%q<typhoeus>.freeze, ["~> 1.3.1"])
s.add_runtime_dependency(%q<psych>.freeze, ["~> 4.0.3"])
s.add_development_dependency(%q<minitest>.freeze, ["~> 5.14"])
s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.1"])
s.add_development_dependency(%q<rubocop>.freeze, ["~> 1.11"])
else
s.add_dependency(%q<cri>.freeze, ["~> 2.15.10"])
s.add_dependency(%q<typhoeus>.freeze, ["~> 1.3.1"])
s.add_dependency(%q<psych>.freeze, ["~> 4.0.3"])
s.add_dependency(%q<minitest>.freeze, ["~> 5.14"])
s.add_dependency(%q<rake>.freeze, ["~> 13.0.1"])
s.add_dependency(%q<rubocop>.freeze, ["~> 1.11"])
Expand Down

0 comments on commit 55adf9e

Please sign in to comment.