File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 31
31
packetfu
32
32
patch_finder
33
33
pcaprub
34
+ pdf-reader
34
35
pg (= 0.20.0 )
35
36
railties
36
37
rb-readline
69
70
GEM
70
71
remote: https://rubygems.org/
71
72
specs:
73
+ Ascii85 (1.0.2 )
72
74
actionpack (4.2.8 )
73
75
actionview (= 4.2.8 )
74
76
activesupport (= 4.2.8 )
96
98
tzinfo (~> 1.1 )
97
99
addressable (2.5.1 )
98
100
public_suffix (~> 2.0 , >= 2.0.2 )
101
+ afm (0.2.2 )
99
102
arel (6.0.4 )
100
103
arel-helpers (2.4.0 )
101
104
activerecord (>= 3.1.0 , < 6 )
166
169
grpc (1.4.0 )
167
170
google-protobuf (~> 3.1 )
168
171
googleauth (~> 0.5.1 )
172
+ hashery (2.1.2 )
169
173
i18n (0.8.4 )
170
174
jsobfu (0.4.2 )
171
175
rkelly-remix
236
240
pcaprub
237
241
patch_finder (1.0.2 )
238
242
pcaprub (0.12.4 )
243
+ pdf-reader (2.0.0 )
244
+ Ascii85 (~> 1.0.0 )
245
+ afm (~> 0.2.1 )
246
+ hashery (~> 2.0 )
247
+ ruby-rc4
248
+ ttfunk
239
249
pg (0.20.0 )
240
250
pg_array_parser (0.0.9 )
241
251
postgres_ext (3.0.0 )
338
348
rspec-rerun (1.1.0 )
339
349
rspec (~> 3.0 )
340
350
rspec-support (3.6.0 )
351
+ ruby-rc4 (0.1.5 )
341
352
ruby_smb (0.0.18 )
342
353
bindata
343
354
rubyntlm
365
376
thor (0.19.4 )
366
377
thread_safe (0.3.6 )
367
378
timecop (0.9.0 )
379
+ ttfunk (1.5.1 )
368
380
tzinfo (1.2.3 )
369
381
thread_safe (~> 0.1 )
370
382
tzinfo-data (1.2017.2 )
Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ Gem::Specification.new do |spec|
111
111
spec . add_runtime_dependency 'xmlrpc'
112
112
end
113
113
114
+ #
115
+ # File Parsing Libraries
116
+ #
117
+ # Needed by auxiliary/gather/http_pdf_authors module
118
+ spec . add_runtime_dependency 'pdf-reader'
119
+
114
120
#
115
121
# Protocol Libraries
116
122
#
You can’t perform that action at this time.
0 commit comments