pry-send_tweet.rb 1.7.3 → 1.7.4
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 +10 -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: baff034c4bc83fcaacbd9abfcf9c44db77bafa62d2d70ba5bdec849c22cc3f72
|
|
4
|
+
data.tar.gz: dc50d55ff17bbd4a7f71ac569e37f0b1fc35e972a40b5e2b43f1ac594f02c527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42e6d031a155756311356ae7743869cc3085b7c76cffa15328b5b65240f3da7ec78db5d2bbd6e38fc02d318b6a2bec2682ce7590cb8190ede526927585d73539
|
|
7
|
+
data.tar.gz: b8cd33d3fa462e95a27bab782c8ea4f177d615081365318f023da627c1da21b3afcae9d0a0b6903fa2e25bb35c4ba43e86478f11661635a902c258bff0d561f6
|
data/CHANGELOG.md
CHANGED
|
@@ -285,7 +285,16 @@ Pry.commands.instance_eval do
|
|
|
285
285
|
'WindTalkers Japanese Ambush *HD*' => 'https://www.youtube.com/watch?v=pJ96A8yWKZ0',
|
|
286
286
|
'The Last Samurai 末代武士 (The final emperor scene)' => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
|
|
287
287
|
'Eminem - Venom (Official Music Video)' => 'https://www.youtube.com/watch?v=8CdcCD5V-d8',
|
|
288
|
-
'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/commit/0500a17e9fdd519cabe263faf3f9c93857b84d16'
|
|
288
|
+
'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/commit/0500a17e9fdd519cabe263faf3f9c93857b84d16',
|
|
289
|
+
'2Pac - Unforgettable Ft. French Montana & Swae Lee (Remix)' => 'https://www.youtube.com/watch?v=DyzST8VqEIc',
|
|
290
|
+
'Busta Rhymes - H.O.L.L.A / X5M vs ML63 (LIMMA)' => 'https://www.youtube.com/watch?v=DiSgkXDhSg8',
|
|
291
|
+
'6ix9ine "KIKA" ft Tory Lanez (Audio Oficial)' => 'https://www.youtube.com/watch?v=Q3Bvp21y1fs',
|
|
292
|
+
'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
|
|
293
|
+
'Born Slippy - Underworld (Trainspotting Soundtrack!)' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E',
|
|
294
|
+
'2Pac - Ms. Jackson (Ft. OutKast) Remix 2018' => 'https://www.youtube.com/watch?v=Y9rImWkp6As',
|
|
295
|
+
'Daft Punk - Get Lucky (vinyl)' => 'https://www.youtube.com/watch?v=U-GamX1R_bM',
|
|
296
|
+
'I\'m a sheikh | Arabic | Ethnic | Trap beat | Instrumental' => 'https://www.youtube.com/watch?v=6g2-_72W4zs',
|
|
297
|
+
'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc'
|
|
289
298
|
}
|
|
290
299
|
command '🎧', '' do
|
|
291
300
|
key = DISCO_BISCUITS.keys.uniq.sample
|