Skip to content

Commit

Permalink
Give README an extension so it gets formatted on Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Feb 7, 2011
1 parent 2064e75 commit c1951f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions redcloth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Gem::Specification.new do |s|
s.rubygems_version = "1.3.7"
s.default_executable = "redcloth"

s.files = Dir['.gemtest', '.rspec', 'CHANGELOG', 'COPYING', 'Gemfile', 'README', 'Rakefile', 'doc/**/*', 'bin/**/*', 'lib/**/*', 'redcloth.gemspec', 'spec/**/*', 'tasks/**/*']
s.files = Dir['.gemtest', '.rspec', 'CHANGELOG', 'COPYING', 'Gemfile', 'README.rdoc', 'Rakefile', 'doc/**/*', 'bin/**/*', 'lib/**/*', 'redcloth.gemspec', 'spec/**/*', 'tasks/**/*']
s.test_files = Dir['spec/**/*']
s.executables = ['redcloth']
s.extra_rdoc_files = ["COPYING", "README", "CHANGELOG"]
s.extra_rdoc_files = ["COPYING", "README.rdoc", "CHANGELOG"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

Expand Down

0 comments on commit c1951f1

Please sign in to comment.