Skip to content

codesake/codesake-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f12217d · Feb 5, 2015

History

33 Commits
Feb 5, 2015
Apr 3, 2013
Jan 9, 2012
Apr 3, 2013
Jan 9, 2012
May 24, 2013
May 24, 2013
Mar 4, 2013
Mar 4, 2013
Oct 17, 2013
Mar 4, 2013
Jan 27, 2014

Repository files navigation

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

  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