Skip to content

Commit

Permalink
Add the missing gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathd committed Oct 20, 2011
1 parent 6c59470 commit e7dfdc2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions capistrano_rsync_with_remote_cache.gemspec
@@ -0,0 +1,31 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Patrick Reagan}, %q{Mark Cornick}]
s.date = %q{2010-06-29}
s.email = %q{patrick.reagan@viget.com}
s.extra_rdoc_files = [%q{README.rdoc}]
s.files = [%q{README.rdoc}]
s.homepage = %q{http://www.viget.com/extend/}
s.rdoc_options = [%q{--main}, %q{README.rdoc}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.8}
s.summary = %q{A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.}

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<capistrano>, [">= 2.1.0"])
else
s.add_dependency(%q<capistrano>, [">= 2.1.0"])
end
else
s.add_dependency(%q<capistrano>, [">= 2.1.0"])
end
end

0 comments on commit e7dfdc2

Please sign in to comment.