Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 836 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 836 Bytes

Adtek.io Utilities

Some helpers shared across the applications.

At the moment:

  1. Encryption support for passing information information between applications.
  2. Environment handling for various host names.

Travis

Build Status

License

Released under the GPLv2.

See https://www.gnu.org/licenses/gpl-2.0 for details.

Contributing to Gem

  1. Fork it ( https://github.com/adtekio/utilities/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Make sure to add tests (rake test)
  6. Please try not to mess with the Rakefile, version, or history
  7. Create new Pull Request