Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 31, 2015
1 parent cb251e9 commit 4283008
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions unipept.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: unipept 1.0.0 ruby lib
# stub: unipept 1.0.1 ruby lib

Gem::Specification.new do |s|
s.name = "unipept"
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Toon Willems", "Bart Mesuere", "Tom Naessens"]
s.date = "2015-07-14"
s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility commands for\n handling proteins using the command line.\n"
s.date = "2015-07-31"
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"
s.email = "unipept@ugent.be"
s.executables = ["unipept", "prot2pept", "peptfilter", "uniprot"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -74,7 +74,7 @@ Gem::Specification.new do |s|
"test/test_server_message.rb",
"unipept.gemspec"
]
s.homepage = "https://github.com/unipept/unipept-cli/"
s.homepage = "http://unipept.ugent.be"
s.licenses = ["MIT"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
s.rubygems_version = "2.4.8"
Expand All @@ -90,15 +90,15 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<minitest>, ["~> 5.7"])
s.add_development_dependency(%q<rubocop>, ["~> 0.32"])
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
s.add_development_dependency(%q<coveralls>, [">= 0"])
s.add_development_dependency(%q<coveralls>, ["~> 0"])
else
s.add_dependency(%q<cri>, ["~> 2.7"])
s.add_dependency(%q<typhoeus>, ["= 0.7.2"])
s.add_dependency(%q<rake>, ["~> 10.4"])
s.add_dependency(%q<minitest>, ["~> 5.7"])
s.add_dependency(%q<rubocop>, ["~> 0.32"])
s.add_dependency(%q<jeweler>, ["~> 2.0"])
s.add_dependency(%q<coveralls>, [">= 0"])
s.add_dependency(%q<coveralls>, ["~> 0"])
end
else
s.add_dependency(%q<cri>, ["~> 2.7"])
Expand All @@ -107,7 +107,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<minitest>, ["~> 5.7"])
s.add_dependency(%q<rubocop>, ["~> 0.32"])
s.add_dependency(%q<jeweler>, ["~> 2.0"])
s.add_dependency(%q<coveralls>, [">= 0"])
s.add_dependency(%q<coveralls>, ["~> 0"])
end
end

0 comments on commit 4283008

Please sign in to comment.