pry-send_tweet.rb 1.17.5 → 1.17.6
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 +8 -0
- data/Vagrantfile +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +9 -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: de08280c29848f9ea3ddb3c342a5c8dad4d5e845607669ca634f49f99590366e
|
|
4
|
+
data.tar.gz: 485463ce91dc83d69b166b1cc3c0fffad3b93f26f574295a04ae3a70b4ed90c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef78ee857253f6c3fdc91431c1b2cdb8da6e6f0c56a888aff7b6b6b00d638ae8b2ee919cada0965e6e3dc276b88172146293837afd8812f4e7cd380232a007d2
|
|
7
|
+
data.tar.gz: 1dff990d3810b67973fa1b4ed6a73d059826d6d01a8ac7feb4f391889ce8137edfc344e89643d4ab4b1429837a9199983c391058bda3d2f1e2e366ce426215c2
|
data/CHANGELOG.md
CHANGED
data/Vagrantfile
CHANGED
|
@@ -32,7 +32,7 @@ Vagrant.configure("2") do |config|
|
|
|
32
32
|
# Insert files into VM
|
|
33
33
|
tmux_conf = insert_root_path.call File.binread('./samples/tmuxinator-vagrant.yml')
|
|
34
34
|
cmds = [
|
|
35
|
-
"sudo echo '#{File.binread('./samples/loader.conf')}'
|
|
35
|
+
"sudo echo '#{File.binread('./samples/loader.conf')}' >> /boot/loader.conf",
|
|
36
36
|
"echo '#{File.binread('./samples/freebsd-zshrc')}' > /home/vagrant/.zshrc",
|
|
37
37
|
"mkdir -p /home/vagrant/.config/tmuxinator",
|
|
38
38
|
"echo #{Shellwords.shellescape(tmux_conf)} > /home/vagrant/.config/tmuxinator/pry_send_tweet.yml"
|
|
@@ -476,7 +476,15 @@ Pry.commands.instance_eval do
|
|
|
476
476
|
'United in Hate: The Fight for Control in CAR' => 'https://www.youtube.com/watch?v=VoZvdCvq2iQ',
|
|
477
477
|
'The Simpsons: USSR Returns' => 'https://www.youtube.com/watch?v=z77JFw2D6f8',
|
|
478
478
|
'Get ready to die William Declan Gleeson' => 'https://www.youtube.com/watch?v=cRwjO1RjOEE',
|
|
479
|
-
%q[50 Cent - In Da Club (Int'l Version)] => 'https://www.youtube.com/watch?v=5qm8PH4xAss'
|
|
479
|
+
%q[50 Cent - In Da Club (Int'l Version)] => 'https://www.youtube.com/watch?v=5qm8PH4xAss',
|
|
480
|
+
%q[The Last Samurai - They are not ready] => 'https://www.youtube.com/watch?v=QE3yMEfpk6E',
|
|
481
|
+
%q[Common People Lyrics - Pulp (Extended version)] => 'https://www.youtube.com/watch?v=4KjAVr1WSu0',
|
|
482
|
+
%q[For Hannah|Jannah] => 'https://www.youtube.com/watch?v=F_y16U_je_8',
|
|
483
|
+
%q|Music of Morocco : Chillout & Traditional Music [1]| => 'https://www.youtube.com/watch?v=mvRQtbqLPK8',
|
|
484
|
+
%q|Why did the Dutch break rank, the Irish deserve no better than Soap Bar, they're far from clean| => 'https://www.youtube.com/watch?v=0EioRyzcvJo',
|
|
485
|
+
%q|The original telescope is a pipe, but not a crack pipe, that came after the telescope| => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
|
|
486
|
+
%q|Observing a jquery riddled with XSS issuesB on the frontend and Rails4-5 on the backend shows us the pains of legacy, and a team too focused on backend technology. You got owned from the front.| => 'https://www.youtube.com/watch?v=25DC6v8oPxo',
|
|
487
|
+
%q[Rails and webpack are a bad match. Why? Because webpack leaves a manfiest file in public/packs/, which might expose admin paths and keys, etc. Is that 0day? Are all modern Rails applications vulnerable to this? I don't think Rails understands JavaScript, and should not be the ruby leaders for such tech.] => 'https://www.youtube.com/watch?v=pHIua_4T0sY'
|
|
480
488
|
}
|
|
481
489
|
command '🎧', '' do
|
|
482
490
|
args = arg_string.split(' ')
|