pry-send_tweet.rb 1.18.0 → 1.18.1

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: 19cffa4f18048a580d8beaf0bcc3a7422c068c8a93fa676fa5c572cf3519a8fa
4
- data.tar.gz: 9328922f787c29310d219ab357c77313725ed07284ad376365576abc59698e32
3
+ metadata.gz: f998d52c83bcf4584789fecb0554c277a6c2855118a9a104ea6a63cdcd34c97e
4
+ data.tar.gz: bb1634097cd09649a01ef1a1661ee9a1c28667046db42aca1a3a44ac5d80c6c8
5
5
  SHA512:
6
- metadata.gz: 8f58504db3191568671f9790b1ae0f9fff28bf9b95bcde344acc3c0ac4f20d7b223a2e9bae301829fdd7fe7467b60c1b6f2f01c62b55bd5b71d2b991e23a93d3
7
- data.tar.gz: f216e549c828323fa89b9e7b27968bfd51438141ec560773ac204206bb2ee30a9689eef02359c628c577c5c5efeb78a36272c373165d39b895e3d25de64980d8
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(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.18.0'
3
+ VERSION = '1.18.1'
4
4
  CODENAME = 'ItsCalledTheftUnlessYouPayMe__GeneralAssembly'
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.18.0
4
+ version: 1.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers