pry-send_tweet.rb 1.20.30 → 1.20.31
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: e6ba87851baace238f33d25a62fbf78b7930d8746e57f221acc3e08a3f30c031
|
|
4
|
+
data.tar.gz: 1c973642cf2e3a878b172744c5c763762e013d7e7f1dc096e83dd79b35e8d4c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ca19e67887a8a8280cbbd6a0ce10c5abd60a464f79988a45ad8a1368d50bc502685caea5b57b9e97196036f357e97ec8d772adb2ac173a22c24b64f440024cd
|
|
7
|
+
data.tar.gz: d3a6ec4c03341fe92410427ad9f0538fc0c94900ca8b8c6b29180bbf672493c48b68880606b2d151b4a4e6f70bfeb8869c44611aef9e4e8642a20e6e23b4e512
|
|
@@ -482,7 +482,8 @@ Pry.commands.instance_eval do
|
|
|
482
482
|
%q|Copenhagen, Denmark: Christiania and Christianshavn| => %q|https://www.youtube.com/watch?v=v57JVVD6-ag|,
|
|
483
483
|
%q|Simple Man - Lynyrd Skynyrd - Lyrics HD| => %q|https://www.youtube.com/watch?v=sMmTkKz60W8|,
|
|
484
484
|
%q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|,
|
|
485
|
-
%q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98
|
|
485
|
+
%q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
|
|
486
|
+
%q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|
|
|
486
487
|
}
|
|
487
488
|
command '🎧', '' do
|
|
488
489
|
args = arg_string.split(' ')
|