examples/extensive_envfile in envied-0.9.2.rc2 vs examples/extensive_envfile in envied-0.9.2

- old
+ new

@@ -1,5 +1,7 @@ # -*- mode: ruby -*-¬ +# NOTE: defaults are deprecated and will be removed in > v0.9 + # We allow defaults for local development (and local tests), but want our CI # to mimic our production as much as possible. # New developers that don't have RACK_ENV set, will in this way not be presented with a huge # list of missing variables, as defaults are still enabled. not_production_nor_ci = ->{ !(ENV['RACK_ENV'] == 'production' || ENV['CI']) }