# -*- encoding: utf-8 -*-
# stub: unipept 2.1.1 ruby lib

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

  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 = "2020-04-16"
  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]
  s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze]
  s.files = [".document".freeze, ".github/workflows/ci.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/peptfilter".freeze, "bin/prot2pept".freeze, "bin/unipept".freeze, "bin/uniprot".freeze, "lib/batch_iterator.rb".freeze, "lib/batch_order.rb".freeze, "lib/commands.rb".freeze, "lib/commands/peptfilter.rb".freeze, "lib/commands/prot2pept.rb".freeze, "lib/commands/unipept.rb".freeze, "lib/commands/unipept/api_runner.rb".freeze, "lib/commands/unipept/config.rb".freeze, "lib/commands/unipept/pept2ec.rb".freeze, "lib/commands/unipept/pept2funct.rb".freeze, "lib/commands/unipept/pept2go.rb".freeze, "lib/commands/unipept/pept2interpro.rb".freeze, "lib/commands/unipept/pept2lca.rb".freeze, "lib/commands/unipept/pept2prot.rb".freeze, "lib/commands/unipept/pept2taxa.rb".freeze, "lib/commands/unipept/peptinfo.rb".freeze, "lib/commands/unipept/taxa2lca.rb".freeze, "lib/commands/unipept/taxonomy.rb".freeze, "lib/commands/uniprot.rb".freeze, "lib/configuration.rb".freeze, "lib/formatters.rb".freeze, "lib/output_writer.rb".freeze, "lib/retryable_typhoeus.rb".freeze, "lib/server_message.rb".freeze, "lib/version.rb".freeze, "test/commands/test_peptfilter.rb".freeze, "test/commands/test_prot2pept.rb".freeze, "test/commands/test_unipept.rb".freeze, "test/commands/test_uniprot.rb".freeze, "test/commands/unipept/test_api_runner.rb".freeze, "test/commands/unipept/test_config.rb".freeze, "test/commands/unipept/test_pept2ec.rb".freeze, "test/commands/unipept/test_pept2funct.rb".freeze, "test/commands/unipept/test_pept2go.rb".freeze, "test/commands/unipept/test_pept2interpro.rb".freeze, "test/commands/unipept/test_pept2lca.rb".freeze, "test/commands/unipept/test_pept2prot.rb".freeze, "test/commands/unipept/test_pept2taxa.rb".freeze, "test/commands/unipept/test_peptinfo.rb".freeze, "test/commands/unipept/test_taxa2lca.rb".freeze, "test/commands/unipept/test_taxonomy.rb".freeze, "test/helper.rb".freeze, "test/test_batch_iterator.rb".freeze, "test/test_batch_order.rb".freeze, "test/test_configuration.rb".freeze, "test/test_formatters.rb".freeze, "test/test_output_writer.rb".freeze, "test/test_retryable_typhoeus.rb".freeze, "test/test_server_message.rb".freeze, "unipept.gemspec".freeze]
  s.homepage = "http://unipept.ugent.be".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Command line interface to Unipept web services.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<cri>.freeze, ["~> 2.15.10".freeze])
  s.add_runtime_dependency(%q<typhoeus>.freeze, ["~> 1.3.1".freeze])
  s.add_development_dependency(%q<minitest>.freeze, ["~> 5.14".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.1".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, ["~> 0.79.0".freeze])
end