Skip to content

Commit

Permalink
Change Markdown extension to .md
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 6, 2011
1 parent 4c22323 commit efec084
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yardopts
Expand Up @@ -2,4 +2,4 @@
--protected
--markup markdown
-
LICENSE.mkd
LICENSE.md
File renamed without changes.
2 changes: 1 addition & 1 deletion README.mkd → README.md
Expand Up @@ -85,4 +85,4 @@ MultiXML was inspired by [MultiJSON](http://github.com/intridea/multi_json/).
Copyright
---------
Copyright (c) 2010 Erik Michaels-Ober.
See [LICENSE](https://github.com/sferik/multi_xml/blob/master/LICENSE.mkd) for details.
See [LICENSE](https://github.com/sferik/multi_xml/blob/master/LICENSE.md) for details.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ task :default => :spec
namespace :doc do
require 'yard'
YARD::Rake::YardocTask.new do |task|
task.files = ['LICENSE.mkd', 'lib/**/*.rb']
task.files = ['LICENSE.md', 'lib/**/*.rb']
task.options = [
'--no-private',
'--protected',
Expand Down

0 comments on commit efec084

Please sign in to comment.