pry-send_tweet.rb 1.12.1 → 1.12.2
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 +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: 626b4a528a7515eef32da7e315b1a8eb040bd064d821c87fb2c35d428ef502dc
|
|
4
|
+
data.tar.gz: 2cbab5812d1e4d261de533410564ec4e918a1dff7b9ffa2b7e965c089232c8f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f6f82dcaa7c61af39301879deeb75ef07c670ea614b0a319b683e3539748a11dab151f557e2eb65c6628b7034c663bffaed09f2a69b906fce867c341bb5aa43
|
|
7
|
+
data.tar.gz: 0e48b83022508f3af2d50f288829f8c0c0efddac71ff71a4c587531d9a9e09c18869c9f4c01f448b8f960fb417fdf7c08fed49762417782d1441d3d2307c66a2
|
data/CHANGELOG.md
CHANGED
|
@@ -421,7 +421,8 @@ Pry.commands.instance_eval do
|
|
|
421
421
|
'Is it a story at all? Is it a story about loyalty? Do the Irish ' \
|
|
422
422
|
'deserve to be second class citizens, after dying in all your stupid wars? ' \
|
|
423
423
|
'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo',
|
|
424
|
-
'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A'
|
|
424
|
+
'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A',
|
|
425
|
+
'6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8'
|
|
425
426
|
}
|
|
426
427
|
command '🎧', '' do
|
|
427
428
|
args = arg_string.split(' ')
|