-
merge pull request #13 which fixes a problem with dates
Staging tags were previously created with Date.today, which is the computer's date, which was causing issues with people from different timezones deploying a application.
This fixes this issue by using instead Time.now.utc.to_date -
added the Gemfile to the project also . Seems was missing , usually the Gemfile is part of source code , only the Gemfile.lock for gems should not be committed.