# -*- encoding: utf-8 -*- # stub: capistrano-extensions 0.1.8 ruby lib Gem::Specification.new do |s| s.name = "capistrano-extensions".freeze s.version = "0.1.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Trupiano".freeze] s.date = "2009-04-27" s.description = "A base set of Capistrano extensions-- aids with the file_column plugin, the GemInstaller gem, multiple deployable environments, logfile helpers, and database/asset synchronization from production to local environment".freeze s.email = "jtrupiano@gmail.com".freeze s.executables = ["capistrano-extensions-sync-content".freeze, "capistrano-extensions-sync-db".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["History.txt".freeze, "ISSUES.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "bin/capistrano-extensions-sync-content".freeze, "bin/capistrano-extensions-sync-db".freeze, "lib/capistrano-extensions".freeze, "lib/capistrano-extensions.rb".freeze, "lib/capistrano-extensions/deploy.rb".freeze, "lib/capistrano-extensions/geminstaller_dependency.rb".freeze, "lib/capistrano-extensions/recipes".freeze, "lib/capistrano-extensions/recipes/content_sync.rb".freeze, "lib/capistrano-extensions/recipes/db_sync.rb".freeze] s.homepage = "http://github.com/jtrupiano/capistrano-extensions".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A base set of Capistrano extensions-- aids with the file_column plugin, the GemInstaller gem, multiple deployable environments, logfile helpers, and database/asset synchronization from production to local environment".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["~> 2.5.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.1".freeze]) end