pry-send_tweet.rb 1.17.2 → 1.17.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/lib/pry/send_tweet/commands/easter_eggs.rb +5 -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: e7ede14028f4a2f0c4e356519fbcb7b3062351291689c00e9133f59b0a52d44d
|
|
4
|
+
data.tar.gz: 0e530188c8d506db532f45c668c70ecf86a3b36fc923642f5992d95768f88e59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c89835a0c8d0a456a5a31b861ca7ebc2adbe95006fb51c99ced0e970c52816cf64a3d4023e8b99319ba131464008a1af446b838ab1cc0eb964d097847b1ada26
|
|
7
|
+
data.tar.gz: ac820ad37ad6aac0429b65a4b64e80bc4d808d07b4b4990d059d3fe1089754426be94eec2371591a64783e8fb24b6da3c7281df16f633fcd1a6aab16b3716e35
|
|
@@ -471,7 +471,11 @@ Pry.commands.instance_eval do
|
|
|
471
471
|
%q[SWAY - STILL SPEEDIN' (With Lyrics) OUT NOW!!!!] => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
|
|
472
472
|
'Steve Miller Band - Abracadabra (12" Version) (Vinyl)' => 'https://www.youtube.com/watch?v=YqloCj1ZNSw',
|
|
473
473
|
'The real clonskeagh legend. Gleeson. Before I erased them. Now I am a McIntyre, tied to the IRA and ready to blow you up' => 'https://www.youtube.com/watch?v=js-Yet5kskA',
|
|
474
|
-
'Get ready to fry lattera, you are going to be number 18' => 'https://www.youtube.com/watch?v=ljPFZrRD3J8'
|
|
474
|
+
'Get ready to fry lattera, you are going to be number 18' => 'https://www.youtube.com/watch?v=ljPFZrRD3J8',
|
|
475
|
+
'Central African Republic: The way of the warlord' => 'https://www.youtube.com/watch?v=3Y3u3bqx28A',
|
|
476
|
+
'United in Hate: The Fight for Control in CAR' => 'https://www.youtube.com/watch?v=VoZvdCvq2iQ',
|
|
477
|
+
'The Simpsons: USSR Returns' => 'https://www.youtube.com/watch?v=z77JFw2D6f8',
|
|
478
|
+
'Get ready to die William Declan Gleeson' => 'https://www.youtube.com/watch?v=cRwjO1RjOEE'
|
|
475
479
|
}
|
|
476
480
|
command '🎧', '' do
|
|
477
481
|
args = arg_string.split(' ')
|