555a9f2559
[Fixes #36737359] Refactor Msf::ModuleManager into concerns so its easier to understand and duplicate code can be made DRY. The refactoring also ensures that when loading from directories, Fastlibs, or reloading, the wrapper module will always be named so that activesupport/dependencies will function.
11 lines
201 B
Ruby
Executable File
11 lines
201 B
Ruby
Executable File
source 'http://rubygems.org'
|
|
|
|
group :development do
|
|
# running documention generation tasks
|
|
gem 'rake'
|
|
# Markdown formatting for yara
|
|
gem 'redcarpet'
|
|
# generating documention
|
|
gem 'yard'
|
|
end
|