File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Capistrano Symfony 1.x Changelog
22
33
4+ ## ` 1.0.0 `
5+
6+ No changes since RC3
7+
8+ ## ` 1.0.0.rc3 `
9+
10+ (No changelog provided.) See diff: See the diff: https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc3
11+
412## ` 1.0.0.rc2 `
513
614https://github.com/capistrano/symfony/compare/1.0.0.rc2...1.0.0.rc1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It leverages the following capistrano tasks to deploy a Symfony app
1212```
1313# Gemfile
1414gem 'capistrano', '~> 3.4'
15- gem 'capistrano-symfony', '~> 1.0.0.rc3 '
15+ gem 'capistrano-symfony', '~> 1.0.0'
1616```
1717
1818## Usage
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |gem |
66 gem . name = "capistrano-symfony"
7- gem . version = '1.0.0.rc3 '
7+ gem . version = '1.0.0'
88 gem . authors = [ "Peter Mitchell" ]
99 gem . email = [ "pete@peterjmit.com" ]
1010 gem . description = %q{Symfony specific Capistrano tasks}
You can’t perform that action at this time.
0 commit comments