Update jekyll.gemspec with new files.

Ref: #2020
This commit is contained in:
Parker Moore 2014-02-09 18:43:46 -05:00
parent b6c8b39899
commit f607aefeb8
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Gem::Specification.new do |s|
lib/jekyll/generator.rb lib/jekyll/generator.rb
lib/jekyll/generators/pagination.rb lib/jekyll/generators/pagination.rb
lib/jekyll/layout.rb lib/jekyll/layout.rb
lib/jekyll/layout_reader.rb
lib/jekyll/mime.types lib/jekyll/mime.types
lib/jekyll/page.rb lib/jekyll/page.rb
lib/jekyll/plugin.rb lib/jekyll/plugin.rb
@ -232,6 +233,7 @@ Gem::Specification.new do |s|
test/source/_config.dev.toml test/source/_config.dev.toml
test/source/_data/languages.yml test/source/_data/languages.yml
test/source/_data/members.yaml test/source/_data/members.yaml
test/source/_data/products.yml
test/source/_includes/include.html test/source/_includes/include.html
test/source/_includes/params.html test/source/_includes/params.html
test/source/_includes/sig.markdown test/source/_includes/sig.markdown
@ -288,6 +290,9 @@ Gem::Specification.new do |s|
test/source/products.yml test/source/products.yml
test/source/properties.html test/source/properties.html
test/source/sitemap.xml test/source/sitemap.xml
test/source/symlink-test/_data
test/source/symlink-test/symlinked-dir
test/source/symlink-test/symlinked-file
test/source/unpublished.html test/source/unpublished.html
test/source/win/_posts/2009-05-24-yaml-linebreak.markdown test/source/win/_posts/2009-05-24-yaml-linebreak.markdown
test/source/z_category/_posts/2008-9-23-categories.textile test/source/z_category/_posts/2008-9-23-categories.textile
@ -302,6 +307,7 @@ Gem::Specification.new do |s|
test/test_filters.rb test/test_filters.rb
test/test_generated_site.rb test/test_generated_site.rb
test/test_kramdown.rb test/test_kramdown.rb
test/test_layout_reader.rb
test/test_new_command.rb test/test_new_command.rb
test/test_page.rb test/test_page.rb
test/test_pager.rb test/test_pager.rb