unipept.gemspec in unipept-0.8.0 vs unipept.gemspec in unipept-0.9.0
- old
+ new
@@ -1,18 +1,18 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: unipept 0.8.0 ruby lib
+# stub: unipept 0.9.0 ruby lib
Gem::Specification.new do |s|
s.name = "unipept"
- s.version = "0.8.0"
+ s.version = "0.9.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Toon Willems", "Bart Mesuere", "Tom Naessens"]
- s.date = "2015-06-12"
+ s.date = "2015-06-21"
s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa and taxonomy) and some utility commands for\n handling proteins using the command line.\n"
s.email = "unipept@ugent.be"
s.executables = ["unipept", "prot2pept", "peptfilter", "uniprot"]
s.extra_rdoc_files = [
"LICENSE.txt",
@@ -46,10 +46,12 @@
"lib/commands/unipept/taxa2lca.rb",
"lib/commands/unipept/taxonomy.rb",
"lib/commands/uniprot.rb",
"lib/configuration.rb",
"lib/formatters.rb",
+ "lib/output_writer.rb",
+ "lib/server_message.rb",
"lib/version.rb",
"test/commands/test_peptfilter.rb",
"test/commands/test_prot2pept.rb",
"test/commands/test_unipept.rb",
"test/commands/test_uniprot.rb",
@@ -60,13 +62,14 @@
"test/commands/unipept/test_pept2taxa.rb",
"test/commands/unipept/test_taxa2lca.rb",
"test/commands/unipept/test_taxonomy.rb",
"test/helper.rb",
"test/test_bach_order.rb",
- "test/test_base.rb",
"test/test_batch_iterator.rb",
"test/test_configuration.rb",
"test/test_formatters.rb",
+ "test/test_output_writer.rb",
+ "test/test_server_message.rb",
"unipept.gemspec"
]
s.homepage = "https://github.com/unipept/unipept-cli/"
s.licenses = ["MIT"]
s.require_paths = ["lib"]