From 5bca8e56604bee22acb88a3db4cbe095d964ac8f Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 21 Jun 2012 11:29:41 +0200 Subject: [PATCH] Prepare release 2.1.7 --- CHANGELOG | 2 +- LICENSE | 3 ++- capifony.gemspec | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c3e2748..8bf5606 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -== 2.1.7 / ??? +== 2.1.7 / June 21, 2012 * added maintenance page feature for Symfony2, use symfony 1.4 tasks (project:disable, project:enable) to do the same. diff --git a/LICENSE b/LICENSE index d5cbf27..4be820f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2010 Konstantin Kudryashov +Copyright (c) 2010-2012 Konstantin Kudryashov , +William Durand Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/capifony.gemspec b/capifony.gemspec index ce8d18f..1f49be1 100644 --- a/capifony.gemspec +++ b/capifony.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |spec| spec.name = 'capifony' - spec.version = '2.1.6' + spec.version = '2.1.7' spec.platform = Gem::Platform::RUBY spec.description = <<-DESC - Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment “recipe” to work with symfony (both 1 and 2) applications. + Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with symfony (both 1 and 2) applications. DESC spec.summary = <<-DESC.strip.gsub(/\n\s+/, " ") Deploying symfony PHP applications with Capistrano. @@ -19,8 +19,8 @@ Gem::Specification.new do |spec| spec.add_dependency 'capistrano', ">= 2.5.10" - spec.author = "Konstantin Kudryashov" - spec.email = "ever.zet@gmail.com" + spec.authors = [ "Konstantin Kudryashov", "William Durand" ] + spec.email = [ "ever.zet@gmail.com", "william.durand1@gmail.com" ] spec.homepage = "http://capifony.org" spec.rubyforge_project = "capifony"