pry-send_tweet.rb 1.18.0 → 1.18.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 +3 -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: f998d52c83bcf4584789fecb0554c277a6c2855118a9a104ea6a63cdcd34c97e
|
|
4
|
+
data.tar.gz: bb1634097cd09649a01ef1a1661ee9a1c28667046db42aca1a3a44ac5d80c6c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9dd0fe8bc9e269993e9885f093c250d1ca2942ce0d9241013b2d6a4469670e9f453668f63af3dbdf768e0806979d30d151506582b4046daf5056af0b33d45419
|
|
7
|
+
data.tar.gz: 30d2df3666b36e1a0f0ca31a30305d1a12bdf42140c3b05e56b21f1bfc9e1b7d30b2617ce5bc6c31c1339a32282fe9f29d0bbfd62ecf0fb686e73986941f6785
|
|
@@ -487,7 +487,9 @@ Pry.commands.instance_eval do
|
|
|
487
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',
|
|
488
488
|
%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',
|
|
489
489
|
%q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
|
|
490
|
-
%q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI'
|
|
490
|
+
%q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
|
|
491
|
+
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
|
|
492
|
+
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc'
|
|
491
493
|
}
|
|
492
494
|
command '🎧', '' do
|
|
493
495
|
args = arg_string.split(' ')
|