Skip to content

Commit

Permalink
Regenerated gemspec for version 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Cornick committed Sep 8, 2009
1 parent 39a53ba commit 4d0e22c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions capistrano_rsync_with_remote_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@

Gem::Specification.new do |s|
s.name = %q{capistrano_rsync_with_remote_cache}
s.version = "2.3.5"
s.version = "2.3.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mark Cornick"]
s.date = %q{2009-08-07}
s.date = %q{2009-09-08}
s.description = %q{A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.}
s.email = %q{mark@viget.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.md"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"README.md",
"Rakefile",
"VERSION",
"capistrano_rsync_with_remote_cache.gemspec",
Expand All @@ -46,10 +46,16 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<capistrano>, [">= 2.0"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_development_dependency(%q<yard>, [">= 0"])
else
s.add_dependency(%q<capistrano>, [">= 2.0"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<yard>, [">= 0"])
end
else
s.add_dependency(%q<capistrano>, [">= 2.0"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<yard>, [">= 0"])
end
end

0 comments on commit 4d0e22c

Please sign in to comment.