pwn 0.4.365 → 0.4.366

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.
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: 28741a6af700081c0b43a48ce5c5810d8b181c5f68ca04c7b1e1b1c013a013d5
4
- data.tar.gz: 655dae2f43a1b38918d25860d147c5ca30aab1240d2ca7922cb6766d1a25f245
3
+ metadata.gz: 734309b7c727eeb76db4096cfa5a702308ff06a215f6dc5dd82b5f8b0924fc08
4
+ data.tar.gz: 929f855bf28a79e12f856cd9ee71757f2af5a7b098d8e50d190fc3b54b802be8
5
5
  SHA512:
6
- metadata.gz: 9da81b7308f53764c55e8439f51d41392324621c2615e63c37960d620c3d586c9eba469f2b3aa2f61290b12f41fff23aa3cd4e73fec0dadbdf0c0cc5cccd9960
7
- data.tar.gz: 51f9146c7ede4ac234bc70bcf2c2c711a9dc67078d74853047e68b345c366e39f830ce3e386a73601b83a48c3daefcfb54e8d769651ce4adf7f956ff067ae828
6
+ metadata.gz: 0b13c8b2759ece5aaf7d32ef1b1b120e794b8fb5bcc71d6bcf9476e0e60809b7ce514137ff2b839bc2c0c45da6f0041a36452f1cf2b7c5e8cc69ee5c6c85e078
7
+ data.tar.gz: 781d60b9b587d2f3f88e587da65252082d0aef7a4bc58751a80f0c63d3142420fc811e2e69f657333a4eb9957bd82d12249726f6bf6e2f344760f7d01ad7725f
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.365]:001 >>> PWN.help
39
+ pwn[v0.4.366]: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.365]:001 >>> PWN.help
50
+ pwn[v0.4.366]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
@@ -70,7 +70,7 @@ If you've found this framework useful and you're interested in supporting as man
70
70
 
71
71
  [![PWN Sticker](https://image.spreadshirtmedia.com/image-server/v1/products/T1459A839PA3861PT28D1044068794FS8193/views/1,width=300,height=300,appearanceId=839,backgroundColor=000000/ultimate-hacker-t-shirt-to-convey-to-the-public-a-hackers-favorite-past-time.jpg)](https://0day.myspreadshop.com/stickers)
72
72
 
73
- [![Coffee Mug](https://image.spreadshirtmedia.com/image-server/v1/products/T949A2PA1998PT25X3Y25D1044068794FS8999/views/3,width=300,height=300,appearanceId=2,backgroundColor=000000,crop=detail,modelId=1333/ultimate-hacker-t-shirt-to-convey-to-the-public-a-hackers-favorite-past-time.jpg)](https://0day.myspreadshop.com/accessories+mugs+%26+drinkware)
73
+ [![Coffee Mug](https://image.spreadshirtmedia.com/image-server/v1/products/T1313A1PA3933PT10X2Y25D1020472680FS6327/views/3,width=300,height=300,appearanceId=1,backgroundColor=000000/https0dayinccom.jpg)](https://0day.myspreadshop.com/accessories+mugs+%26+drinkware)
74
74
 
75
75
  [![Mouse Pad](https://image.spreadshirtmedia.com/image-server/v1/products/T993A1PA2168PT10X162Y26D1044068794S100/views/1,width=300,height=300,appearanceId=1,backgroundColor=000000/ultimate-hacker-t-shirt-to-convey-to-the-public-a-hackers-favorite-past-time.jpg)](https://0day.myspreadshop.com/accessories)
76
76
 
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.365'
4
+ VERSION = '0.4.366'
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.365
4
+ version: 0.4.366
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.