Skip to content

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

Notifications You must be signed in to change notification settings

yivo/env-tweaks

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages