Sha256: ce533c3e4abe698cad37770e8279a9f7f278304f2c5575bbd64b98546d47d875
Contents?: true
Size: 1.9 KB
Versions: 1
Compression:
Stored size: 1.9 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{zend-framework-deploy} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Fabio Napoleoni"] s.date = %q{2011-05-09} s.default_executable = %q{zf-capify} s.description = %q{Use this gem to deploy Zend Framework projects with Capistrano. It will adapt Capistrano configuration in order to be used with ZF project structure.} s.email = %q{f.napoleoni@gmail.com} s.executables = ["zf-capify"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" ] s.files = [ ".document", "CHANGES.md", "Gemfile", "LICENSE.txt", "README.markdown", "Rakefile", "VERSION", "bin/zf-capify", "lib/zend-framework-deploy.rb", "zend-framework-deploy.gemspec" ] s.homepage = %q{http://github.com/fabn/zend-framework-deploy} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Deploy Zend Framework applications with Capistrano} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<capistrano>, ["~> 2.5"]) s.add_development_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_development_dependency(%q<jeweler>, ["~> 1.6.0"]) else s.add_dependency(%q<capistrano>, ["~> 2.5"]) s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.0"]) end else s.add_dependency(%q<capistrano>, ["~> 2.5"]) s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.6.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zend-framework-deploy-0.2.0 | zend-framework-deploy.gemspec |