rex-text 0.2.57 → 0.2.59
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.github/workflows/verify.yml +1 -1
- data/lib/rex/text/version.rb +1 -1
- data/lib/rex/text/wrapped_table.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 991cdc9aa71940f9fa47883955689cc1871a932110d3bdc5eafe4efad53c2c50
|
4
|
+
data.tar.gz: 304e95f8310a10fe726e2f010bed7266e0a5d07052b5da0a483ec80729e4d412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b978f87ed401d837616dcac156b99da55df9cd0e031ccf58ff2852d3fa3bef7cba68fb881f2a0b29a4b99ddc5a4c0bd6af7653952c4e9b735b667c816edbe749
|
7
|
+
data.tar.gz: 3e92f6013c3985b323acf635fdd4d4537a7c7aa8742232f8419359d548006800b2b7c70c5e1f1bdb1375d2a40d9db1e642a3466c538d715079306a853ce90d92
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/rex/text/version.rb
CHANGED
@@ -71,7 +71,8 @@ class WrappedTable
|
|
71
71
|
# updated below if we got a "Rows" option
|
72
72
|
self.rows = []
|
73
73
|
|
74
|
-
self.width = opts['Width'] || ::IO.console&.winsize&.[](1)
|
74
|
+
self.width = opts['Width'] || ::IO.console&.winsize&.[](1)
|
75
|
+
self.width = ::BigDecimal::INFINITY if !self.width || self.width == 0
|
75
76
|
self.word_wrap = opts.fetch('WordWrap', true)
|
76
77
|
self.indent = opts['Indent'] || 0
|
77
78
|
self.cellpad = opts['CellPad'] || 2
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rex-text
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.59
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Metasploit Hackers
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
|
35
35
|
Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date: 2024-
|
37
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rake
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '0'
|
128
128
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
129
|
+
rubygems_version: 3.5.22
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Provides Text Manipulation Methods for Exploitation
|
metadata.gz.sig
CHANGED
Binary file
|