Update gemspec to match new file extensions
This commit is contained in:
parent
42ac16b28f
commit
cf21de08c5
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||||
s.executables = ["jekyll"]
|
s.executables = ["jekyll"]
|
||||||
|
|
||||||
s.rdoc_options = ["--charset=UTF-8"]
|
s.rdoc_options = ["--charset=UTF-8"]
|
||||||
s.extra_rdoc_files = %w[README.textile LICENSE]
|
s.extra_rdoc_files = %w[README.markdown LICENSE]
|
||||||
|
|
||||||
s.add_runtime_dependency('liquid', "~> 2.3")
|
s.add_runtime_dependency('liquid', "~> 2.3")
|
||||||
s.add_runtime_dependency('classifier', "~> 1.3")
|
s.add_runtime_dependency('classifier', "~> 1.3")
|
||||||
|
@ -49,11 +49,11 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.markdown
|
||||||
Gemfile
|
Gemfile
|
||||||
History.markdown
|
History.markdown
|
||||||
LICENSE
|
LICENSE
|
||||||
README.textile
|
README.markdown
|
||||||
Rakefile
|
Rakefile
|
||||||
bin/jekyll
|
bin/jekyll
|
||||||
cucumber.yml
|
cucumber.yml
|
||||||
|
|
Loading…
Reference in New Issue