Skip to content

Commit

Permalink
Regenerate gemspec for version 4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed May 17, 2013
1 parent e52facd commit 26ae06b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ironfan.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "ironfan"
s.version = "4.10.2"
s.version = "4.10.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
Expand Down Expand Up @@ -163,6 +163,7 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<chef>, ["~> 10.16"])
s.add_runtime_dependency(%q<fog>, ["~> 1.2"])
s.add_runtime_dependency(%q<excon>, ["~> 0.21.0"])
s.add_runtime_dependency(%q<formatador>, ["~> 0.2"])
s.add_runtime_dependency(%q<gorillib>, ["~> 0.5.0"])
s.add_runtime_dependency(%q<rbvmomi>, [">= 0"])
Expand All @@ -176,6 +177,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<chef>, ["~> 10.16"])
s.add_dependency(%q<fog>, ["~> 1.2"])
s.add_dependency(%q<excon>, ["~> 0.21.0"])
s.add_dependency(%q<formatador>, ["~> 0.2"])
s.add_dependency(%q<gorillib>, ["~> 0.5.0"])
s.add_dependency(%q<rbvmomi>, [">= 0"])
Expand All @@ -190,6 +192,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<chef>, ["~> 10.16"])
s.add_dependency(%q<fog>, ["~> 1.2"])
s.add_dependency(%q<excon>, ["~> 0.21.0"])
s.add_dependency(%q<formatador>, ["~> 0.2"])
s.add_dependency(%q<gorillib>, ["~> 0.5.0"])
s.add_dependency(%q<rbvmomi>, [">= 0"])
Expand Down

0 comments on commit 26ae06b

Please sign in to comment.