dnbert / prm

PRM Allows you to quickly build package repositories, inspired by Jordan Sissels' FPM
MIT License
250 stars 33 forks source link

Fix array being printed into Packages #7

Closed andytinycat closed 11 years ago

andytinycat commented 11 years ago

Fix for array string being printed into Packages - rather than write the array object we write the array joined with newlines.

dnbert commented 11 years ago

Hi Andy,

Thanks for the pull request, I'll push the gem up to Rubygems after some testing in RVM.

andytinycat commented 11 years ago

No problem. Would you mind posting here when you do push the new gem? I'm maintaining a local hacked copy to work around this.

dnbert commented 11 years ago

Hi Andy, The new gem is available on Rubygems! We went through and refactored how some of the Package content generation was being handled as well.