pry-send_tweet.rb 1.16.4 → 1.16.5
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bea5ad6d1d031d658702bd385b4c94fa6327a500a871f741ee842fb3aac2c721
|
|
4
|
+
data.tar.gz: aa5eb79774e311a98f179a4900c6483e754ea91993c88bbe360c9172823a62de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efe38a6bf7690aadd8f7eebc38ab3ceeff73b1aa8839c2e347d743495d8295b2c31f506c6f8a269c2ce7a0382296d02006d2f7be685586cbf4ce6636f908626c
|
|
7
|
+
data.tar.gz: 2e8f55bd07b130ac963675f68d6739e9373ccf91597e3ec65dc1b1bef5835796ae909322dca558bf349e451d5c1e21c3ddcdd87c8684949ef17c125c39114d2c
|
data/CHANGELOG.md
CHANGED
|
@@ -460,7 +460,8 @@ Pry.commands.instance_eval do
|
|
|
460
460
|
'Portuguese Paratroopers In Heavy Combat With African Rebels In Central African Republic' => 'https://www.youtube.com/watch?v=knqnPnlflLQ',
|
|
461
461
|
'ARAB TRAPPIN VOL 4 [Reupload + Channel Restart]' => 'https://www.youtube.com/watch?v=BNpyrKpRBHw',
|
|
462
462
|
%q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA',
|
|
463
|
-
%q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8]
|
|
463
|
+
%q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8],
|
|
464
|
+
%q[Haterade x Skellism - TALIBAN] => %q[https://www.youtube.com/watch?v=w181DV4iLhU]
|
|
464
465
|
}
|
|
465
466
|
command '🎧', '' do
|
|
466
467
|
args = arg_string.split(' ')
|