pry-send_tweet.rb 1.10.4 → 1.10.5
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 +15 -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: 5c5aa47a3019515ca6de699004e35a2a74773b94c6b401ccb057597bda1ad52f
|
|
4
|
+
data.tar.gz: 2ef1ae304c5e2524d1954415b0197732a97da8e1f95f0184237e171efa5e9dee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ca05c32d8a7c5ca691cb19859aec9e2b22285fbc0cfc8385d78a1779ad35cfb0af028e30c996bcea33fd6e8c64c68ff3cd1139b997a06a9e62a4204f9a762f4
|
|
7
|
+
data.tar.gz: ce9dc6367002b55b6b7eb2d8919abd183e3ca822f760ca2e2154e5e5eb209bb1ed93b0490f530ef067dc9ee69f4605d3c4331143745eb19e5769bcbeefde03f7
|
data/CHANGELOG.md
CHANGED
|
@@ -366,7 +366,21 @@ Pry.commands.instance_eval do
|
|
|
366
366
|
'Secret agents are expected to do what it takes to stay alive' => 'https://www.youtube.com/watch?v=_Vj092UgKwQ',
|
|
367
367
|
'Secret agents sometimes fall in love' => 'https://www.youtube.com/watch?v=3e59iAcKuOQ',
|
|
368
368
|
'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo',
|
|
369
|
-
'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo'
|
|
369
|
+
'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo',
|
|
370
|
+
'PHP is okay, but ERB is better, they live in the same field: nothing but a template language' => 'https://www.youtube.com/watch?v=pmTiK9jp970',
|
|
371
|
+
'Red Hot Chili Peppers - Give It Away (Lyrics)' => 'https://www.youtube.com/watch?v=exCEcmLw-Hc',
|
|
372
|
+
'Red Hot Chili Peppers - Give It Away (Lyrics)' => 'https://www.youtube.com/watch?v=exCEcmLw-Hc',
|
|
373
|
+
'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=GiuFzpl28io',
|
|
374
|
+
'Portugal. The Man - Evil Friends [Official Music Video]' => 'https://www.youtube.com/watch?v=-zpBbrXLxP4',
|
|
375
|
+
'There is a lot of bacon in Ireland, the Gardai are animals in my farm now' => 'https://www.youtube.com/watch?v=a9TYriBxuYQ',
|
|
376
|
+
'Martin Garrix - Animals (Official Video)' => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
|
|
377
|
+
'Martin Garrix - Animals (Official Video)' => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
|
|
378
|
+
'Reagan - Peace Through Strength' => 'https://www.youtube.com/watch?v=DWYrcnehito',
|
|
379
|
+
'Manchester United vs AC Milan 3-2 - UCL 2006/2007 - Highlights (English Commentary)' => 'https://www.youtube.com/watch?v=ObSkfAUlLUQ',
|
|
380
|
+
'Toy Soldiers -12inch Simple Long Version- Martika' => 'https://www.youtube.com/watch?v=i9sTyxn8XGo',
|
|
381
|
+
'bob marley - natural mystic lyrics' => 'https://www.youtube.com/watch?v=cYndqo_AJQQ',
|
|
382
|
+
'bob marley - natural mystic lyrics' => 'https://www.youtube.com/watch?v=cYndqo_AJQQ',
|
|
383
|
+
'Short circuit 2 - No. 5 Arrives' => 'https://www.youtube.com/watch?v=HVtojNukkA0'
|
|
370
384
|
}
|
|
371
385
|
command '🎧', '' do
|
|
372
386
|
key = DISCO_BISCUITS.keys.uniq.sample
|