Skip to content

Commit

Permalink
Preparing 3.0.0.pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Jul 4, 2013
1 parent b23a56f commit df93237
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,10 @@
# Capistrano 3.x Changelog

Reverse Chronological Order:

## `3.0.0.pre7`

* Fix Git https authentication. (@leehambley)
* Capfile template fixes (repo/repo_url) (@teohm)
* Readme Fixes (@ffmike, @kejadlen, @dwickwire)
* Fix the positioning of the bundler hook, now immediately after finalize. (@teohm)
4 changes: 2 additions & 2 deletions capistrano.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
gem.version = Capistrano::VERSION
gem.authors = ["Tom Clements", "Lee Hambley"]
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com"]
gem.description = %q{PENDING: Write a gem description}
gem.summary = %q{PENDING: Write a gem summary}
gem.description = %q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
gem.summary = %q{Capistrano - Welcome to easy deployment with Ruby over SSH}
gem.homepage = ""

gem.files = `git ls-files`.split($/)
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
@@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.0.0.pre6"
VERSION = "3.0.0.pre7"
end

0 comments on commit df93237

Please sign in to comment.