Skip to content

Commit

Permalink
Prepare 2.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 13, 2015
1 parent 426e209 commit ae1b967
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### 2.8.4 / ???
### 2.8.4 / April 13, 2015

n/a
* Fixed: update_assets_version by date of last modified file
* Fixed: replace latest_release with current_path and write tests

*Important:* http://williamdurand.fr/2015/04/11/on-capifony-and-its-future/

### 2.8.3 / December 17, 2014

Expand Down
2 changes: 1 addition & 1 deletion bin/capifony
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'fileutils'

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

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

spec.name = 'capifony'
spec.version = '2.8.4.dev'
spec.version = '2.8.4'
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 ae1b967

Please sign in to comment.