burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Make the VERSION file a dependency of build targets that rely on it #552

Closed metcalf closed 8 years ago

metcalf commented 8 years ago

Make the VERSION file a dependency of build targets that rely on it. Without this, changing the VERSION file doesn't invalidate things like rubygem/lib/zeus/version.rb that are built from it. This means you can't build a new version without running make clean.

latortuga commented 8 years ago

Yeah this is 100% the right choice. I have definitely hit this before. LGTM.