pry-send_tweet.rb 1.18.3 → 1.18.5
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: 53e87ccd0371e2e181d291509cd64de5676a86efd47d6cf93c1f47c479fa0a76
|
|
4
|
+
data.tar.gz: a7d538556556072ade0f51f389cc9cc78831e9e7b2618d4c0deef17ceca22bd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e19846ae5ad6f9a499adc61bc709799a7c4fb0d1275b106658ed67fe3ca54409c21a274aab91041a442463064925c90b0b6ac3f35302d323247e37216c8e0dd
|
|
7
|
+
data.tar.gz: ec6837f3a780fd21bc3f0eef33a2936a824b3c7d840072fba9ddf400efebafc3f31322ae59fccd5290a90b9299e581872065d4804671a24672f8193f9d960a10
|
|
@@ -491,7 +491,9 @@ Pry.commands.instance_eval do
|
|
|
491
491
|
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
|
|
492
492
|
%q[https://generalassemb.ly] => 'https://www.youtube.com/watch?v=sUmoa4uDlWc',
|
|
493
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
|
|
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|,
|
|
495
|
+
%q|davidstamm (@whylom on github etc) - a jew full of hate, a modern day Nazi| => %q|https://www.youtube.com/watch?v=bEoDSTBY_Y4|,
|
|
496
|
+
%q|davidstamm (@whylom on github etc) - a jew full of hate, a modern day Nazi| => %q|https://www.youtube.com/watch?v=bEoDSTBY_Y4|,
|
|
495
497
|
}
|
|
496
498
|
command '🎧', '' do
|
|
497
499
|
args = arg_string.split(' ')
|