Skip to content

Commit

Permalink
Bump for 1.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmit committed Jan 16, 2016
1 parent 04bbaea commit 30783bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capistrano-symfony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "capistrano-symfony"
gem.version = '0.4.0'
gem.version = '1.0.0.rc1'
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 apps with Ruby over SSH}
gem.summary = %q{Capistrano Symfony - Easy deployment of Symfony 2 & 3 apps with Ruby over SSH}
gem.homepage = "http://github.com/capistrano/capistrano-symfony"

gem.files = `git ls-files`.split($/)
Expand All @@ -31,5 +31,5 @@ eos

gem.add_dependency 'capistrano', '~> 3.1'
gem.add_dependency 'capistrano-composer', '~> 0.0.3'
gem.add_dependency 'capistrano-file-permissions', '~> 0.1.0'
gem.add_dependency 'capistrano-file-permissions', '~> 1.0'
end

0 comments on commit 30783bf

Please sign in to comment.