Drop git ls-files in gemspec#5
Conversation
Signed-off-by: Utkarsh Gupta <[email protected]>
|
@utkarsh2102 First of all... I love your changes. Second, ship this in debian?! Third, I love Debian. Fourth, how /why did you find this, and how/why is it useful to Debian? |
|
Hi @pboling 👋
Thank you so much! ❤️
Hehe, yes! So we maintain
That is awesome! And Debian loves you ❤️
So in Debian, we maintain a lot of applications and libraries, one of them is I'll be happy to answer more of your questions if you have more!? \o/ |
|
@utkarsh2102 So very cool. I am working on releases. 💯 |
Hi @pboling,
Thanks for working on this! ❤️
However, while maintaining this in Debian, we found that this library relies on
gitto list the files which could be done via pure Ruby alternative -- which is what this PR does.As an addition, this PR makes sure that this gem only ships the required files to the end users and not other things which are not needed by them 🚀
Also, added
rubocop-packagingas a development_dependency which will ensure the best practices.Here's what it shows us:
And this PR fixes the same, which helps us in shipping this in Debian! 🎉
Hope this would make sense and you'll be open to this change 💯
Signed-off-by: Utkarsh Gupta <[email protected]>