pry-send_tweet.rb 1.20.12 → 1.20.13
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: d15a1a3e8dbb5daf03a2eee66bb1aded5e7a3c83ddbd4fd0b0885ef85edd542b
|
|
4
|
+
data.tar.gz: 3fb82bff6f47d82f6e7d12182f6bf7fdc33405374f35ef31e385c8e274b31f23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69247baeedfe06c724a6be85750ab0cb14d1d0e1400aa9080b7875f2e4e95108b03c931da7d54828f5262ef4311b0b072db1dfa5d22a5da075e91d93c4c6c196
|
|
7
|
+
data.tar.gz: df5db9491a9e1554bff54cd19eb086843719026b068b8124ed50269ced0668ab0645074f60cb1026dca85908ecde7758a06fc762fcf4d2c5cbf0b2e2f1661490
|
|
@@ -470,7 +470,8 @@ Pry.commands.instance_eval do
|
|
|
470
470
|
%q|Vietnam War - Jefferson Airplane Somebody To Love| => %q|https://www.youtube.com/watch?v=aa2ZtKpWcDY|,
|
|
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
|
-
%q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY
|
|
473
|
+
%q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
474
|
+
%q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|
|
|
474
475
|
}
|
|
475
476
|
command '🎧', '' do
|
|
476
477
|
args = arg_string.split(' ')
|