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 b336e60 commit ffdb8c3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.
File renamed without changes.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,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 = [
'--protected',
'--output-dir', 'doc/yard',
Expand Down
4 changes: 2 additions & 2 deletions rails_admin.gemspec
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.authors = ["Erik Michaels-Ober", "Bogdan Gaza"]
s.description = %q{RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data}
s.email = ['sferik@gmail.com']
s.extra_rdoc_files = ['LICENSE.mkd', 'README.mkd']
s.files = Dir['Gemfile', 'LICENSE.mkd', 'README.mkd', 'Rakefile', 'app/**/*', 'config/**/*', 'lib/**/*', 'public/**/*']
s.extra_rdoc_files = ['LICENSE.md', 'README.md']
s.files = Dir['Gemfile', 'LICENSE.md', 'README.md', 'Rakefile', 'app/**/*', 'config/**/*', 'lib/**/*', 'public/**/*']
s.homepage = 'http://rubygems.org/gems/rails_admin'
s.name = 'rails_admin'
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit ffdb8c3

Please sign in to comment.