pry-send_tweet.rb 1.10.1 → 1.10.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: ae6812fd4e5b904eb1a25bda94bea6edfe3a21f903c7fb6be41570f5e507bced
|
|
4
|
+
data.tar.gz: 2f8f03dd5fb46aaa41f7f265f5d31b944fa72d026cb28451efe342f88dd36705
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d1f528c7df13f5328c86ac6e903753bea7f6023a700e5b531154ec158314b7c9c51a0b43d819b9fd3e04f8ab9ad5c95ea69c31332a8aeb25c2ca293b06dc3c3
|
|
7
|
+
data.tar.gz: e832f01ba29505786d4da243cab44a3eed709b98cd30fb48c383797be86924d56cb3ea3c2b8129b40fa7bfca0ecfde14b7f97a3ec350068ea74771635d604c8f
|
data/CHANGELOG.md
CHANGED
|
@@ -358,7 +358,8 @@ Pry.commands.instance_eval do
|
|
|
358
358
|
'Martin Cahill (A General) - The Beit Art Heist' => 'https://www.youtube.com/watch?v=r7zn7bjKnoI',
|
|
359
359
|
'Chief Keef - Colors (Official Screen Lyrics)' => 'https://www.youtube.com/watch?v=PvsC5ijT70A',
|
|
360
360
|
'Hazrat Fatima (as) Khutba-3 at masjid Kufa' => 'https://www.youtube.com/watch?v=s-2CP5ozHNQ',
|
|
361
|
-
'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE'
|
|
361
|
+
'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE',
|
|
362
|
+
'I met a Girl from Peru, she was living on a cruise ship, she disappeared too.' => 'https://www.youtube.com/watch?v=EpDmklLFXVc'
|
|
362
363
|
}
|
|
363
364
|
command '🎧', '' do
|
|
364
365
|
key = DISCO_BISCUITS.keys.uniq.sample
|