Skip to content

Commit

Permalink
s/txt/rdoc/ for README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 25, 2009
1 parent 4dd0215 commit 20d0014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef/Rakefile
Expand Up @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
s.version = CHEF_VERSION
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.txt", "LICENSE" ]
s.extra_rdoc_files = ["README.rdoc", "LICENSE" ]
s.summary = SUMMARY
s.description = s.summary
s.author = AUTHOR
Expand All @@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s|
s.executables = %w( chef-client chef-solo )

s.require_path = 'lib'
s.files = %w(LICENSE README.txt Rakefile) + Dir.glob("{lib,spec,config,examples,contrib}/**/*")
s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{lib,spec,config,examples,contrib}/**/*")
end

Rake::GemPackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit 20d0014

Please sign in to comment.