-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bugfixes * Added readme * Show how to set environment variables * Use alfa version * Webpath should be "public" * Adding changelog
- Loading branch information
Showing
5 changed files
with
74 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Capistrano Symfony 1.x Changelog | ||
|
||
|
||
## `2.0.0-alfa1` | ||
|
||
Support for only Symfony4. | ||
|
||
## `1.0.0` | ||
|
||
No changes since RC3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |gem| | ||
gem.name = "capistrano-symfony" | ||
gem.version = '1.0.0' | ||
gem.version = '2.0.0-alfa1' | ||
gem.authors = ["Peter Mitchell"] | ||
gem.email = ["[email protected]"] | ||
gem.description = %q{Symfony specific Capistrano tasks} | ||
gem.summary = %q{Capistrano Symfony - Easy deployment of Symfony 2 & 3 apps with Ruby over SSH} | ||
gem.summary = %q{Capistrano Symfony - Easy deployment of Symfony 4 apps with Ruby over SSH} | ||
gem.homepage = "http://github.com/capistrano/capistrano-symfony" | ||
|
||
gem.files = `git ls-files`.split($/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters