Sha256: 3e5dc3115e30caefdca2311e432f1e20d7f37933acd93d7e31c876c7bf1d2e79

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

### 0.1.2 / 2011-01-23

* Fixed {Env::Variables#home} to match the behavior of `Gem.find_home`.
* Have {Env::Variables#lang} return an empty Array if the `LANG`
  environment variable is not set.

### 0.1.0 / 2011-01-22

* Initial release:
  * Provides access to:
    * `HOME` (or `HOMEPATH` on Windows)
    * `PATH`
    * `LD_LIBRARY_PATH`
    * `SHELL`
    * `TERM` and `COLORTERM`
    * `COLOMNS`
    * `LINES`
    * `EDITOR`
    * `BROWSER`
    * `LANG`
  * Added {Env}.
  * Added {Env::Variables}.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
env-0.1.2 ChangeLog.md