rex-exploitation 0.1.43 → 0.1.44

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: d57ee0a86e51281389fe57ae6bdef8d5a05973ddf9159ab084d61a494e9f525f
4
- data.tar.gz: e77944b1b5b69f1fe584923a31005957af5f8e773f4c9335616fd288f1825524
3
+ metadata.gz: f95db6775c2b63c9e88cb814b0447bfcd3907e026ae8daa6949df37ca620f411
4
+ data.tar.gz: a0b71c494ced6fd66448674d3bb482fb3f8e82994e984bc0a644584ec3e1549a
5
5
  SHA512:
6
- metadata.gz: c479681a255e5faab29066c3fe06ebabc3d3b868572a0e99aa9c5400b50c691ef451a1c1d6cf3de5d188fcaa03b2b67276b015d9bbb4b8381f5209083f0ff66b
7
- data.tar.gz: 798d4dd5d42818fa41d86d6a835716f7631516d8dd56605eae15125e6b50a9de7aac35a085d02a9f8d4a9443f2878a5de889c3ed266b81fea25c7b07caa30bc5
6
+ metadata.gz: 61e4dba7238278e4820d476221fd3de8c8a86ec533a4ebcfeb4e13019bbe33556f7d85f6eea410848a8d86c1ccb6fd06de72a8259a1fba9d91ece011951aecfd
7
+ data.tar.gz: 6b902bc437632db80984d5b1831e5ebf596c530b9a9fde7823b4d981b15603459cd84382848e0f63dabfad523ac13c9b146c53424ea8086053700ed21d8b8c3d
data/README.md CHANGED
@@ -14,12 +14,15 @@ gem 'rex-exploitation'
14
14
 
15
15
  And then execute:
16
16
 
17
- $ bundle
17
+ ```
18
+ bundle
19
+ ```
18
20
 
19
21
  Or install it yourself as:
20
22
 
21
- $ gem install rex-exploitation
22
-
23
+ ```
24
+ gem install rex-exploitation
25
+ ```
23
26
 
24
27
  ## Development
25
28
 
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.43"
3
+ VERSION = "0.1.44"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-exploitation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers