pry-twitter 1.31.11 → 1.31.12
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: 0ef9042e0183afc890f4480f206fd7087f636ac3d9291af10382834bf6690833
|
|
4
|
+
data.tar.gz: 4b48cee24a390b204bdeb828a2ee7c73d13c5cd143b2b9328bb24e2623b0221d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad92883a8381697a7bd1fe42d6a8baf227927fb56b2d5997a4ef058d2c38b944f4949c65ee70d4417d66fadbc7ea7f81143303c521b81e5da4bf4e8fed26efc9
|
|
7
|
+
data.tar.gz: b91cdbcd0b54c945a71d66d268be0fabd3ffa7777c90f22efdff4bc6ab15bd92b4889f167be7f21da50a43c1aff8be3588408042d872ac9e7b267fa72021980a
|
|
@@ -663,7 +663,8 @@ Pry.commands.instance_eval do
|
|
|
663
663
|
%q[Portugal. the man : Purple yellow red and blue (version acoustique HD)] => %q[https://www.youtube.com/watch?v=k5ERNHrRrwY],
|
|
664
664
|
%q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8],
|
|
665
665
|
%q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
|
|
666
|
-
%q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU]
|
|
666
|
+
%q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU],
|
|
667
|
+
%q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U]
|
|
667
668
|
}
|
|
668
669
|
command '🎧', '' do
|
|
669
670
|
args = arg_string.split(' ')
|