pry-send_tweet.rb 1.20.15 → 1.20.16
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: 6558fcc25327618ae5f064c3c5ed3749834c578353593cd67020c27c546634dc
|
|
4
|
+
data.tar.gz: fe16da3b69454c7a2ca46e1ed0aaad88d040752fad1a440d66716730b1a89859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c986a33fffb1ca361c832283548df8c64bdd603c684ecf9a46718fddb3bbbcbdb365f35e49cfdff009a8cf934e49488298d62192fc9c9b61b467611ce8c8b3e
|
|
7
|
+
data.tar.gz: c048505f8012a1d0abda32b6f599a4c9addeb7e9f9c103b00c45aadb8f0838f416500dbdd4faa693d569ab0f35963eb08ce483807466e07e7f4c0c48bf589009
|
|
@@ -473,7 +473,8 @@ Pry.commands.instance_eval do
|
|
|
473
473
|
%q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
474
474
|
%q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
475
475
|
%q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|,
|
|
476
|
-
%q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ
|
|
476
|
+
%q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|,
|
|
477
|
+
%q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|
|
|
477
478
|
}
|
|
478
479
|
command '🎧', '' do
|
|
479
480
|
args = arg_string.split(' ')
|