mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
pull in rex-core as a dep
This commit is contained in:
parent
405c59b8b8
commit
1a913da08c
@ -35,6 +35,7 @@ PATH
|
||||
redcarpet
|
||||
rex-arch
|
||||
rex-bin_tools
|
||||
rex-core
|
||||
rex-java
|
||||
rex-mime
|
||||
rex-ole
|
||||
@ -237,7 +238,7 @@ GEM
|
||||
rex-core
|
||||
rex-struct2
|
||||
rex-text
|
||||
rex-core (0.1.1)
|
||||
rex-core (0.1.2)
|
||||
rex-java (0.1.2)
|
||||
rex-mime (0.1.1)
|
||||
rex-text
|
||||
|
@ -109,6 +109,8 @@ Gem::Specification.new do |spec|
|
||||
#
|
||||
# REX Libraries
|
||||
#
|
||||
# Core of the Ruby Exploitation Library
|
||||
spec.add_runtime_dependency 'rex-core'
|
||||
# Text manipulation library for things like generating random string
|
||||
spec.add_runtime_dependency 'rex-text'
|
||||
# Library for Generating Randomized strings valid as Identifiers such as variable names
|
||||
@ -132,6 +134,8 @@ Gem::Specification.new do |spec|
|
||||
spec.add_runtime_dependency 'rex-mime'
|
||||
# Library for parsing and manipulating executable binaries
|
||||
spec.add_runtime_dependency 'rex-bin_tools'
|
||||
# Rex Socket Abstraction Layer
|
||||
#spec.add_runtime_dependency 'rex-socket'
|
||||
|
||||
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
|
||||
# NoMethodError undefined method `dlopen' for Fiddle:Module
|
||||
|
Loading…
Reference in New Issue
Block a user