pry-twitter 1.27.44 → 1.27.45
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 +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: 8489e3c8bfbabf3fd06ebd03210c8b93a35ee64f71a78d14df5c5560b3f13fc3
|
|
4
|
+
data.tar.gz: 4caa7f1847a99c8c38db879d4726e7b176c56e3764837324938d0dafc39efe07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 292d9649fa167c0ee6aefa5a4380ee0c755316b258b6555c1ef4e63aafa54b7df21bdec916ca50e4408e03f72f7782fd7963820cf8810c9554affde8359dc165
|
|
7
|
+
data.tar.gz: 8ea9c7793cd774009672702cdbdbf87f036ae4caa430037efe4aeaa046953a7ffe21cfd1f4ffea0297fbd964d8735ae7a3be09850f3b4e75218cfc458b316941
|
|
@@ -599,7 +599,8 @@ Pry.commands.instance_eval do
|
|
|
599
599
|
%q[D33pSoul - La Richesse (Original Mix) "My richness is life" /Bob Marley/] => %q[https://www.youtube.com/watch?v=tCXqm8EQtWQ],
|
|
600
600
|
%q[Shell Shocked- TMNT Lyric Video] => %q[https://www.youtube.com/watch?v=eASIpbTcnzM],
|
|
601
601
|
%q[Juicy J, Wiz Khalifa, Ty Dolla $ign - Shell Shocked feat Kill The Noise & Madsonik (Official Video)] => %q[https://www.youtube.com/watch?v=BaACrT6Ydik],
|
|
602
|
-
%q[manu] => %q[https://www.youtube.com/watch?v=oM2sn3QsFVw]
|
|
602
|
+
%q[manu] => %q[https://www.youtube.com/watch?v=oM2sn3QsFVw],
|
|
603
|
+
%q[Alt-J (∆) - Taro] => %q[Alt-J (∆) - Taro]
|
|
603
604
|
}
|
|
604
605
|
command '🎧', '' do
|
|
605
606
|
args = arg_string.split(' ')
|