rex-core 0.1.27 → 0.1.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aa029e6b51914e6b125525408d3b691ba3b3f3d714a95cc3b5a7759eddda95d
4
- data.tar.gz: 7895ffdabf047757db4a42af53cb3d97888bc3756963217a267ad513679a078d
3
+ metadata.gz: 9f0da6a56290d62fbe1e04a4d56d24093a1d11495972de01ba73184cda25756c
4
+ data.tar.gz: 23c9aeb74bb5e659bc74d04b7f9b3ad0ff56069ef7a651d793adfddda4de3308
5
5
  SHA512:
6
- metadata.gz: 498bba8dce9ef27f6314affa367949c9a011428e9dabb06ef3a0f56d7a1c00f12321ef31e49b5a9442eed5a39ae3f30fcfecbc1b4c5adf57a3856d4fb3c9dcd4
7
- data.tar.gz: bde42deb8d8798570dd5ac6504242194dc0857e88a18c14ccaf50a79ad6f9722f4b3f31dcbd1e75e2bcafcebd17ef159c171121445f4698c9c9a9f2415080574
6
+ metadata.gz: aacea250c0e98e0579fed06c944851552fd6cd850cea566e26ed80fff4158f05a4cee6631f0ee644126a614aaf82ba1cd1004ed3c774a3fecefc7e2bf6e16834
7
+ data.tar.gz: 88fc2060bd625b3a5085965c17a28ddba2d2f752f768d34fbe83b7a9c4511ae66d2aed4db8d0b7e70fc6c655bb738e726a4e916d9e7df51e15ae850393a2bc24
checksums.yaml.gz.sig CHANGED
Binary file
@@ -20,6 +20,7 @@ jobs:
20
20
  - 2.6
21
21
  - 2.7
22
22
  - 3.0
23
+ - 3.1
23
24
  test_cmd:
24
25
  - bundle exec rspec
25
26
 
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Core
3
- VERSION = "0.1.27"
3
+ VERSION = "0.1.29"
4
4
  end
5
5
  end
@@ -18,8 +18,8 @@ end
18
18
  class TimeoutError < Interrupt
19
19
  include Exception
20
20
 
21
- def to_s
22
- "Operation timed out."
21
+ def initialize(msg = "Operation timed out.")
22
+ super(msg)
23
23
  end
24
24
  end
25
25
 
@@ -32,8 +32,8 @@ end
32
32
  class NotImplementedError < ::NotImplementedError
33
33
  include Exception
34
34
 
35
- def to_s
36
- "The requested method is not implemented."
35
+ def initialize(msg = "The requested method is not implemented.")
36
+ super(msg)
37
37
  end
38
38
  end
39
39
 
@@ -76,8 +76,8 @@ end
76
76
  class ArgumentParseError < ::ArgumentError
77
77
  include Exception
78
78
 
79
- def to_s
80
- "The argument could not be parsed correctly."
79
+ def initialize(msg = "The argument could not be parsed correctly.")
80
+ super(msg)
81
81
  end
82
82
  end
83
83
 
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- !�@��`���X) ��
2
- ��b ���cpi������ G�=M���E~{1���})���U�'��/��B�Тn\�?j���սwNTf ?/l6Aoon�Ad6���}W`5�����w��(6�]�T+�G��ܞ8s=ɼ߾�[VX�%��`�������,���Y�;�R{�|x
3
- }$Y�󞰸�i-U j_��&ĚN�x� =G�����컔�r8��m��ޣk�o��0|hM��ݥD�T��n�uL
1
+ #Y6��3������>���W2*���u7�0">�����.
2
+ �/VD)�d�k��}�_U�������p��� գAV!�=��B�^���6�4B��i�����tp��2�s�cT���<�C$Y
3
+ 83?�/}�(�
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -93,7 +93,7 @@ cert_chain:
93
93
  EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
94
94
  9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
95
95
  -----END CERTIFICATE-----
96
- date: 2022-03-24 00:00:00.000000000 Z
96
+ date: 2023-01-11 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -177,8 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubyforge_project:
181
- rubygems_version: 2.7.10
180
+ rubygems_version: 3.1.4
182
181
  signing_key:
183
182
  specification_version: 4
184
183
  summary: Core libraries required for the Ruby Exploitation (Rex) Suite.
metadata.gz.sig CHANGED
Binary file