提交 fba28ece 编写于 作者: V Vijay Dev

Merge pull request #3579 from arunagw/missing_md_in_changelog

CHANGELOG => CHANGELOG.md
...@@ -96,13 +96,13 @@ namespace :doc do ...@@ -96,13 +96,13 @@ namespace :doc do
end end
gem_path('activesupport') do |activesupport| gem_path('activesupport') do |activesupport|
%w(README.rdoc CHANGELOG lib/active_support/**/*.rb).each do |file| %w(README.rdoc CHANGELOG.md lib/active_support/**/*.rb).each do |file|
rdoc.rdoc_files.include("#{activesupport}/#{file}") rdoc.rdoc_files.include("#{activesupport}/#{file}")
end end
end end
gem_path('railties') do |railties| gem_path('railties') do |railties|
%w(README.rdoc CHANGELOG lib/{*.rb,commands/*.rb,generators/*.rb}).each do |file| %w(README.rdoc CHANGELOG.md lib/{*.rb,commands/*.rb,generators/*.rb}).each do |file|
rdoc.rdoc_files.include("#{railties}/#{file}") rdoc.rdoc_files.include("#{railties}/#{file}")
end end
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册