# -*- encoding: utf-8 -*- # stub: gorilla-capistrano-recipes 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "gorilla-capistrano-recipes".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Benny Degezelle".freeze] s.date = "2009-12-15" s.description = "This gem allows for a clean Capfile by setting up common capistrano stuff such as Git preferences, Radiant specifics, db dump helpers, passenger or lighty restart, ...".freeze s.email = "benny@gorilla-webdesign.be".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/gorilla-capistrano-recipes.rb".freeze, "lib/gorilla-capistrano-recipes/deploy.rb".freeze, "lib/gorilla-capistrano-recipes/lighttpd.rb".freeze, "lib/gorilla-capistrano-recipes/mysql.rb".freeze, "lib/gorilla-capistrano-recipes/passenger.rb".freeze, "lib/gorilla-capistrano-recipes/radiant.rb".freeze, "lib/tasks/db.rake".freeze, "test/helper.rb".freeze, "test/test_gorilla-capistrano-recipes.rb".freeze] s.homepage = "http://github.com/jomz/gorilla-capistrano-recipes".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Common capistrano recipes for Gorilla sites".freeze s.test_files = ["test/helper.rb".freeze, "test/test_gorilla-capistrano-recipes.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end