File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Gem::Specification.new do |s|
44 s . rubygems_version = '1.3.5'
55
66 s . name = 'jekyll'
7- s . version = '1.0.0.beta3 '
7+ s . version = '1.0.0.beta4 '
88 s . license = 'MIT'
9- s . date = '2013-04-04 '
9+ s . date = '2013-04-09 '
1010 s . rubyforge_project = 'jekyll'
1111
1212 s . summary = "A simple, blog aware, static site generator."
@@ -192,6 +192,7 @@ Gem::Specification.new do |s|
192192 test/source/_posts/2013-01-02-post-excerpt.markdown
193193 test/source/_posts/2013-01-12-nil-layout.textile
194194 test/source/_posts/2013-01-12-no-layout.textile
195+ test/source/_posts/2013-03-19-not-a-post.markdown/.gitkeep
195196 test/source/about.html
196197 test/source/category/_posts/2008-9-23-categories.textile
197198 test/source/contacts.html
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def require_all(path)
5252SafeYAML ::OPTIONS [ :suppress_warnings ] = true
5353
5454module Jekyll
55- VERSION = '1.0.0.beta3 '
55+ VERSION = '1.0.0.beta4 '
5656
5757 # Default options. Overriden by values in _config.yml.
5858 # Strings rather than symbols are used for compatability with YAML.
You can’t perform that action at this time.
0 commit comments