# -*- encoding: utf-8 -*- # stub: mattmatt-cap-ext-webistrano 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "mattmatt-cap-ext-webistrano".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mathias Meyer".freeze] s.date = "2009-01-20" s.email = "meyer@paperplanes.de".freeze s.files = ["README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/cap_ext_webistrano".freeze, "lib/cap_ext_webistrano.rb".freeze, "lib/cap_ext_webistrano/deployment.rb".freeze, "lib/cap_ext_webistrano/project.rb".freeze, "lib/cap_ext_webistrano/stage.rb".freeze, "lib/cap_ext_webistrano/task.rb".freeze, "test/project_shoulda.rb".freeze, "test/task_shoulda.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/mattmatt/cap-ext-webistrano".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A drop-in replacement for Capistrano to fire off Webistrano deployments transparently without losing the joy of using the cap command.".freeze s.specification_version = 2 s.add_runtime_dependency(%q<capistrano>.freeze, [">= 0".freeze]) end