umts / bojangles

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

Fix rake tasks #35

Closed dfaulken closed 7 years ago

dfaulken commented 7 years ago

Closes #34.

Don't need to call GtfsParser.prepare in the rake task. Bojangles.prepare! does this.

Updated the example config.json file to match what it needs to look like.

Fixed method name collision between the two prepare! methods. Was causing an ArgumentError.