Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 23, 2010
1 parent 3ab0168 commit 31901ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== HEAD
== 0.8.0 / 2010-11-22
* Minor Enhancements
* Add wordpress.com importer (#207)
* Add --limit-posts cli option (#212)
Expand Down
8 changes: 6 additions & 2 deletions jekyll.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'jekyll'
s.version = '0.7.0'
s.date = '2010-08-24'
s.version = '0.8.0'
s.date = '2010-11-22'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down Expand Up @@ -72,6 +72,7 @@ Gem::Specification.new do |s|
lib/jekyll/migrators/mt.rb
lib/jekyll/migrators/textpattern.rb
lib/jekyll/migrators/typo.rb
lib/jekyll/migrators/wordpress.com.rb
lib/jekyll/migrators/wordpress.rb
lib/jekyll/page.rb
lib/jekyll/plugin.rb
Expand All @@ -81,6 +82,7 @@ Gem::Specification.new do |s|
lib/jekyll/tags/highlight.rb
lib/jekyll/tags/include.rb
test/helper.rb
test/source/.htaccess
test/source/_includes/sig.markdown
test/source/_layouts/default.html
test/source/_layouts/simple.html
Expand Down Expand Up @@ -111,6 +113,7 @@ Gem::Specification.new do |s|
test/source/category/_posts/2008-9-23-categories.textile
test/source/contacts.html
test/source/css/screen.css
test/source/deal.with.dots.html
test/source/foo/_posts/bar/2008-12-12-topical-post.textile
test/source/index.html
test/source/sitemap.xml
Expand All @@ -121,6 +124,7 @@ Gem::Specification.new do |s|
test/test_core_ext.rb
test/test_filters.rb
test/test_generated_site.rb
test/test_kramdown.rb
test/test_page.rb
test/test_pager.rb
test/test_post.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Expand Up @@ -45,7 +45,7 @@ def require_all(path)
require_all 'jekyll/tags'

module Jekyll
VERSION = '0.7.0'
VERSION = '0.8.0'

# Default options. Overriden by values in _config.yml or command-line opts.
# (Strings rather symbols used for compatability with YAML).
Expand Down

0 comments on commit 31901ee

Please sign in to comment.