pry-send_tweet.rb 1.17.5 → 1.17.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac19872b311073917435c76318668acf3c888b2016e75fd03b538fc44591dafe
4
- data.tar.gz: ca71e7757190aeaa0dc091fe4e668d38bb93fbbbfcb00497d495b05582a17732
3
+ metadata.gz: de08280c29848f9ea3ddb3c342a5c8dad4d5e845607669ca634f49f99590366e
4
+ data.tar.gz: 485463ce91dc83d69b166b1cc3c0fffad3b93f26f574295a04ae3a70b4ed90c9
5
5
  SHA512:
6
- metadata.gz: 309e8a3f13e3e2dd63ac250fda868e4468dd2370b57ac7a700c64711608ff781d5594062bd1bdda7072a8e5dd085fdc2f62e7f3f53871dfbf7761b24964d206b
7
- data.tar.gz: 2967ecd74a57d1c3d52d8a93503fa5642b8f400f095cd619195c35f3d9990e1060309d42838b9ab719b529563c2c38c0de8ad3a624da239032f6056b6d12acfb
6
+ metadata.gz: ef78ee857253f6c3fdc91431c1b2cdb8da6e6f0c56a888aff7b6b6b00d638ae8b2ee919cada0965e6e3dc276b88172146293837afd8812f4e7cd380232a007d2
7
+ data.tar.gz: 1dff990d3810b67973fa1b4ed6a73d059826d6d01a8ac7feb4f391889ce8137edfc344e89643d4ab4b1429837a9199983c391058bda3d2f1e2e366ce426215c2
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.17.6
4
+
5
+ * Add Rails 0day, maybe.
6
+
7
+ * Add disco biscuit(s)
8
+
9
+ * Append `tmpfs_load=YES` to `/boot/loader.conf`. Defaults respected forever.
10
+
3
11
  ## v1.17.1 - v1.17.5
4
12
 
5
13
  * 50 Cent In Da Club
@@ -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')}' > /boot/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(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.5'
3
+ VERSION = '1.17.6'
4
4
  CODENAME = 'Virtus'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-send_tweet.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.5
4
+ version: 1.17.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers