Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Apr 14, 2016
1 parent f0175c6 commit 328d9d7
Showing 1 changed file with 23 additions and 25 deletions.
48 changes: 23 additions & 25 deletions bio-plasmoap.gemspec
Expand Up @@ -2,17 +2,19 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: bio-plasmoap 0.1.0 ruby lib

Gem::Specification.new do |s|
s.name = %q{bio-plasmoap}
s.version = "0.0.2"
s.name = "bio-plasmoap"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Ben J Woodcroft}]
s.date = %q{2012-01-06}
s.description = %q{The PlasmoAP algorithm (Foth and Ralph et. al. 2003) predicts apicoplast transit peptides in Plasmodium falciparum. This is an implementation of that algorithm.}
s.email = %q{gmail.com after donttrustben}
s.executables = [%q{plasmoap.rb}]
s.require_paths = ["lib"]
s.authors = ["Ben J Woodcroft"]
s.date = "2016-04-14"
s.description = "The PlasmoAP algorithm (Foth and Ralph et. al. 2003) predicts apicoplast transit peptides in Plasmodium falciparum. This is an implementation of that algorithm."
s.email = "gmail.com after donttrustben"
s.executables = ["plasmoap.rb"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
Expand All @@ -31,40 +33,36 @@ Gem::Specification.new do |s|
"test/helper.rb",
"test/test_bio-plasmoap.rb"
]
s.homepage = %q{http://github.com/wwood/bioruby-plasmoap}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{Implementation of the PlasmoAP algorithm}
s.homepage = "http://github.com/wwood/bioruby-plasmoap"
s.licenses = ["MIT"]
s.rubygems_version = "2.4.5.1"
s.summary = "Implementation of the PlasmoAP algorithm"

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<bio>, [">= 1.4.1"])
s.add_runtime_dependency(%q<bio-signalp>, [">= 0.2.0"])
s.add_runtime_dependency(%q<test-unit>, [">= 3.1.8"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_development_dependency(%q<bio>, [">= 1.4.1"])
s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
s.add_development_dependency(%q<jeweler>, [">= 1.6.4"])
else
s.add_dependency(%q<bio>, [">= 1.4.1"])
s.add_dependency(%q<bio-signalp>, [">= 0.2.0"])
s.add_dependency(%q<test-unit>, [">= 3.1.8"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<bio>, [">= 1.4.1"])
s.add_dependency(%q<bundler>, [">= 1.0.0"])
s.add_dependency(%q<jeweler>, [">= 1.6.4"])
end
else
s.add_dependency(%q<bio>, [">= 1.4.1"])
s.add_dependency(%q<bio-signalp>, [">= 0.2.0"])
s.add_dependency(%q<test-unit>, [">= 3.1.8"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<bio>, [">= 1.4.1"])
s.add_dependency(%q<bundler>, [">= 1.0.0"])
s.add_dependency(%q<jeweler>, [">= 1.6.4"])
end
end

0 comments on commit 328d9d7

Please sign in to comment.