diff --git a/jekyll.gemspec b/jekyll.gemspec index 205b03b0..4bff92df 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -4,9 +4,9 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'jekyll' - s.version = '1.0.0.beta3' + s.version = '1.0.0.beta4' s.license = 'MIT' - s.date = '2013-04-04' + s.date = '2013-04-09' s.rubyforge_project = 'jekyll' 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-12-nil-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/category/_posts/2008-9-23-categories.textile test/source/contacts.html diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 19ad0373..ab35a3b2 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -52,7 +52,7 @@ require_all 'jekyll/tags' SafeYAML::OPTIONS[:suppress_warnings] = true module Jekyll - VERSION = '1.0.0.beta3' + VERSION = '1.0.0.beta4' # Default options. Overriden by values in _config.yml. # Strings rather than symbols are used for compatability with YAML.