File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 42
42
rex-powershell
43
43
rex-random_identifier
44
44
rex-registry
45
+ rex-socket
45
46
rex-struct2
46
47
rex-text
47
48
rex-zip
250
251
rex-random_identifier (0.1.0 )
251
252
rex-text
252
253
rex-registry (0.1.0 )
254
+ rex-socket (0.1.0 )
255
+ rex-core
253
256
rex-struct2 (0.1.0 )
254
257
rex-text (0.2.1 )
255
258
rex-zip (0.1.0 )
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Gem::Specification.new do |spec|
135
135
# Library for parsing and manipulating executable binaries
136
136
spec . add_runtime_dependency 'rex-bin_tools'
137
137
# Rex Socket Abstraction Layer
138
- # spec.add_runtime_dependency 'rex-socket'
138
+ spec . add_runtime_dependency 'rex-socket'
139
139
140
140
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
141
141
# NoMethodError undefined method `dlopen' for Fiddle:Module
You can’t perform that action at this time.
0 commit comments