pry-send_tweet.rb 1.20.16 → 1.20.17

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: 6558fcc25327618ae5f064c3c5ed3749834c578353593cd67020c27c546634dc
4
- data.tar.gz: fe16da3b69454c7a2ca46e1ed0aaad88d040752fad1a440d66716730b1a89859
3
+ metadata.gz: fa9eca7a4cd76155062edf21d00708c89f3bf5e99a46c1a910ce5b6756f8e754
4
+ data.tar.gz: dd6d3fc397c1d1efddc2f18ca73ddfc128b39de015f48169883e8c2604c4f832
5
5
  SHA512:
6
- metadata.gz: 7c986a33fffb1ca361c832283548df8c64bdd603c684ecf9a46718fddb3bbbcbdb365f35e49cfdff009a8cf934e49488298d62192fc9c9b61b467611ce8c8b3e
7
- data.tar.gz: c048505f8012a1d0abda32b6f599a4c9addeb7e9f9c103b00c45aadb8f0838f416500dbdd4faa693d569ab0f35963eb08ce483807466e07e7f4c0c48bf589009
6
+ metadata.gz: 76a1e34fff5df104c046c58a87bccf0bafd27d4cd78d8bc8d3a207ffb6c8e39979ef980110498cd0440f52b88aab599b0cf1493e69fe0d18d760b31225d50a49
7
+ data.tar.gz: 190832826eab34f5e21f6ee6c8ef60f9c636e8bd3e1d3f9f324767349d07f222b4a3861006f5f2d20d90f1af048726f2a1b2075c145a1519880838087e08f867
@@ -444,7 +444,7 @@ Pry.commands.instance_eval do
444
444
  %q|The original telescope is a pipe, but not a crack pipe, that came after the telescope| => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
445
445
  %q|Observing a jquery riddled with XSS issues 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',
446
446
  %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',
447
- %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',
447
+ %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. PAY ME @GA.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
448
448
  %q|Mad Irish Man| => %q|https://www.youtube.com/watch?v=j0X7nSLMV5c|,
449
449
  %q|Hardwell - spaceman| => %q|https://www.youtube.com/watch?v=Z0vZJi2qfuo|,
450
450
  %q|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|,
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.16'
3
+ VERSION = '1.20.17'
4
4
  CODENAME = '#Trump2020 #MAGA #KAG'
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.20.16
4
+ version: 1.20.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers