rex-text 0.2.57 → 0.2.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4be7ba44cf30e38db54d223a59c21a0afec606e083cd005686fc42218a50010
4
- data.tar.gz: 3fa85e08816119262aff2a4f476c5c8aea29456229beee3d0575f57edb709541
3
+ metadata.gz: 991cdc9aa71940f9fa47883955689cc1871a932110d3bdc5eafe4efad53c2c50
4
+ data.tar.gz: 304e95f8310a10fe726e2f010bed7266e0a5d07052b5da0a483ec80729e4d412
5
5
  SHA512:
6
- metadata.gz: 7eb8d6ff25261432871a027fa4ebe77cc47fa3ae9711af39f6ad64a4ab403e64a6f14ec31f5c04c863d16d2ae831f17f7eeee59b603ace8f6dd37f23e0b2dc66
7
- data.tar.gz: ca4408939a10094725332ac3c7a82d8b7d6a3de2dbe60b8fee39c80f5123f24125f9365a5b84afcce6de714de3c4cf3b223f44f44272836109089f7158e4a0a2
6
+ metadata.gz: b978f87ed401d837616dcac156b99da55df9cd0e031ccf58ff2852d3fa3bef7cba68fb881f2a0b29a4b99ddc5a4c0bd6af7653952c4e9b735b667c816edbe749
7
+ data.tar.gz: 3e92f6013c3985b323acf635fdd4d4537a7c7aa8742232f8419359d548006800b2b7c70c5e1f1bdb1375d2a40d9db1e642a3466c538d715079306a853ce90d92
checksums.yaml.gz.sig CHANGED
Binary file
@@ -53,7 +53,7 @@ jobs:
53
53
  name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
54
54
  steps:
55
55
  - name: Checkout code
56
- uses: actions/checkout@v2
56
+ uses: actions/checkout@v4
57
57
 
58
58
  - name: Setup Ruby
59
59
  uses: ruby/setup-ruby@v1
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Text
3
- VERSION = "0.2.57"
3
+ VERSION = "0.2.59"
4
4
  end
5
5
  end
@@ -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) || ::BigDecimal::INFINITY
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.57
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-03-28 00:00:00.000000000 Z
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.1.4
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