Project

env-tweaks

0.0
No release in over 3 years
Low commit activity in last 3 years
Responsibly extends Ruby's ENV with simple and predictable utilities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 1.7, < 3.0

Runtime

>= 3.0, < 7.0
 Project Readme

Responsibly extends Ruby's ENV with simple and predictable utilities.

Gem Version Build Status

Current features

  • ENV.true?("VARIABLE")
  • ENV.false?("VARIABLE")

Installing gem

Add to your Gemfile:

gem "env-tweaks", "~> 1.0.0"

Running tests

Install bundler:

gem install bundler

Install dependencies:

cd env-tweaks && bundle

Run tests:

cd env-tweaks && bundle exec rake test