pry-twitter 1.22.18 → 1.22.19
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: d8718f1781d424348880195355e32ab72d2155e0ba53a4bf96ae03cf3ac13ccb
|
|
4
|
+
data.tar.gz: 56361487c5ad06bb0b85252275622d015a496d080733d040a23f99d102064d9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ea35c855c89c8bb4eab3459ec3dacd25de096b3d18cf0279bf435baf2dad182105e8b8cb709e6295ff92d093df1d67f94d0040f6aaabb6d16db9717629d8e18
|
|
7
|
+
data.tar.gz: a7c26e5e4f913c1f79a45fb45510a0282783932d7987561e2a583c71095a6b172f30179f1380998419d595d61b801f4bdf35201800cfe1dbfa32e02ef3a26897
|
|
@@ -536,7 +536,8 @@ Pry.commands.instance_eval do
|
|
|
536
536
|
%q[Kasabian - Club Foot (Allen isnt really a G and his dad isnt really William)] => %q[https://www.youtube.com/watch?v=lk5iMgG-WJI],
|
|
537
537
|
%q[Machine Gun Kelly "Rap Devil" (Allen Diss) (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=Fp0BScQSSvg],
|
|
538
538
|
%q[DEVLIN - LONDON CITY (Roberts city) (Ella Diss) [Official Video]] => %q[https://www.youtube.com/watch?v=hmCoCTPWP-I],
|
|
539
|
-
%q[The most beautiful song for Tupac - Mafia bands - 2pac - (SetUp NEW 2018) (Ella Diss) (Ella Mullet (not a Gleeson) is a rapist)] => %q[https://www.youtube.com/watch?v=J_xCfkbdDtA]
|
|
539
|
+
%q[The most beautiful song for Tupac - Mafia bands - 2pac - (SetUp NEW 2018) (Ella Diss) (Ella Mullet (not a Gleeson) is a rapist)] => %q[https://www.youtube.com/watch?v=J_xCfkbdDtA],
|
|
540
|
+
%q[mike tyson baddest man on the planet (Allen diss, get down, attack on)] => %q[https://www.youtube.com/watch?v=k4T-fsN6hDU]
|
|
540
541
|
}
|
|
541
542
|
command '🎧', '' do
|
|
542
543
|
args = arg_string.split(' ')
|