Some helpers shared across the applications.
At the moment:
- Encryption support for passing information information between applications.
- Environment handling for various host names.
Released under the GPLv2.
See https://www.gnu.org/licenses/gpl-2.0 for details.
- Fork it ( https://github.com/adtekio/utilities/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Make sure to add tests (
rake test
) - Please try not to mess with the Rakefile, version, or history
- Create new Pull Request