rex-text 0.2.58 → 0.2.60
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 +3 -4
- data/cortex.yaml +2 -0
- 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: b6474f68b4280e213c337e4aea20d43df91c38d6dae482562501e1d6d20bb94b
|
4
|
+
data.tar.gz: 23e7ae8fdeafa39cd7e3b8eed303344d4abdcc0743f6b2a8a45ee742025cbcfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d794101d6c0c5ad284672cc31ff524570716f6de45baec6792950725fb8c0cb8499efdb74fa2e90aa1d5a43dc3bfc6c7059463dd27b60c3b5f9275c976c9b470
|
7
|
+
data.tar.gz: 8faef44a9e5b4d0b61d4ae0c798988474f4a279b0df855b1930bd04f554d4a272f0526188befed76403989c534740093eba9f699ad34388e1e49f2689934cb50
|
checksums.yaml.gz.sig
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
|
-
���
|
3
|
-
|
4
|
-
�}ۢd��������y}3��/�Sk��;�`�{,.��%|!���^3�'�����Ui:q
|
1
|
+
�b�'<:���Ɣ-����-䉬~��H�m�ne�-Xڀ$�p�" Ynh;,��[X C�</�+L ��y�J�M�bٔ, Lʞn��fQ3
|
2
|
+
��!�����~,����'�[v֢���Ǡa�*�<���Yh�C^z�c��R���A����r���bف�2�6&�'�?(�*�b���אa�XnӾ�-��
|
3
|
+
wd�f���������:�S!n��1�F�P�, ��4�����0�:`�\���n���7�W�1�c*�{���W���f������P���"I�y�MĈ9̊%cifc[ Ni(HC�#�k��9�|p�^��Mw�[h�I�zڿ�c���-z*$g�O�xv���g]���=�Pଜ�@vo=l�h�׃�$��������MW
|
data/cortex.yaml
CHANGED
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.60
|
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:
|
37
|
+
date: 2025-02-13 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.23
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Provides Text Manipulation Methods for Exploitation
|
metadata.gz.sig
CHANGED
Binary file
|