pry-twitter 1.27.21 → 1.27.22
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: 317752465644762f06ce63396a5cd23c8dbfd4b6b2d3339c9f377463714e27b2
|
|
4
|
+
data.tar.gz: 15b82a6af486defc409ba8733960e45df97b15d58b235a53a22365fcd831f06f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aefe374ba49e5f34b374d82217c47c88d2e455548babfc4f4fcd2760e1fa11b67b99ac03bdc0f405c31022316d50f15ccebeca9d043f251bcd75cf667e28314
|
|
7
|
+
data.tar.gz: 0fe58e44b48505ec19407cb2de4f04269684b49be259f55c532aeb85fe7428dc0c6f4932a41759a2f7599c2ff51c8adf4e8348492d9aa95699fff56aee8e89a3
|
|
@@ -567,7 +567,8 @@ Pry.commands.instance_eval do
|
|
|
567
567
|
%q[DAMO & IVOR - SOUTHSIDE FOR LIFE] => %q[https://www.youtube.com/watch?v=UPk2jd9YEfM],
|
|
568
568
|
%q[2Pac - Gangsta Virus (ft. Ice Cube, Eminem, Tech N9ne)] => %q[https://www.youtube.com/watch?v=utsUVZwevUE],
|
|
569
569
|
%q[In Ruby we have Symbols, and in Ireland we have... ] => %q[https://www.rte.ie/news/dublin/2019/0225/1032776-st-michans-crypt-crusader/],
|
|
570
|
-
%q[BED INTRUDER SONG!!!] => %q[https://www.youtube.com/watch?v=hMtZfW2z9dw]
|
|
570
|
+
%q[BED INTRUDER SONG!!!] => %q[https://www.youtube.com/watch?v=hMtZfW2z9dw],
|
|
571
|
+
%q[Songify This - Obama Sings to the Shawties (replay extended)] => %q[https://www.youtube.com/watch?v=ej_H8wYo2s4]
|
|
571
572
|
}
|
|
572
573
|
command '🎧', '' do
|
|
573
574
|
args = arg_string.split(' ')
|