File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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)
44
55Gem ::Specification . new do |gem |
66 gem . name = "capistrano-symfony"
7- gem . version = '0.4.0 '
7+ gem . version = '1.0.0.rc1 '
88 gem . authors = [ "Peter Mitchell" ]
99 gem . email = [ "pete@peterjmit.com" ]
1010 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}
1212 gem . homepage = "http://github.com/capistrano/capistrano-symfony"
1313
1414 gem . files = `git ls-files` . split ( $/)
3131
3232 gem . add_dependency 'capistrano' , '~> 3.1'
3333 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'
3535end
You can’t perform that action at this time.
0 commit comments