Update gemspec to match new file extensions

This commit is contained in:
Tyler Margison 2013-07-09 15:05:09 -07:00
parent 42ac16b28f
commit cf21de08c5
1 changed files with 3 additions and 3 deletions

View File

@ -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