Sha256: 9da613b3748bcef537d5622dff199f4fe74a0d69732edcc6c0705bfb57a3f4fd
Contents?: true
Size: 799 Bytes
Versions: 2
Compression:
Stored size: 799 Bytes
Contents
# A9n [](https://travis-ci.org/knapo/a9n) Simple tool for managing ruby/rails application configurations. ## Installation Add this line to your application's Gemfile: gem 'a9n' And then execute: $ bundle Add `configuration.yml.example` and/or `configuration.yml` file to config directory. ## Usage You can access any variable defined in `configuration.yml` file but delegating it to A9n. E.g: production: app_host: 'http://knapo.net' is accessible by A9n.app_host ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
a9n-0.0.5 | README.md |
a9n-0.0.4 | README.md |