Updated gemspec to include new command and fixture files in manifest
This commit is contained in:
parent
e2affb2257
commit
d9bc6b57d5
|
@ -44,6 +44,8 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
|
.travis.yml
|
||||||
|
CONTRIBUTING.md
|
||||||
Gemfile
|
Gemfile
|
||||||
History.txt
|
History.txt
|
||||||
LICENSE
|
LICENSE
|
||||||
|
@ -63,6 +65,10 @@ Gem::Specification.new do |s|
|
||||||
features/support/env.rb
|
features/support/env.rb
|
||||||
jekyll.gemspec
|
jekyll.gemspec
|
||||||
lib/jekyll.rb
|
lib/jekyll.rb
|
||||||
|
lib/jekyll/command.rb
|
||||||
|
lib/jekyll/commands/build.rb
|
||||||
|
lib/jekyll/commands/migrate.rb
|
||||||
|
lib/jekyll/commands/serve.rb
|
||||||
lib/jekyll/converter.rb
|
lib/jekyll/converter.rb
|
||||||
lib/jekyll/converters/identity.rb
|
lib/jekyll/converters/identity.rb
|
||||||
lib/jekyll/converters/markdown.rb
|
lib/jekyll/converters/markdown.rb
|
||||||
|
@ -97,6 +103,8 @@ Gem::Specification.new do |s|
|
||||||
lib/jekyll/tags/include.rb
|
lib/jekyll/tags/include.rb
|
||||||
lib/jekyll/tags/post_url.rb
|
lib/jekyll/tags/post_url.rb
|
||||||
test/fixtures/broken_front_matter1.erb
|
test/fixtures/broken_front_matter1.erb
|
||||||
|
test/fixtures/broken_front_matter2.erb
|
||||||
|
test/fixtures/broken_front_matter3.erb
|
||||||
test/fixtures/front_matter.erb
|
test/fixtures/front_matter.erb
|
||||||
test/helper.rb
|
test/helper.rb
|
||||||
test/source/.htaccess
|
test/source/.htaccess
|
||||||
|
|
Loading…
Reference in New Issue