File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.13 )
4
+ metasploit-framework (4.13.14 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
192
192
multi_test (0.1.2 )
193
193
multipart-post (2.0.0 )
194
194
nessus_rest (0.1.6 )
195
- net-ssh (4.0.0 )
195
+ net-ssh (4.0.1 )
196
196
network_interface (0.0.1 )
197
197
nokogiri (1.7.0.1 )
198
198
mini_portile2 (~> 2.1.0 )
273
273
metasm
274
274
rex-core
275
275
rex-text
276
- rex-socket (0.1.2 )
276
+ rex-socket (0.1.3 )
277
277
rex-core
278
278
rex-sslscan (0.1.1 )
279
279
rex-socket
326
326
windows_error (0.0.2 )
327
327
xpath (2.0.0 )
328
328
nokogiri (~> 1.3 )
329
- yard (0.9.5 )
329
+ yard (0.9.7 )
330
330
331
331
PLATFORMS
332
332
ruby
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def self.get_hash
30
30
end
31
31
end
32
32
33
- VERSION = "4.13.13 "
33
+ VERSION = "4.13.14 "
34
34
MAJOR , MINOR , PATCH = VERSION . split ( '.' ) . map { |x | x . to_i }
35
35
PRERELEASE = 'dev'
36
36
HASH = get_hash
You can’t perform that action at this time.
0 commit comments