umts / bojangles

Ruby script for monitoring the PVTA realtime bus departures feed
MIT License
0 stars 0 forks source link

Fix GTFS files never being fetched #65

Closed werebus closed 5 years ago

werebus commented 5 years ago

Because the contents of the gtfs_files directory were gitignored, the directory was empty and would therefor not exist in the repo. Whenever the app was deployed, the daily task would break because GTFS::Files.out_of_date? would always return false

werebus commented 5 years ago

Note the the "big" change here is actually the addition of the gtfs_files/.keep file.