SecurityReleasePractice

This gem gives you a little binary that allows you to add some numbers.

Installation

$ gem install security_release_practice

Usage

Run the omg_insecure binary to get started:

$ omg_insecure

You can also use the calculation methods in your own applications:

require 'security_release_practice'

include SecurityReleasePractice

answer = super_secure_calculation(input)

Pretty easy.

Contributing

  1. Fork it
  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. Create new Pull Request