K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-12-20T18:14:59.053076Z K 7 svn:log V 752 - Add rubygem-nenv 0.1.1 Using ENV in Ruby is like using raw SQL statements - it feels wrong, because it is. If you agree, this gem is for you. The benefits over using ENV directly: - much friendlier stubbing in tests - you no longer have to care whether false is "0" or "false" or whatever - NO MORE ALL CAPS EVERYWHERE! - keys become methods - namespaces which can be passed around as objects - you can subclass! - you can marshal/unmarshal your own types automatically! - strict mode saves you from doing validation yourself - and there's more to come... - it's designed to be as lightweight and as fast as possible compared to ENV - designed to be both hackable and convenient WWW: https://github.com/e2/nenv RG: https://rubygems.org/gems/nenv END