mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Tell hoe to use README.md
This commit is contained in:
parent
73ef3c9eb4
commit
a8d5077472
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ require 'hoe'
|
|||
|
||||
HOE = Hoe.spec 'puma' do
|
||||
self.rubyforge_name = 'puma'
|
||||
self.readme_file = "README.md"
|
||||
developer 'Evan Phoenix', 'evan@phx.io'
|
||||
|
||||
spec_extras[:extensions] = ["ext/http11/extconf.rb"]
|
||||
|
@ -14,7 +15,7 @@ end
|
|||
|
||||
file "#{HOE.spec.name}.gemspec" => ['Rakefile', 'tasks/gem.rake'] do |t|
|
||||
puts "Generating #{t.name}"
|
||||
File.open(t.name, 'w') { |f| f.puts HOE.spec.to_yaml }
|
||||
File.open(t.name, 'w') { |f| f.puts HOE.spec.to_ruby }
|
||||
end
|
||||
|
||||
desc "Generate or update the standalone gemspec file for the project"
|
||||
|
|
Loading…
Add table
Reference in a new issue