pry-twitter 1.27.39 → 1.27.40
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/CHANGELOG.md +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 81c3b8d75c6bc4262b65b69aa2fc450c625d2f589bf4539196e1890981fae69f
|
|
4
|
+
data.tar.gz: 54d74df72669f2f918dbc6eb74ed29a9de747264f117dea5de6a658ad0824995
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36870a8319809832c4b044e3d51e79c1a2c2e83bf4554cb8ccc6c1b7feb19554e31a653019a4352149162f74992ad848972033cde864dedec271b2065c80965a
|
|
7
|
+
data.tar.gz: 2e9a55157f13fad35bf68d433ff081bc0454ff13a9242f93569675c999f1f259fc394bddaa6a799e8ca0f8e7c742371a0eb545dba464e7fd7115bff1dcec9b21
|
data/CHANGELOG.md
CHANGED
|
@@ -595,7 +595,9 @@ Pry.commands.instance_eval do
|
|
|
595
595
|
%q[1ROOT RED RED] => %q[https://www.youtube.com/watch?v=B2z4L5lb2uw],
|
|
596
596
|
%q[The Blue City - Chefchaouen - Morocco 1080p HD] => %q[https://www.youtube.com/watch?v=G6C3KjLKXJg],
|
|
597
597
|
%q[REM - Everybody Hurts Lyrics] => %q[https://www.youtube.com/watch?v=Y6yUY7M9yfw],
|
|
598
|
-
%q[2pac - Westside In This Motherfucker] => %q[https://www.youtube.com/watch?v=ITdjX2GT4k4]
|
|
598
|
+
%q[2pac - Westside In This Motherfucker] => %q[https://www.youtube.com/watch?v=ITdjX2GT4k4],
|
|
599
|
+
%q[D33pSoul - La Richesse (Original Mix) "My richness is life" /Bob Marley/] => %q[https://www.youtube.com/watch?v=tCXqm8EQtWQ],
|
|
600
|
+
%q[Shell Shocked- TMNT Lyric Video] => %q[https://www.youtube.com/watch?v=eASIpbTcnzM]
|
|
599
601
|
}
|
|
600
602
|
command '🎧', '' do
|
|
601
603
|
args = arg_string.split(' ')
|