pry-twitter 1.27.17 → 1.27.18
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 +1 -1
- 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: a9f7038862f8db238c10c9b5413aab5c4ede4da819c9f56bf6fb5840d70d2805
|
|
4
|
+
data.tar.gz: 43cdad9d07f230f0a9ac8973c61bf32a1a3ef7b4c77c9ae218f903d1bef92cd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2b2e091f4c078c0daec981a1c001ddc647f05405fac059611565db592afa5d0233243e5166e14bcdf8b872c28a0cc95ba9faacc38b3cc382c114044e5a9e789
|
|
7
|
+
data.tar.gz: 4dcd9a9febab05b8757f5b2d21a896e49a1f78e878f018b58e8b10455ebfe7a4ebe37682a183505fe1fa6a4ec0ee0c04218d0b3aa08dde249c010f394458f419
|
data/CHANGELOG.md
CHANGED
|
@@ -562,7 +562,8 @@ Pry.commands.instance_eval do
|
|
|
562
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
563
|
%q[Defqon.1 Festival 2013 | Endshow Saturday | Official Q-dance Video] => %q[https://www.youtube.com/watch?v=fN1Gw8PHkAI],
|
|
564
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],
|
|
565
|
-
%q[Manu, imagine.] => %q[https://www.youtube.com/watch?v=7FX4D1jU2m8]
|
|
565
|
+
%q[Manu, imagine.] => %q[https://www.youtube.com/watch?v=7FX4D1jU2m8],
|
|
566
|
+
%q[Manu] => %q[https://www.youtube.com/watch?v=iQHwh9VR9X8]
|
|
566
567
|
}
|
|
567
568
|
command '🎧', '' do
|
|
568
569
|
args = arg_string.split(' ')
|