Skip to content

Commit 3f530f1

Browse files
David MaloneyDavid Maloney
authored andcommitted
remove rex::ui::text:table
remove the class from msf, and update the rex-text gem to pull the code in under the new version at Rex::Text::Table modify all requires appropriately MS-1875
1 parent b027176 commit 3f530f1

File tree

7 files changed

+11
-423
lines changed

7 files changed

+11
-423
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ GEM
112112
multi_test (>= 0.1.2)
113113
cucumber-core (1.5.0)
114114
gherkin (~> 4.0)
115-
cucumber-rails (1.4.3)
115+
cucumber-rails (1.4.4)
116116
capybara (>= 1.1.2, < 3)
117117
cucumber (>= 1.3.8, < 3)
118118
mime-types (>= 1.16, < 4)
119119
nokogiri (~> 1.5)
120-
railties (>= 3, < 5)
120+
railties (>= 3, < 5.1)
121121
cucumber-wire (0.0.1)
122122
diff-lcs (1.2.5)
123123
docile (1.1.5)
@@ -223,7 +223,7 @@ GEM
223223
recog (2.0.21)
224224
nokogiri
225225
redcarpet (3.3.4)
226-
rex-arch (0.1.0)
226+
rex-arch (0.1.1)
227227
rex-text
228228
rex-java (0.1.2)
229229
rex-ole (0.1.2)
@@ -235,12 +235,12 @@ GEM
235235
rex-text
236236
rex-registry (0.1.0)
237237
rex-struct2 (0.1.0)
238-
rex-text (0.1.1)
238+
rex-text (0.1.2)
239239
rex-zip (0.1.0)
240240
rex-text
241241
rkelly-remix (0.0.6)
242242
robots (0.10.1)
243-
rspec-core (3.5.1)
243+
rspec-core (3.5.2)
244244
rspec-support (~> 3.5.0)
245245
rspec-expectations (3.5.0)
246246
diff-lcs (>= 1.2.0, < 2.0)
@@ -282,7 +282,7 @@ GEM
282282
windows_error (0.0.2)
283283
xpath (2.0.0)
284284
nokogiri (~> 1.3)
285-
yard (0.9.0)
285+
yard (0.9.5)
286286

287287
PLATFORMS
288288
ruby

lib/rex/pescan/analyze.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rex
33
module PeScan
44
module Analyze
55

6-
require "rex/ui/text/table"
6+
require "rex/text/table"
77

88
class Fingerprint
99
attr_accessor :pe

lib/rex/ropbuilder/rop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: binary -*-
22
require 'metasm'
33
require 'rex/compat'
4-
require 'rex/ui/text/table'
4+
require 'rex/text/table'
55
require 'rex/ui/text/output/stdio'
66
require 'rex/ui/text/color'
77

lib/rex/sslscan/result.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: binary -*-
22

33
require 'rex/socket'
4-
require 'rex/ui/text/table'
4+
require 'rex/text/table'
55

66
module Rex::SSLScan
77
class Result

lib/rex/ui.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
require 'rex/ui/text/irb_shell'
1616

1717
require 'rex/ui/text/color'
18-
require 'rex/ui/text/table'
18+
require 'rex/text/table'
1919

2020
# Ui subscriber
2121
require 'rex/ui/subscriber'

0 commit comments

Comments
 (0)