pry-send_tweet.rb 1.11.4 → 1.11.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +4 -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: 8d6c0552ba5b66e03e1a4fafd5fdaf5b50dfc9846d05f7ca9198b36168a21e36
|
4
|
+
data.tar.gz: 9d14c21b2adaed71e343b0d0ad11c55bca2285f290b1f5f999b618fb7007f44b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39f84b5aa2522034a1a600b92a691cb2ca7cb164b17dbf8298152454faf453a37a6cf57a03a4a17d126e1c9aaf32fe6d54e85aa42bb32de9079a83da34d4f321
|
7
|
+
data.tar.gz: 471ab2c0dc318cca87a50b350c5f421601e36ea293362ffaf906a003decbfa29241246f3ea116cea8273e64282f8ba1edf0bd6f0c8309e0b59db4deaa3e4bac3
|
data/CHANGELOG.md
CHANGED
@@ -400,7 +400,10 @@ Pry.commands.instance_eval do
|
|
400
400
|
'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E&t=38s',
|
401
401
|
'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
|
402
402
|
'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
|
403
|
-
'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c'
|
403
|
+
'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
|
404
|
+
'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
|
405
|
+
'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
|
406
|
+
"Please don't act as though Germany and the UK aimed to help me, I flanked you with the Russians on the Eastern Front - only reason I 'won'" => 'https://www.youtube.com/watch?v=fQX59vDOux0'
|
404
407
|
}
|
405
408
|
command '🎧', '' do
|
406
409
|
args = arg_string.split(' ')
|