pry-send_tweet.rb 1.20.35 → 1.20.36
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: 12025edfa263fbcd6f62b52b0966f601e4e390265bd7634f7e42bce9ae6ca0e5
|
|
4
|
+
data.tar.gz: b52fe851cc00f6e048a0cb13c364d416d3586d36aeb36b3963b63a9c46f246df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1a3a601a7d58ac86931d352fc511ca5f16ca9b0878a44920b9dc62c9f4ddb82c6f53a062ce9a85d176f7a50029cb58636b2ece9829b6764ae7120a7420a774e
|
|
7
|
+
data.tar.gz: fed5fb57b3322f38b436ac0bb01c0f0d9dce6e5292d3bbc2251c0778c3213509745e35e0eda423ad2c490bb1bf5cae4ce8bd0500674937e0185248556231c83f
|
|
@@ -485,7 +485,8 @@ Pry.commands.instance_eval do
|
|
|
485
485
|
%q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
|
|
486
486
|
%q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|,
|
|
487
487
|
%q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|,
|
|
488
|
-
%q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng
|
|
488
|
+
%q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng|,
|
|
489
|
+
%q[RONALD REAGAN | One Nation Under God] => %q[https://www.youtube.com/watch?v=8-0CBP0NVeo]
|
|
489
490
|
}
|
|
490
491
|
command '🎧', '' do
|
|
491
492
|
args = arg_string.split(' ')
|