Release 1.0.0.beta4

This commit is contained in:
Parker Moore 2013-04-09 21:31:23 +02:00
parent a715a8970b
commit 1319b823f8
2 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,9 @@ 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 = '1.0.0.beta3' s.version = '1.0.0.beta4'
s.license = 'MIT' s.license = 'MIT'
s.date = '2013-04-04' s.date = '2013-04-09'
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."
@ -192,6 +192,7 @@ Gem::Specification.new do |s|
test/source/_posts/2013-01-02-post-excerpt.markdown test/source/_posts/2013-01-02-post-excerpt.markdown
test/source/_posts/2013-01-12-nil-layout.textile test/source/_posts/2013-01-12-nil-layout.textile
test/source/_posts/2013-01-12-no-layout.textile test/source/_posts/2013-01-12-no-layout.textile
test/source/_posts/2013-03-19-not-a-post.markdown/.gitkeep
test/source/about.html test/source/about.html
test/source/category/_posts/2008-9-23-categories.textile test/source/category/_posts/2008-9-23-categories.textile
test/source/contacts.html test/source/contacts.html

View File

@ -52,7 +52,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll module Jekyll
VERSION = '1.0.0.beta3' VERSION = '1.0.0.beta4'
# Default options. Overriden by values in _config.yml. # Default options. Overriden by values in _config.yml.
# Strings rather than symbols are used for compatability with YAML. # Strings rather than symbols are used for compatability with YAML.