pry-send_tweet.rb 1.18.2 → 1.18.3
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/CHANGELOG.md +5 -0
- 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: fa3e1cfc7825aa102c6e41aa2e8ac0db1998dd6ce7456913609a7c8a612f0c0d
|
|
4
|
+
data.tar.gz: 203e119cd4d2957c574ab8bdc6ef9e3dfc4247af3df29bcebe1d021c58a983ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c923ba984001a261e7ccb1c5585e170692d1561827391c6bd1a02ac6c62ea1b390caafed04cfa45084ab1e9f29f4be49f0d7d8c72038d381c6042bd87e235cd4
|
|
7
|
+
data.tar.gz: 235ca430a2e84b2427dadc703ddef3912d9a2c6f33ef3c0f3c5a0493c1f8e7166eaa324258211e114f3fc052ac7be5117ffc3c984449fb7ac56f47701d5fbfe2
|
data/CHANGELOG.md
CHANGED
|
@@ -489,7 +489,9 @@ Pry.commands.instance_eval do
|
|
|
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
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
491
|
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
|
|
492
|
-
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc'
|
|
492
|
+
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
|
|
493
|
+
%q|I have been under an ILLEGAL wiretap by US government. They're stealing all my ideas and giving them to US companies who make big money. Pay me you fucks.| => %q|https://www.youtube.com/watch?v=_A4MmpJV94I|,
|
|
494
|
+
%q|I have been under an ILLEGAL wiretap by US government. They're stealing all my ideas and giving them to US companies who make big money. Pay me you fucks.| => %q|https://www.youtube.com/watch?v=_A4MmpJV94I|
|
|
493
495
|
}
|
|
494
496
|
command '🎧', '' do
|
|
495
497
|
args = arg_string.split(' ')
|