pry-send_tweet.rb 1.17.7 → 1.17.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cf3492f9e96a8d8743c77485b52154f1d0a3ccc99b9ee920e22718417cc16f4
4
- data.tar.gz: 1ad3730a08579c0592e8e5ac3214d91fc520ccf056cbd07316281dd964871a82
3
+ metadata.gz: 1642112fb14155f08e24ec2ffffbee20cb03cd43109df45f3d349e35658b273c
4
+ data.tar.gz: b47efba93bc8ea5b34bc9b8a258a98dc8a3fc4ab91eaaf3450dce463c484ce92
5
5
  SHA512:
6
- metadata.gz: fec48178b56434644a638b9519a873f2ee913c84a56433885bedbdd241b4777d08f32b17480686ea2f984c023a7ddae67c51893a1e327aa7511109b4e76cb5ea
7
- data.tar.gz: e3d5c06fd0dd1a4684cc4773381d8a21758a3164c280454826eaabd1aeaffd6c2eaf8c9d886637ef7c4ae31a27030b4ce849a4c0250268543f0f15c48b8ad33d
6
+ metadata.gz: 021e1e8480b41b964662b6bd7113ed60f812058cbb87412ac6aa4d6d4c530319200e109ecac008b301d04b761e4950fabb97fba0a905e97e69cc4fcfb3ad6945
7
+ data.tar.gz: 99dec9816528094b967497e2aaf7af47404f13ad8eec2479afe1a1632fdb1cb1ab196ebfe22e2fb01f8da83a21e8db833471d6ab9e249e587fe03aa9b806baa6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.17.8
4
+
5
+ * Add warning(s)
6
+
3
7
  ## v1.17.7
4
8
 
5
9
  * Add art
@@ -484,6 +484,7 @@ Pry.commands.instance_eval do
484
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
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
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',
487
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'
488
489
  }
489
490
  command '🎧', '' do
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.7'
3
+ VERSION = '1.17.8'
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.7
4
+ version: 1.17.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers