pry-send_tweet.rb 1.6.1 → 1.6.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: f31bcb8015ed4702fe29ad6f18230237c7aa94b565fc0e6ce84d750c6c4f5b33
|
|
4
|
+
data.tar.gz: 90576a9208aa629f35f1beb95b361da5f6fcfa7300fa470a2877ad505d58751c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12f0b47b21c58114f39a318327488fda977be16d2b2caaa70cb7755d8e8f8fc839cb65b62111cb05d4c4b2d312a2e51b3ea50aec81ee246a99271fd5180468d2
|
|
7
|
+
data.tar.gz: c5880ea8baf9eaf981df2e285beb3f99f2aa73b2476244b70ac688f2cf26521940a4e060b81383cb04feb67715cb27dbb467450a996a06fc6f0207ef9c6c2044
|
data/CHANGELOG.md
CHANGED
|
@@ -266,7 +266,8 @@ Pry.commands.instance_eval do
|
|
|
266
266
|
'Coolio - Gangsta\'s Paradise (feat L.V.)(Need For Speed Edit.)(HubertGT Remake)' => 'https://www.youtube.com/watch?v=m6gWJXhpUmI',
|
|
267
267
|
'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y',
|
|
268
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'
|
|
269
|
+
'Surat Al-Mutaffifin (The Defrauding) | Mishary Rashid Alafasy | سورة المطففين' => 'https://www.youtube.com/watch?v=bqbBb0FIjEI',
|
|
270
|
+
'Vladimir Putin Style - True Leader 2017' => 'https://www.youtube.com/watch?v=_A4MmpJV94I'
|
|
270
271
|
}
|
|
271
272
|
command '🎧', '' do
|
|
272
273
|
key = DISCO_BISCUITS.keys.uniq.sample
|