pry-send_tweet.rb 1.5.7 → 1.5.8
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 +6 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 066a0ac768f90b9679357f85a3db97dec42602c1074d2d82059f36c47a524afa
|
|
4
|
+
data.tar.gz: e9900857db5d6293a96012ba211b32b172a890157abfd9db2f484881b09e753e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cec128421b109d7dad3d89adf5aaa4a789fb5cb59b005f939535694f843e3570db30f34b4a64dd1d5f75c47cbadb693624d93d5ae5e55e49941c4a94e06e50ae
|
|
7
|
+
data.tar.gz: 01d5f00c98cf50258d72c3cbd60b4bc462c968274945881c5d0ec81d28bf7709ba7df4f321fadc5eb4356357f01a96907f940d6f8dab2cbd741a3ba345b7fa1a
|
data/CHANGELOG.md
CHANGED
|
@@ -264,7 +264,9 @@ Pry.commands.instance_eval do
|
|
|
264
264
|
'DMX Where the Hood At Uncensored' => 'https://www.youtube.com/watch?v=IIeSGUK-Lyo',
|
|
265
265
|
'Die Antwoord - Enter The Ninja (Explicit Version)' => 'https://www.youtube.com/watch?v=cegdR0GiJl4',
|
|
266
266
|
'Coolio - Gangsta\'s Paradise (feat L.V.)(Need For Speed Edit.)(HubertGT Remake)' => 'https://www.youtube.com/watch?v=m6gWJXhpUmI',
|
|
267
|
-
'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y'
|
|
267
|
+
'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y',
|
|
268
|
+
'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI',
|
|
269
|
+
'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI'
|
|
268
270
|
}
|
|
269
271
|
command '🎧', '' do
|
|
270
272
|
key = DISCO_BISCUITS.keys.uniq.sample
|