Codesake::Commons
Codesake::Commons
is the common framework under the codesake.com project.
It defines core data structure, logging facilities and all other stuff needed by:
- codesake-dusk
- codesake-dawn
Installation
Add this line to your application's Gemfile:
gem 'codesake-commons'
And then execute:
$ bundle
Or install it yourself as:
$ gem install codesake-commons
Usage
Using Codesake::Commons::Target
Codesake::Commons::Target
is intended to be the code object containing
all the information a security specialist needs during his activity.
Contributing
- Fork it
- 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
) - Create new Pull Request