Sha256: 96b47e9a89a96bf471d47254e7716124ae17750284ff9499eabca774d0cd8996
Contents?: true
Size: 1.22 KB
Versions: 6
Compression:
Stored size: 1.22 KB
Contents
# FIDIUS Common libraries This RubyGem is a small collection of some commonly used methods and module extensions of the FIDIUS project. These methods are meant to run standalone (i.e. without setting up a FIDIUS C&C server). ## Installation Simply install this package with RubyGems: $ gem install fidius-common ## Example of use You can use this library as any other RubyGem: require 'rubygems' if RUBY_VERSION < '1.9' require 'fidius-common' For an overview of the provided methods, have a look into the [API documentation](http://rubydoc.info/gems/fidius-common/frames). Currently, there is no special sorting, but that may change in future. ## Authors and Contact The common library was written by * FIDIUS Intrusion Detection with Intelligent User Support <grp-fidius+fidicom@tzi.de>, <http://fidius.me> * in particular: * Dominik Menke <dmke+fidicom@tzi.de> * Bernd Katzmarski <bkatzm+fidicom@tzi.de> If you have any questions, remarks, suggestion, improvements, etc. feel free to drop a line at the addresses given above. You might also join `#fidius` on Freenode or use the contact form on our [website](http://fidius.me/en/contact). ## License Simplified BSD License and GNU GPLv2. See also the file LICENSE.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fidius-common-0.0.6 | README.md |
fidius-common-0.0.5 | README.md |
fidius-common-0.0.4beta0 | README.md |
fidius-common-0.0.3 | README.md |
fidius-common-0.0.2 | README.md |
fidius-common-0.0.1 | README.md |