everypolitician / everypolitician-popolo

Ruby gem for interacting with EveryPolitician data for a legislature
MIT License
7 stars 4 forks source link

0.8.1 Explicitly require parent classes #128

Closed tmtmtmtm closed 6 years ago

tmtmtmtm commented 6 years ago

require_all no longer lets us rely on these having been previously loaded, so we need to explicitly require the files we're using.

Fixes #127