pry-twitter 1.28.8 → 1.28.9
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 +8 -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: 6e42307401b8b1d4afc786481c377634dd4ff0c4c0e54ae927be1527eafe5ce9
|
|
4
|
+
data.tar.gz: 2844e5e5f1626a88da26f5c6430d3cfa0ee32e13d713f065dbf6cbaf7146cc9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b93c643186e24afe1f8a600cb882a50ecf73b5c728f00e2c8682186401aa0182dc7da5905e6bb99ceecc339b7fc232e56755f20f9271de951082dbc0e7059b21
|
|
7
|
+
data.tar.gz: d8f153df3edc594fa83786867f04451441f4ccf2b78b8339e3f8a127a3946bf33df16ff6f167dc0b2ec91439dbb0db40804088994230c95167cbbd648fb93209
|
|
@@ -620,7 +620,14 @@ Pry.commands.instance_eval do
|
|
|
620
620
|
%q{LEWI WHITE - YOUNG GUNS (FT. DEVLIN, ED SHEERAN, YASMIN, GRIMINAL) [OFFICIAL MUSIC VIDEO - HD]} => %q[https://www.youtube.com/watch?v=UIsDhcu7HIo],
|
|
621
621
|
%q[Tool - Forty Six and two] => %q[https://www.youtube.com/watch?v=f8aT9oRp95A],
|
|
622
622
|
%q[@kyrylosilin Rocky Balboa Tribute] => %q[https://www.youtube.com/watch?v=I_RDr4PFwSo],
|
|
623
|
-
%q[@kyrylosilin heart of gold] => %q[https://www.youtube.com/watch?v=6OrofA5U-lY]
|
|
623
|
+
%q[@kyrylosilin heart of gold] => %q[https://www.youtube.com/watch?v=6OrofA5U-lY],
|
|
624
|
+
%q[Devlin - Brainwashed (OFFICIAL VIDEO - HQ)] => %q[https://www.youtube.com/watch?v=UQiRxSJneJw],
|
|
625
|
+
%q[Devlin Ft Labrinth - Let It Go] => %q[https://www.youtube.com/watch?v=9rfOaG3zG7A],
|
|
626
|
+
%q[Devlins Dagenham (OFFICIAL VIDEO - HQ)] => %q[https://www.youtube.com/watch?v=X_4uv8TPOZM],
|
|
627
|
+
%q{Where'd You Go - Fort Minor (feat. Holly Brook & Jonah Matranga) (Official Video)} => %q[https://www.youtube.com/watch?v=zQdglLeGQXM],
|
|
628
|
+
%q[Devlin: 'I'm not a diva, how can I complain? I'm in the pub.' 😂] => %q[https://www.youtube.com/watch?v=2PsAFiZoVaA],
|
|
629
|
+
%q[Blue Foundation - Eyes On Fire (Official Music Video)] => %q[https://www.youtube.com/watch?v=LAxCqlU-OAo],
|
|
630
|
+
%q[Mr Nice, I heard, in ..] => %q[https://www.youtube.com/watch?v=4hpEnLtqUDg]
|
|
624
631
|
}
|
|
625
632
|
command '🎧', '' do
|
|
626
633
|
args = arg_string.split(' ')
|