1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

pull in rex-core as a dep

This commit is contained in:
David Maloney 2016-08-26 14:00:13 -05:00 committed by dmohanty-r7
parent 405c59b8b8
commit 1a913da08c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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