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 39
39
rex-powershell
40
40
rex-random_identifier
41
41
rex-registry
42
+ rex-socket
42
43
rex-struct2
43
44
rex-text
44
45
rex-zip
238
239
rex-random_identifier (0.1.0 )
239
240
rex-text
240
241
rex-registry (0.1.0 )
242
+ rex-socket (0.1.0 )
243
+ rex-core
241
244
rex-struct2 (0.1.0 )
242
245
rex-text (0.2.1 )
243
246
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 working with OLE.
136
136
spec . add_runtime_dependency 'rex-ole'
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