pry-send_tweet.rb 1.11.9 → 1.11.10
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 +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +6 -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: b1b8377afabd5338569af795c74f9596a0d0b532fc2c99feb3c50118cca15a98
|
|
4
|
+
data.tar.gz: 70208685249be5954ae92ff02d3043224bbf2a432892c3c6ce1271a53765db96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b02a2b6dcde6162c05ad0c4412a6bb07743f37cf71184c3848cb2dcf840ba5f95a0bd79411140d61f65ed791933531e54265e21cdab556389f3617f93a39b579
|
|
7
|
+
data.tar.gz: 59ead8e9b19f9eb872b81abb1509b103874a4407c1f4cebb0905bd9d4fdc0a95dd45835fc9c4b765855c7141caafded6a38187d7641d386a13532cb0b8475f00
|
data/CHANGELOG.md
CHANGED
|
@@ -411,7 +411,12 @@ Pry.commands.instance_eval do
|
|
|
411
411
|
'Highlights: Liverpool Legends 5-5 FC Bayern Legends | Alonso, Gerrard, Kuyt and more' => 'https://www.youtube.com/watch?v=njiW0R1W8GI',
|
|
412
412
|
'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=4hGQ97tCTOs',
|
|
413
413
|
'Kid CuDi Mr Rager Lyrics' => 'https://www.youtube.com/watch?v=PMPC2jY27rw',
|
|
414
|
-
'Mr. Rager-Kid Cudi' => 'https://www.youtube.com/watch?v=rCLBGY0huVE'
|
|
414
|
+
'Mr. Rager-Kid Cudi' => 'https://www.youtube.com/watch?v=rCLBGY0huVE',
|
|
415
|
+
'Fast and furious [rollin rollin] R.I.P Paul Walker' => 'https://www.youtube.com/watch?v=BgEHsif2yQ0',
|
|
416
|
+
'DaBaby - Walker Texas Ranger (OFFICIAL VIDEO)' => 'https://www.youtube.com/watch?v=nXld3i2B8Zk',
|
|
417
|
+
'Walker Texas Ranger S8 Opening G.I.Joe Style' => 'https://www.youtube.com/watch?v=qORcsHf8t1M',
|
|
418
|
+
'Breaking Bad: Huell - Reasonably' => 'https://www.youtube.com/watch?v=T7rXeDArhg0',
|
|
419
|
+
'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8'
|
|
415
420
|
}
|
|
416
421
|
command '🎧', '' do
|
|
417
422
|
args = arg_string.split(' ')
|