The gem should allow .require and .desire methods which either raise or warn respectively with the environment keys the application depends on.
# config/initializers/envoku.rb
Envoku.desire %w(PORT RAILS_ENV)
Envoku.require %w(DATABASE_URL REDIS_URL SMTP_HOST)