pwn 0.4.350 → 0.4.351

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/pwn/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e83682dbb6c875b5a5577486d07d4b0fa3c30a6bea942941b0132cb31798869
4
- data.tar.gz: 274fbc75cb3ff4c654a73e6920db66aeec6a824b70590f69f30a341a9d1b44a4
3
+ metadata.gz: 043e8c011043e023aa8ad6a1872bc00623a53eeee786cf48c6575189abc7ca29
4
+ data.tar.gz: b8600c6606c3ed04683662fa62b09ad3b3c31eb190d533f618039aa97d1a3e84
5
5
  SHA512:
6
- metadata.gz: 903804dbc0108d9f508dc11ba5757a4b961ca28329df53891b238095928b7a422e9443f5bbdc61e870a5565aad4fc68d82521f98dd687103947e31fa550b44a6
7
- data.tar.gz: d9c14a55d68de140ca836efb1505c8aa5b88c59be861776b41d23e68727a637f7d1f32e50a8f96c370cf30f3e2f7e1b4622bdb7360e55c9aa011759714d492a2
6
+ metadata.gz: 2721de918c87de7ac242e83e40a74a2240d32ca29d6c2e61efdf0d376f60be002897a20caabd8edb75557a1d549cad93ffad5f13f7e3a154c7c541376034145e
7
+ data.tar.gz: 69563944077693dcb209f9b4be96f7ea35cc1748672d191d5ff00d9441163da056735d71dd6213153bc5df0580c228ffddde541004efd4da15b026d6c1692df5
data/README.md CHANGED
@@ -36,7 +36,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
36
36
  ```
37
37
  $ gem install pwn
38
38
  $ pwn
39
- pwn[v0.4.350]:001 >>> PWN.help
39
+ pwn[v0.4.351]:001 >>> PWN.help
40
40
  ```
41
41
 
42
42
 
@@ -47,7 +47,7 @@ It's wise to update pwn often as numerous versions are released/week:
47
47
  ```
48
48
  $ gem update pwn
49
49
  $ pwn
50
- pwn[v0.4.350]:001 >>> PWN.help
50
+ pwn[v0.4.351]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
@@ -61,7 +61,7 @@ Additional documentation on using PWN can be found on [RubyGems.org](https://www
61
61
  I hope you enjoy PWN and remember...ensure you always have permission prior to carrying out any sort of hacktivities. Now - go pwn all the things!
62
62
 
63
63
  ### **Keep Us Caffeinated** ###
64
- If you've found this framework useful and you're either not in a position to donate or simply interested in us cranking out as many features as possible, we invite you to take a brief moment to keep us caffeinated:
64
+ If you've found this framework useful and you're interested in supporting as many new features as possible, we invite you to take a brief moment to keep us caffeinated:
65
65
 
66
66
  [![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/0dayinc)
67
67
 
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.350'
4
+ VERSION = '0.4.351'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.350
4
+ version: 0.4.351
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.