pry-send_tweet.rb 1.7.4 → 1.7.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/lib/pry/send_tweet/commands/easter_eggs.rb +4 -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: 77dcb3369dc7a352dc73fb60bf5ff1d72807839126217eccd95150a5d1ada5ea
|
|
4
|
+
data.tar.gz: 1976827823d21771d71c65b7b9bd619b1141366f639dacab45243fe3470d1705
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecfa24e37733b6037b981e2c8e994b7bc0d40d5adeb850d94e2678d5ef25b06d9d27b5dd46dd2c1ba38badcda5a9004dc17dcf75ed0461fe37f0acd40932b78e
|
|
7
|
+
data.tar.gz: 9a8813137fa73c86f9c9f8f3643d8a574e409ec4b412a6efe1f79aebe3a043c9a282df85e3f3e339188972e171df1c67d14ac6d91509c56a72ccb026a9730942
|
|
@@ -294,7 +294,10 @@ Pry.commands.instance_eval do
|
|
|
294
294
|
'2Pac - Ms. Jackson (Ft. OutKast) Remix 2018' => 'https://www.youtube.com/watch?v=Y9rImWkp6As',
|
|
295
295
|
'Daft Punk - Get Lucky (vinyl)' => 'https://www.youtube.com/watch?v=U-GamX1R_bM',
|
|
296
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'
|
|
297
|
+
'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
|
|
298
|
+
'WindTalkers - The End' => 'https://www.youtube.com/watch?v=UXtU2iUUGJE',
|
|
299
|
+
'Born Slippy - Underworld (Trainspotting Soundtrack!)' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E',
|
|
300
|
+
'I\'m a sheikh | Arabic | Ethnic | Trap beat | Instrumental' => 'https://www.youtube.com/watch?v=6g2-_72W4zs'
|
|
298
301
|
}
|
|
299
302
|
command '🎧', '' do
|
|
300
303
|
key = DISCO_BISCUITS.keys.uniq.sample
|