# -*- encoding: utf-8 -*- # stub: unipept 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "unipept".freeze s.version = "1.1.0".freeze 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 = "2015-09-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, ".rubocop.yml".freeze, ".travis.yml".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/pept2lca.rb".freeze, "lib/commands/unipept/pept2prot.rb".freeze, "lib/commands/unipept/pept2taxa.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_pept2lca.rb".freeze, "test/commands/unipept/test_pept2prot.rb".freeze, "test/commands/unipept/test_pept2taxa.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(">= 1.9.3".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.freeze, ["~> 2.7".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.7.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.32".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) end