postmodern / hoe-yard

A Hoe plugin for generating YARD documentation
MIT License
3 stars 3 forks source link

Update yard.rb #4

Open dsisnero opened 8 years ago

dsisnero commented 8 years ago

If the Manifest.txt file already has a README.ext and a History.ext then use the values. Also, if you define your spec like MyGem.spec do self.readme_file = 'readme_only.txt' self.history_file = 'historyiscool.txt' end

you want that to work.

Also, could you release a new gem with these additions?

thanks