pry-twitter 1.27.15 → 1.27.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 112489600d316a8f0b5130295c93c0cb3372adb679ebc4154aa20df0231aba3d
|
4
|
+
data.tar.gz: a599c5616561de87d733f615cd59164ba8b23fae6d5aee7ac337874245f2ca37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 283247c87d8945b7f0069d6be7ae9d9d3ddf581ae017512604de016144dfb1d58941415c854db4634a243a808dc0e3e871df14858af8bbf85e935587067e3ee9
|
7
|
+
data.tar.gz: a4896aa2e9dcfd9d9fbb2d9c3ea33eccd57ce08464f2a178f6c9b530191c250e44c70ae85c5fdc23e1aabbc669505e687beb2e8c2a282be6a75e9b83590ac5a0
|
@@ -559,7 +559,9 @@ Pry.commands.instance_eval do
|
|
559
559
|
%q["Kill the Irishman" Party's Over] => %q[https://www.youtube.com/watch?v=GWsqMyE30-0],
|
560
560
|
%q[DAMO & IVOR - BOY RACER] => %q[https://www.youtube.com/watch?v=nA0DLcMnHic],
|
561
561
|
%q[Devlin - Community Outcast (OFFICIAL VIDEO - HQ)] => %q[https://www.youtube.com/watch?v=1L4iH89tjAM],
|
562
|
-
%q[Imagine spending everything you have to get to Europe, then when you get here, you discover Africa is better, because!porque a rich soul is better than a poor soul.] => %q[https://www.youtube.com/watch?v=qDLJ3pUZm9A]
|
562
|
+
%q[Imagine spending everything you have to get to Europe, then when you get here, you discover Africa is better, because!porque a rich soul is better than a poor soul.] => %q[https://www.youtube.com/watch?v=qDLJ3pUZm9A],
|
563
|
+
%q[Defqon.1 Festival 2013 | Endshow Saturday | Official Q-dance Video] => %q[https://www.youtube.com/watch?v=fN1Gw8PHkAI],
|
564
|
+
%q[Homosexuality is a result of everyone cheating on each other, on an epic scale, so dont blame the gay guy, blame yourselves. Thats my belief. Its not 100.00% accurate but on the right tail.] => %q[https://www.youtube.com/watch?v=fN1Gw8PHkAI]
|
563
565
|
}
|
564
566
|
command '🎧', '' do
|
565
567
|
args = arg_string.split(' ')
|