pry-send_tweet.rb 1.17.0 → 1.17.1
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 +6 -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: c5288311b96e179488fb2ec9d0a684da29a8c2b0c22a4db73b69feffbb3912b5
|
|
4
|
+
data.tar.gz: c270fb003aa408bece4dbe052e031b39fdf1ff90446b425a08b76cf1aad50d1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd8d5f4c867be6b5fd5683992d14baf5f08b93d215e4d61fa5d54e20bd0f8d8a2b96b0eed3c4d877ddc8d19100144ec94b1d87dc7298ea4f42b1abeec1b47c39
|
|
7
|
+
data.tar.gz: e4c2b5e873ea99590324735e3a28663d06dfd1c2438e1e0436260f65f62f64913e0589840a8b6019ef2134844c70d2a78f5cad022cd4dd446d59e4af7f5e8493
|
|
@@ -465,7 +465,12 @@ Pry.commands.instance_eval do
|
|
|
465
465
|
%q[That's a good idea Koichi, an in-memory temporary file system would be perfect for the FreeBSD VM.] => 'https://www.youtube.com/watch?v=yY7iGa4t9-I',
|
|
466
466
|
%q[Senso☯ Trap & Bass Japanese Type Beat ☯ Lofi HipHop Mix] => 'https://www.youtube.com/watch?v=ZJRjwViJJDc',
|
|
467
467
|
%q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
|
|
468
|
-
%q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc'
|
|
468
|
+
%q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc',
|
|
469
|
+
%q[Martin Garrix - Animals (Official Video)] => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
|
|
470
|
+
'Las 9 Camionetas mas Lujosas, Rapidas y Costosas del Mundo!!' => 'https://www.youtube.com/watch?v=GRmqHyQPlu4',
|
|
471
|
+
%q[SWAY - STILL SPEEDIN' (With Lyrics) OUT NOW!!!!] => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
|
|
472
|
+
'Steve Miller Band - Abracadabra (12" Version) (Vinyl)' => 'https://www.youtube.com/watch?v=YqloCj1ZNSw',
|
|
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'
|
|
469
474
|
}
|
|
470
475
|
command '🎧', '' do
|
|
471
476
|
args = arg_string.split(' ')
|