mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing for GH Pages
This commit is contained in:
parent
a6ef66659b
commit
b293a0cc74
4 changed files with 104 additions and 71 deletions
4
Gemfile
4
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll", "~> 1.1.2"
|
gem "jekyll"
|
||||||
gem "redcarpet"
|
gem "redcarpet"
|
||||||
gem "unindent"
|
gem "unindent"
|
||||||
|
gem 'github-pages', github: 'github/pages-gem'
|
||||||
gem "git"
|
gem "git"
|
||||||
gem "sshkit"
|
|
||||||
|
|
83
Gemfile.lock
83
Gemfile.lock
|
@ -1,47 +1,64 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/github/pages-gem.git
|
||||||
|
revision: a73cbe4d6b683e0ef1bbeefc01e10daac1498a65
|
||||||
|
specs:
|
||||||
|
github-pages (12)
|
||||||
|
RedCloth (= 4.2.9)
|
||||||
|
jekyll (= 1.4.2)
|
||||||
|
kramdown (= 1.2.0)
|
||||||
|
liquid (= 2.5.4)
|
||||||
|
maruku (= 0.7.0)
|
||||||
|
rdiscount (= 2.1.7)
|
||||||
|
redcarpet (= 2.3.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
classifier (1.3.3)
|
RedCloth (4.2.9)
|
||||||
|
blankslate (2.1.2.4)
|
||||||
|
classifier (1.3.4)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
commander (4.1.3)
|
commander (4.1.5)
|
||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
directory_watcher (1.4.1)
|
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
git (1.2.5)
|
ffi (1.9.3)
|
||||||
highline (1.6.19)
|
git (1.2.6)
|
||||||
jekyll (1.1.2)
|
highline (1.6.20)
|
||||||
|
jekyll (1.4.2)
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
commander (~> 4.1.3)
|
commander (~> 4.1.3)
|
||||||
directory_watcher (~> 1.4.1)
|
liquid (~> 2.5.2)
|
||||||
kramdown (~> 1.0.2)
|
listen (~> 1.3)
|
||||||
liquid (~> 2.5.1)
|
maruku (~> 0.7.0)
|
||||||
maruku (~> 0.5)
|
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.5.0)
|
||||||
redcarpet (~> 2.2.2)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.7.0)
|
safe_yaml (~> 0.9.7)
|
||||||
kramdown (1.0.2)
|
toml (~> 0.1.0)
|
||||||
liquid (2.5.1)
|
kramdown (1.2.0)
|
||||||
maruku (0.6.1)
|
liquid (2.5.4)
|
||||||
syntax (>= 1.0.0)
|
listen (1.3.1)
|
||||||
net-scp (1.1.2)
|
rb-fsevent (>= 0.9.3)
|
||||||
net-ssh (>= 2.6.5)
|
rb-inotify (>= 0.9)
|
||||||
net-ssh (2.6.8)
|
rb-kqueue (>= 0.2)
|
||||||
posix-spawn (0.3.6)
|
maruku (0.7.0)
|
||||||
pygments.rb (0.5.0)
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.8)
|
||||||
|
pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
redcarpet (2.2.2)
|
rb-fsevent (0.9.4)
|
||||||
safe_yaml (0.7.1)
|
rb-inotify (0.9.3)
|
||||||
sshkit (0.0.34)
|
ffi (>= 0.5.0)
|
||||||
net-scp
|
rb-kqueue (0.2.0)
|
||||||
net-ssh
|
ffi (>= 0.5.0)
|
||||||
term-ansicolor
|
rdiscount (2.1.7)
|
||||||
syntax (1.0.0)
|
redcarpet (2.3.0)
|
||||||
term-ansicolor (1.2.2)
|
safe_yaml (0.9.7)
|
||||||
tins (~> 0.8)
|
toml (0.1.0)
|
||||||
tins (0.9.0)
|
parslet (~> 1.5.0)
|
||||||
unindent (1.0)
|
unindent (1.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
|
@ -50,7 +67,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
git
|
git
|
||||||
jekyll (~> 1.1.2)
|
github-pages!
|
||||||
|
jekyll
|
||||||
redcarpet
|
redcarpet
|
||||||
sshkit
|
|
||||||
unindent
|
unindent
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
#gem "debugger"
|
gem "jekyll"
|
||||||
gem "jekyll", "~> 1.1.2"
|
|
||||||
gem "redcarpet"
|
gem "redcarpet"
|
||||||
gem "unindent"
|
gem "unindent"
|
||||||
|
gem 'github-pages', github: 'github/pages-gem'
|
||||||
gem "git"
|
gem "git"
|
||||||
gem "sshkit"
|
|
||||||
|
|
|
@ -1,47 +1,64 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/github/pages-gem.git
|
||||||
|
revision: a73cbe4d6b683e0ef1bbeefc01e10daac1498a65
|
||||||
|
specs:
|
||||||
|
github-pages (12)
|
||||||
|
RedCloth (= 4.2.9)
|
||||||
|
jekyll (= 1.4.2)
|
||||||
|
kramdown (= 1.2.0)
|
||||||
|
liquid (= 2.5.4)
|
||||||
|
maruku (= 0.7.0)
|
||||||
|
rdiscount (= 2.1.7)
|
||||||
|
redcarpet (= 2.3.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
classifier (1.3.3)
|
RedCloth (4.2.9)
|
||||||
|
blankslate (2.1.2.4)
|
||||||
|
classifier (1.3.4)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
commander (4.1.3)
|
commander (4.1.5)
|
||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
directory_watcher (1.4.1)
|
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
git (1.2.5)
|
ffi (1.9.3)
|
||||||
highline (1.6.19)
|
git (1.2.6)
|
||||||
jekyll (1.1.2)
|
highline (1.6.20)
|
||||||
|
jekyll (1.4.2)
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
commander (~> 4.1.3)
|
commander (~> 4.1.3)
|
||||||
directory_watcher (~> 1.4.1)
|
liquid (~> 2.5.2)
|
||||||
kramdown (~> 1.0.2)
|
listen (~> 1.3)
|
||||||
liquid (~> 2.5.1)
|
maruku (~> 0.7.0)
|
||||||
maruku (~> 0.5)
|
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.5.0)
|
||||||
redcarpet (~> 2.2.2)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.7.0)
|
safe_yaml (~> 0.9.7)
|
||||||
kramdown (1.0.2)
|
toml (~> 0.1.0)
|
||||||
liquid (2.5.1)
|
kramdown (1.2.0)
|
||||||
maruku (0.6.1)
|
liquid (2.5.4)
|
||||||
syntax (>= 1.0.0)
|
listen (1.3.1)
|
||||||
net-scp (1.1.2)
|
rb-fsevent (>= 0.9.3)
|
||||||
net-ssh (>= 2.6.5)
|
rb-inotify (>= 0.9)
|
||||||
net-ssh (2.6.8)
|
rb-kqueue (>= 0.2)
|
||||||
posix-spawn (0.3.6)
|
maruku (0.7.0)
|
||||||
pygments.rb (0.5.0)
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.8)
|
||||||
|
pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
redcarpet (2.2.2)
|
rb-fsevent (0.9.4)
|
||||||
safe_yaml (0.7.1)
|
rb-inotify (0.9.3)
|
||||||
sshkit (0.0.34)
|
ffi (>= 0.5.0)
|
||||||
net-scp
|
rb-kqueue (0.2.0)
|
||||||
net-ssh
|
ffi (>= 0.5.0)
|
||||||
term-ansicolor
|
rdiscount (2.1.7)
|
||||||
syntax (1.0.0)
|
redcarpet (2.3.0)
|
||||||
term-ansicolor (1.2.2)
|
safe_yaml (0.9.7)
|
||||||
tins (~> 0.8)
|
toml (0.1.0)
|
||||||
tins (0.9.0)
|
parslet (~> 1.5.0)
|
||||||
unindent (1.0)
|
unindent (1.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
|
@ -50,7 +67,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
git
|
git
|
||||||
jekyll (~> 1.1.2)
|
github-pages!
|
||||||
|
jekyll
|
||||||
redcarpet
|
redcarpet
|
||||||
sshkit
|
|
||||||
unindent
|
unindent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue