Release 0.10.0
This commit is contained in:
parent
86397cbf00
commit
13df722073
|
@ -1,4 +1,4 @@
|
||||||
== HEAD
|
== 0.10.0 / 2010-12-16
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* Add --no-server option.
|
* Add --no-server option.
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
||||||
s.rubygems_version = '1.3.5'
|
s.rubygems_version = '1.3.5'
|
||||||
|
|
||||||
s.name = 'jekyll'
|
s.name = 'jekyll'
|
||||||
s.version = '0.9.0'
|
s.version = '0.10.0'
|
||||||
s.date = '2010-12-15'
|
s.date = '2010-12-16'
|
||||||
s.rubyforge_project = 'jekyll'
|
s.rubyforge_project = 'jekyll'
|
||||||
|
|
||||||
s.summary = "A simple, blog aware, static site generator."
|
s.summary = "A simple, blog aware, static site generator."
|
||||||
|
|
|
@ -45,7 +45,7 @@ require_all 'jekyll/generators'
|
||||||
require_all 'jekyll/tags'
|
require_all 'jekyll/tags'
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '0.9.0'
|
VERSION = '0.10.0'
|
||||||
|
|
||||||
# Default options. Overriden by values in _config.yml or command-line opts.
|
# Default options. Overriden by values in _config.yml or command-line opts.
|
||||||
# (Strings rather symbols used for compatability with YAML).
|
# (Strings rather symbols used for compatability with YAML).
|
||||||
|
|
Loading…
Reference in New Issue