snaptoken / leg

Tools for making step-by-step code walkthroughs
MIT License
132 stars 2 forks source link

Regenerate .leg/ directory when `leg` is upgraded #34

Open paigeruten opened 6 years ago

paigeruten commented 6 years ago

This'll make it easy to make changes to the internals of the .leg/ folder without breaking things for users. It'll probably involve storing the gem version number in .leg/version or something, and checking that against the current version number on every run.