pry-send_tweet.rb 1.20.13 → 1.20.14
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 +2 -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: 4ba6794ac7e162d19d4ae5c943538f596213474503aae2a481e2ae011147cac2
|
|
4
|
+
data.tar.gz: ec20e3897fcd13db38be865a91acad1e819e8fa46cd4cf83022d7115e53ced27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ba43528723c414bb66ef4efa3841f0cd16ca27c12e053f7ec1eee776f1c46fb9f5a20bb43e19a739cc5fa8305225a79fb2c142b159c211d31b61cad4e0c82b6
|
|
7
|
+
data.tar.gz: c0040ec5154d4672d680816ff512164bfd27ea0c88e619a1d0e9b16839648a980578078294d3ede35a4cd4e95c6cc70e3026a76c0a7d7aa23f828b7439b7805c
|
|
@@ -471,7 +471,8 @@ Pry.commands.instance_eval do
|
|
|
471
471
|
%q|The Punchbowl| => %q|https://www.youtube.com/watch?v=js-Yet5kskA|,
|
|
472
472
|
%q|cr0w| => %q|https://www.youtube.com/watch?v=r74V6ihFL3w|,
|
|
473
473
|
%q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
474
|
-
%q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY
|
|
474
|
+
%q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
475
|
+
%q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|
|
|
475
476
|
}
|
|
476
477
|
command '🎧', '' do
|
|
477
478
|
args = arg_string.split(' ')
|