Skip to content

Commit 5b8fb5b

Browse files
committed
Regenerate gemspec for version 0.6.0
1 parent 0962cef commit 5b8fb5b

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

bio-pipengine.gemspec

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5+
# stub: bio-pipengine 0.6.0 ruby lib
56

67
Gem::Specification.new do |s|
78
s.name = "bio-pipengine"
8-
s.version = "0.5.14"
9+
s.version = "0.6.0"
910

1011
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11-
s.authors = ["Francesco Strozzi", "Raoul Jean Pierre Bonnal"]
12-
s.date = "2015-03-20"
12+
s.require_paths = ["lib"]
13+
s.authors = ["Francesco Strozzi"]
14+
s.date = "2015-03-26"
1315
s.description = "A pipeline manager"
14-
s.email = ["francesco.strozzi@gmail.com", "ilpuccio.febo@gmail.com"]
16+
s.email = "francesco.strozzi@gmail.com"
1517
s.executables = ["pipengine"]
1618
s.extra_rdoc_files = [
1719
"LICENSE.txt",
18-
"README.md",
19-
"VERSION"
20+
"README.md"
2021
]
2122
s.files = [
23+
"VERSION",
2224
"lib/bio-pipengine.rb",
2325
"lib/bio/pipengine.rb",
2426
"lib/bio/pipengine/job.rb",
@@ -27,34 +29,36 @@ Gem::Specification.new do |s|
2729
]
2830
s.homepage = "http://github.com/fstrozzi/bioruby-pipengine"
2931
s.licenses = ["MIT"]
30-
s.require_paths = ["lib"]
31-
s.rubygems_version = "1.8.24"
32+
s.rubygems_version = "2.2.2"
3233
s.summary = "A pipeline manager"
3334

3435
if s.respond_to? :specification_version then
35-
s.specification_version = 3
36+
s.specification_version = 4
3637

3738
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
38-
s.add_runtime_dependency(%q<uuid>, [">= 0"])
3939
s.add_runtime_dependency(%q<trollop>, [">= 0"])
4040
s.add_runtime_dependency(%q<colorize>, [">= 0"])
41+
s.add_runtime_dependency(%q<torque_rm>, [">= 0"])
42+
s.add_runtime_dependency(%q<terminal-table>, [">= 0"])
4143
s.add_development_dependency(%q<shoulda>, [">= 0"])
4244
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
4345
s.add_development_dependency(%q<bundler>, ["> 1.0.0"])
4446
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
4547
else
46-
s.add_dependency(%q<uuid>, [">= 0"])
4748
s.add_dependency(%q<trollop>, [">= 0"])
4849
s.add_dependency(%q<colorize>, [">= 0"])
50+
s.add_dependency(%q<torque_rm>, [">= 0"])
51+
s.add_dependency(%q<terminal-table>, [">= 0"])
4952
s.add_dependency(%q<shoulda>, [">= 0"])
5053
s.add_dependency(%q<rdoc>, ["~> 3.12"])
5154
s.add_dependency(%q<bundler>, ["> 1.0.0"])
5255
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
5356
end
5457
else
55-
s.add_dependency(%q<uuid>, [">= 0"])
5658
s.add_dependency(%q<trollop>, [">= 0"])
5759
s.add_dependency(%q<colorize>, [">= 0"])
60+
s.add_dependency(%q<torque_rm>, [">= 0"])
61+
s.add_dependency(%q<terminal-table>, [">= 0"])
5862
s.add_dependency(%q<shoulda>, [">= 0"])
5963
s.add_dependency(%q<rdoc>, ["~> 3.12"])
6064
s.add_dependency(%q<bundler>, ["> 1.0.0"])

0 commit comments

Comments
 (0)