dnbert / prm

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

Bug fix: Remove unused sqlite3 dependency #28

Closed mfoo closed 10 years ago

mfoo commented 10 years ago

I'm pretty sure this isn't used anywhere in the code base, and it means my apt servers need the sqlite3 development packages to install the sqlite3 gem or prm install fails.

I did a little grepping for sqlite and had a look if any gems depended on it in the Gemfile.lock but found nothing.

I've bumped the patch version.

If it is used and I've misdiagnosed this, feel free to close and delete :)

dnbert commented 10 years ago

You're right! Thanks for the pull request. I had SQLite as a dependency originally there for RPM support but did inline XML instead - yum is confusing and weird :)

Let me know if you'd like new features or anything, I'm always looking to add in more utilities/functionality into PRM.

dnbert commented 10 years ago

oh and I've published the new gem to Rubygems.org