File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
5
5
Gem ::Specification . new do |gem |
6
6
gem . name = "capistrano-symfony"
7
- gem . version = '0.4.0 '
7
+ gem . version = '1.0.0.rc1 '
8
8
gem . authors = [ "Peter Mitchell" ]
9
9
10
10
gem . description = %q{Symfony specific Capistrano tasks}
11
- gem . summary = %q{Capistrano Symfony - Easy deployment of Symfony 2 apps with Ruby over SSH}
11
+ gem . summary = %q{Capistrano Symfony - Easy deployment of Symfony 2 & 3 apps with Ruby over SSH}
12
12
gem . homepage = "http://github.com/capistrano/capistrano-symfony"
13
13
14
14
gem . files = `git ls-files` . split ( $/)
31
31
32
32
gem . add_dependency 'capistrano' , '~> 3.1'
33
33
gem . add_dependency 'capistrano-composer' , '~> 0.0.3'
34
- gem . add_dependency 'capistrano-file-permissions' , '~> 0. 1.0'
34
+ gem . add_dependency 'capistrano-file-permissions' , '~> 1.0'
35
35
end
You can’t perform that action at this time.
0 commit comments