abhaynikam / boring_generators

Boring generators aims to make your development faster by delegating boring setups to us.
https://www.boringgenerators.com/
MIT License
265 stars 27 forks source link

Fix the letter opener generator indentation issue #119

Closed coolprobn closed 3 weeks ago

coolprobn commented 3 weeks ago

Background

Letter opener generator is adding the gem under the development gem group but without the new line due to which when another gem needs to be added to the same group, it's not working. For e.g. when adding letter opener and rack mini profiler subsequently.

Fix

I have added new line and also proper indentation so content looks good inside the file they are added to without throwing error on subsequent generators for the same gem group.