[docs] upgrade nanoc
This commit is contained in:
parent
38ccee8708
commit
fe7f70d35c
@ -1,6 +1,6 @@
|
|||||||
source :gemcutter
|
source :gemcutter
|
||||||
|
|
||||||
gem 'nanoc3', :git => "git://github.com/chriseppstein/nanoc.git"
|
gem 'nanoc3'
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
gem 'thor'
|
gem 'thor'
|
||||||
gem 'rack'
|
gem 'rack'
|
||||||
|
@ -1,15 +1,8 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/chriseppstein/nanoc.git
|
|
||||||
revision: 4eee0e60c5121b90498caa88605d416521553378
|
|
||||||
specs:
|
|
||||||
nanoc3 (3.2.0a3)
|
|
||||||
cri (>= 1.0.0)
|
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
compass (0.11.1.93b89a2)
|
compass (0.11.5.38ccee8)
|
||||||
chunky_png (~> 1.1)
|
chunky_png (~> 1.2)
|
||||||
fssm (>= 0.2.7)
|
fssm (>= 0.2.7)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
|
|
||||||
@ -18,11 +11,11 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
activesupport (3.0.7)
|
activesupport (3.0.7)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
chunky_png (1.2.0)
|
chunky_png (1.2.5)
|
||||||
coderay (0.9.7)
|
coderay (0.9.7)
|
||||||
compass-susy-plugin (0.9.beta.3)
|
compass-susy-plugin (0.9.beta.3)
|
||||||
compass (>= 0.11.beta.3)
|
compass (>= 0.11.beta.3)
|
||||||
cri (1.0.1)
|
cri (2.0.2)
|
||||||
css-slideshow (0.2.0)
|
css-slideshow (0.2.0)
|
||||||
compass (>= 0.10.0.rc3)
|
compass (>= 0.10.0.rc3)
|
||||||
css_parser (1.0.1)
|
css_parser (1.0.1)
|
||||||
@ -31,6 +24,8 @@ GEM
|
|||||||
i18n (0.4.2)
|
i18n (0.4.2)
|
||||||
json (1.5.1)
|
json (1.5.1)
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
|
nanoc3 (3.2.2)
|
||||||
|
cri (~> 2.0)
|
||||||
nokogiri (1.4.4)
|
nokogiri (1.4.4)
|
||||||
rack (1.2.2)
|
rack (1.2.2)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
@ -59,7 +54,7 @@ DEPENDENCIES
|
|||||||
haml (>= 3.1)
|
haml (>= 3.1)
|
||||||
json
|
json
|
||||||
mime-types
|
mime-types
|
||||||
nanoc3!
|
nanoc3
|
||||||
nokogiri
|
nokogiri
|
||||||
rack
|
rack
|
||||||
rake
|
rake
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%h1 Demo: #{@item[:title]}
|
%h1 Demo: #{@item[:title]}
|
||||||
#demo= example_html
|
#demo= example_html
|
||||||
|
|
||||||
= yield
|
= yield if block_given?
|
||||||
|
|
||||||
#how
|
#how
|
||||||
%section#markup
|
%section#markup
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%p.beta
|
%p.beta
|
||||||
This module is fairly new and is currently in BETA (β).
|
This module is fairly new and is currently in BETA (β).
|
||||||
|
|
||||||
= yield
|
= yield if block_given?
|
||||||
|
|
||||||
%p
|
%p
|
||||||
This file can be imported using:
|
This file can be imported using:
|
||||||
|
Loading…
Reference in New Issue
Block a user