Skip to content

Commit

Permalink
Regenerate gemspec for version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fstrozzi committed Mar 26, 2015
1 parent 0962cef commit 5b8fb5b
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions bio-pipengine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: bio-pipengine 0.6.0 ruby lib

Gem::Specification.new do |s|
s.name = "bio-pipengine"
s.version = "0.5.14"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Francesco Strozzi", "Raoul Jean Pierre Bonnal"]
s.date = "2015-03-20"
s.require_paths = ["lib"]
s.authors = ["Francesco Strozzi"]
s.date = "2015-03-26"
s.description = "A pipeline manager"
s.email = ["[email protected]", "[email protected]"]
s.email = "[email protected]"
s.executables = ["pipengine"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
"VERSION"
"README.md"
]
s.files = [
"VERSION",
"lib/bio-pipengine.rb",
"lib/bio/pipengine.rb",
"lib/bio/pipengine/job.rb",
Expand All @@ -27,34 +29,36 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/fstrozzi/bioruby-pipengine"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.rubygems_version = "2.2.2"
s.summary = "A pipeline manager"

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<uuid>, [">= 0"])
s.add_runtime_dependency(%q<trollop>, [">= 0"])
s.add_runtime_dependency(%q<colorize>, [">= 0"])
s.add_runtime_dependency(%q<torque_rm>, [">= 0"])
s.add_runtime_dependency(%q<terminal-table>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, ["> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
else
s.add_dependency(%q<uuid>, [">= 0"])
s.add_dependency(%q<trollop>, [">= 0"])
s.add_dependency(%q<colorize>, [">= 0"])
s.add_dependency(%q<torque_rm>, [">= 0"])
s.add_dependency(%q<terminal-table>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
end
else
s.add_dependency(%q<uuid>, [">= 0"])
s.add_dependency(%q<trollop>, [">= 0"])
s.add_dependency(%q<colorize>, [">= 0"])
s.add_dependency(%q<torque_rm>, [">= 0"])
s.add_dependency(%q<terminal-table>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
Expand Down

0 comments on commit 5b8fb5b

Please sign in to comment.