pry-send_tweet.rb 1.20.76 → 1.20.77
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: 9f608566ca0ad143790bca2ea38d09a523f62b9ee69d87fef5a9a041ac73d4f5
|
|
4
|
+
data.tar.gz: aa1ad742af6adb48d984f4a7dd40ea24704dd38aad6222b6651732ce35d16f03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1149dad7d12cb0884bb697cf831ef2fac6f8d6f81c2de6d95fe60288a52960a8df9efc62942f962d44193e82e572f31858c0d7c65506424daa739e3f1682944
|
|
7
|
+
data.tar.gz: 011e5a61e4bfd1e578657c1c74428ad313a8160645ae28dec1e177e7247ceb2f397f7fcde126aefd376abceee1639faa3d77d6679a4df7ab5e39bf42bec272cf
|
|
@@ -497,7 +497,8 @@ Pry.commands.instance_eval do
|
|
|
497
497
|
%q[Cheb Khaled - Aïcha (Anthony Keyrouz Remix)] => %q[https://www.youtube.com/watch?v=XCAgWitD3IU],
|
|
498
498
|
%q[✵ с убитыми глазами..✵♛] => %q[https://www.youtube.com/watch?v=RXiy_-fB4xQ],
|
|
499
499
|
%q[Ric Hassani - Marry You (Deepen Groove Remix)] => %q[https://www.youtube.com/watch?v=ngv0egMpIVg],
|
|
500
|
-
%q[John Legend - Preach (Official Video)] => %q[https://www.youtube.com/watch?v=k0r1AJMK79g]
|
|
500
|
+
%q[John Legend - Preach (Official Video)] => %q[https://www.youtube.com/watch?v=k0r1AJMK79g],
|
|
501
|
+
%q[John Legend - All of Me (Edited Video)] => %q[https://www.youtube.com/watch?v=450p7goxZqg]
|
|
501
502
|
}
|
|
502
503
|
command '🎧', '' do
|
|
503
504
|
args = arg_string.split(' ')
|