Skip to content

Commit

Permalink
Prepare 2.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 29, 2012
1 parent 93e0bf9 commit b70434a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
### 2.2.5 / ???
### 2.2.5 / December 29, 2012

n/a
* host specification in mysql remote operations

### 2.2.4 / December 13, 2012

Expand Down
2 changes: 1 addition & 1 deletion bin/capifony
Expand Up @@ -5,7 +5,7 @@ require 'fileutils'

symfony_version = nil
symfony_app_path = 'app'
capifony_version = '2.2.5.dev'
capifony_version = '2.2.5'

OptionParser.new do |opts|
opts.banner = "Usage: #{File.basename($0)} [path]"
Expand Down
2 changes: 1 addition & 1 deletion capifony.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|

spec.name = 'capifony'
spec.version = '2.2.5.dev'
spec.version = '2.2.5'
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.
Expand Down

0 comments on commit b70434a

Please sign in to comment.