Skip to content

Commit

Permalink
Regenerated gemspec for version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Holland committed Jun 25, 2010
1 parent d7d9d7a commit aa9097d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iCuke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{iCuke}
s.version = "0.6.0"
s.version = "0.6.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rob Holland"]
Expand Down Expand Up @@ -165,15 +165,18 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<cucumber>, [">= 0"])
s.add_runtime_dependency(%q<httparty>, [">= 0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_runtime_dependency(%q<background_process>, [">= 0"])
else
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<background_process>, [">= 0"])
end
else
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<background_process>, [">= 0"])
end
end

0 comments on commit aa9097d

Please sign in to comment.