pry-twitter 1.28.12 → 1.28.14
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/lib/pry/send_tweet/commands/easter_eggs.rb +5 -2
- 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: 57c2b7e331fec41ccfea8b846a4aec5abb00d7ead28d9c989c2b8f4477adb974
|
|
4
|
+
data.tar.gz: 0e821917244062dfe5458066bad0d74d6ec4fddf575d15e16ffb0b06eeaacaea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbfc38f6faf59bffbb1af78ca89cb2c5fdbf5d541bd649502662ceeaae619539877f86ee13371cc46531c2f4acb9c6bf74ec395683b9ad77c92f7556b895d795
|
|
7
|
+
data.tar.gz: 3e8a37765ae31e98a2d80c70b0f5d45e6e6a09fc8be9c32a259ca102833d2aeb64dd6512a955fce21c0f401893ba2a659038ed38525ce5a052d8bae77b8f417a
|
|
@@ -632,8 +632,11 @@ Pry.commands.instance_eval do
|
|
|
632
632
|
%q[Beastie Boys - Sabotage] => %q[https://www.youtube.com/watch?v=z5rRZdiu1UE],
|
|
633
633
|
%q[The Chemical Brothers - Hey Boy Hey Girl OFFICIAL VIDEO] => %q[https://www.youtube.com/watch?v=cW2bqBhP4AA],
|
|
634
634
|
%q[Beastie Boys - Intergalactic] => %q[https://www.youtube.com/watch?v=qORYO0atB6g],
|
|
635
|
-
%q[Wargames 1983 - The voice of WOPR] => %q[https://www.youtube.com/watch?v=uCWKZWieMSY]
|
|
636
|
-
|
|
635
|
+
%q[Wargames 1983 - The voice of WOPR] => %q[https://www.youtube.com/watch?v=uCWKZWieMSY],
|
|
636
|
+
%q[Devlin - Blow Your Mind feat. Maverick Sabre (Official Music Video)] => %q[https://www.youtube.com/watch?v=_1Gu4Tg9vLs],
|
|
637
|
+
%q[WarGames (7/11) Movie CLIP - DEFCON 1 (1983) HD] => %q[https://www.youtube.com/watch?v=9RRGvAB4HF8],
|
|
638
|
+
%q[Legends Of Emotional Hardstyle 2017] => %q[https://www.youtube.com/watch?v=_6q5jEGK_so],
|
|
639
|
+
%q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE]
|
|
637
640
|
command '🎧', '' do
|
|
638
641
|
args = arg_string.split(' ')
|
|
639
642
|
no_dups = DISCO_BISCUITS.uniq
|