diff --git a/_posts/2013-06-01-release-announcement.markdown b/_posts/2013-06-01-release-announcement.markdown
index 8fef5d89..ba0201d4 100644
--- a/_posts/2013-06-01-release-announcement.markdown
+++ b/_posts/2013-06-01-release-announcement.markdown
@@ -1,7 +1,7 @@
---
layout: post
title: "Capistrano Version 3 Release Announcement"
-date: 2013-06-01 00:00:00
+date: 2013-06-01
---
After what seems like years of work, the Capistrano team (that's Tom and I)
diff --git a/_site/2013/06/01/release-announcement.html b/_site/2013/06/01/release-announcement.html
index f15a51b2..c27bfe45 100644
--- a/_site/2013/06/01/release-announcement.html
+++ b/_site/2013/06/01/release-announcement.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/changes.html b/_site/changes.html
index a7a961a9..bcca1dd5 100644
--- a/_site/changes.html
+++ b/_site/changes.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/index.html b/_site/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/index.html
index c1ec2c7c..01049485 100644
--- a/_site/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/index.html
+++ b/_site/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/frameworks/bundler/index.html b/_site/documentation/frameworks/bundler/index.html
index a823d9f2..b410f0e2 100644
--- a/_site/documentation/frameworks/bundler/index.html
+++ b/_site/documentation/frameworks/bundler/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/frameworks/rbenv-rvm-chruby/index.html b/_site/documentation/frameworks/rbenv-rvm-chruby/index.html
index b4694d51..25502cd4 100644
--- a/_site/documentation/frameworks/rbenv-rvm-chruby/index.html
+++ b/_site/documentation/frameworks/rbenv-rvm-chruby/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/frameworks/ruby-on-rails/index.html b/_site/documentation/frameworks/ruby-on-rails/index.html
index faae6b61..82988dbd 100644
--- a/_site/documentation/frameworks/ruby-on-rails/index.html
+++ b/_site/documentation/frameworks/ruby-on-rails/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/authentication-and-authorisation/index.html b/_site/documentation/getting-started/authentication-and-authorisation/index.html
index abf1d0ed..215e41e1 100644
--- a/_site/documentation/getting-started/authentication-and-authorisation/index.html
+++ b/_site/documentation/getting-started/authentication-and-authorisation/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/cold-start/index.html b/_site/documentation/getting-started/cold-start/index.html
index ea37d1ee..4b8c4086 100644
--- a/_site/documentation/getting-started/cold-start/index.html
+++ b/_site/documentation/getting-started/cold-start/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/flow/index.html b/_site/documentation/getting-started/flow/index.html
index 8805b502..7496ab37 100644
--- a/_site/documentation/getting-started/flow/index.html
+++ b/_site/documentation/getting-started/flow/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/installation/index.html b/_site/documentation/getting-started/installation/index.html
index 2a934114..9878b255 100644
--- a/_site/documentation/getting-started/installation/index.html
+++ b/_site/documentation/getting-started/installation/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
@@ -129,26 +129,26 @@ will build the gem and install it locally. The Gem is not yet availalble
Rubygems.org.
-
$ gem install capistrano --pre --trust-policy HighSecurity
+
$ gem install capistrano
Or grab the bleeding edge head from:
-
$ git clone -b v3 https://github.com/capistrano/capistrano.git
+ $ git clone https://github.com/capistrano/capistrano.git
$ cd capistrano
$ gem build *.gemspec
$ gem install *.gem
-Signed Rubygems
+Signed Rubygems (currently not signed)
As Capistrano is a signed gem, you should always be careful to use the
--trust-policy
flag when installing Gems, or since Bundler 1.3 you should
use the same flag:
-
$ gem install capistrano --pre --trust-policy HighSecurity
+ $ gem install capistrano --trust-policy HighSecurity
$ bundle install --trust-policy HighSecurity
@@ -171,7 +171,7 @@ gems)
group :development do
- gem 'capistrano-rails', '~> 0.0.7'
+ gem 'capistrano-rails', '~> 1.0.0'
end
@@ -245,26 +245,26 @@ will build the gem and install it locally. The Gem is not yet availalble
Rubygems.org.
-
$ gem install capistrano --pre --trust-policy HighSecurity
+
$ gem install capistrano
Or grab the bleeding edge head from:
-
$ git clone -b v3 https://github.com/capistrano/capistrano.git
+ $ git clone https://github.com/capistrano/capistrano.git
$ cd capistrano
$ gem build *.gemspec
$ gem install *.gem
-Signed Rubygems
+Signed Rubygems (currently not signed)
As Capistrano is a signed gem, you should always be careful to use the
--trust-policy
flag when installing Gems, or since Bundler 1.3 you should
use the same flag:
-
$ gem install capistrano --pre --trust-policy HighSecurity
+ $ gem install capistrano --trust-policy HighSecurity
$ bundle install --trust-policy HighSecurity
@@ -287,7 +287,7 @@ gems)
group :development do
- gem 'capistrano-rails', '~> 0.0.7'
+ gem 'capistrano-rails', '~> 1.0.0'
end
diff --git a/_site/documentation/getting-started/preparing-your-application/index.html b/_site/documentation/getting-started/preparing-your-application/index.html
index 6aecb077..7e81cc7f 100644
--- a/_site/documentation/getting-started/preparing-your-application/index.html
+++ b/_site/documentation/getting-started/preparing-your-application/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/remote-file/index.html b/_site/documentation/getting-started/remote-file/index.html
index 4aae5919..242d4707 100644
--- a/_site/documentation/getting-started/remote-file/index.html
+++ b/_site/documentation/getting-started/remote-file/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/getting-started/rollbacks/index.html b/_site/documentation/getting-started/rollbacks/index.html
index fb529f02..1c11174f 100644
--- a/_site/documentation/getting-started/rollbacks/index.html
+++ b/_site/documentation/getting-started/rollbacks/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/overview/introductory-demo-video/index.html b/_site/documentation/overview/introductory-demo-video/index.html
index 0e61ed14..068b475a 100644
--- a/_site/documentation/overview/introductory-demo-video/index.html
+++ b/_site/documentation/overview/introductory-demo-video/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/overview/what-is-capistrano/index.html b/_site/documentation/overview/what-is-capistrano/index.html
index cae11ce3..38f92376 100644
--- a/_site/documentation/overview/what-is-capistrano/index.html
+++ b/_site/documentation/overview/what-is-capistrano/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/documentation/upgrading/index.html b/_site/documentation/upgrading/index.html
index 96914904..7b107470 100644
--- a/_site/documentation/upgrading/index.html
+++ b/_site/documentation/upgrading/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation
diff --git a/_site/index.html b/_site/index.html
index 11a20333..f3793300 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -67,7 +67,7 @@
Getting Started
- The Readme, start here!
+ The Readme, start here!
Installation
Preparing Your Application
Authentication & Authorisation