pry-twitter 1.22.16 → 1.22.17
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 +4 -0
- 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: 29cc2a1d7401e950600c17d2bf832f0921f82fdc2e9f7abc9550497f7ac57776
|
|
4
|
+
data.tar.gz: e286846d1d95a73a803ac2a949b07d6a5403f4b160690ba691f78b8957331c8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1670666ebf1eaf4c6cde791963959994c261906a248a2221cbb09293574208d81ebdf6f023221c65668bcbde56fc53df55506c4efb209af7d54076b083f5ae4b
|
|
7
|
+
data.tar.gz: 85fa66dfa56f51ded2b9a71865d27f6e7daed8cf616060de38109b4eb50312634916f22202047e9c5836304da52ceed73e1b5895754cfa1d09648d74dad554b9
|
data/CHANGELOG.md
CHANGED
|
@@ -534,7 +534,8 @@ Pry.commands.instance_eval do
|
|
|
534
534
|
%q[Will Smith - Fresh Prince of Bel Air (Le Boeuf Remix)] => %q[https://www.youtube.com/watch?v=LPvCeNxsG-w],
|
|
535
535
|
%q[I worked as a kitchen porter in Valpariso, Tribes, as a barman at The Punchbowl, again a barman at Jurys Inn Hotel, then a programmer for the CIA. Easy peasy. It aint nothing but a G thang.] => %q[https://www.youtube.com/watch?v=SKAqmqVQ700],
|
|
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
|
-
%q[Machine Gun Kelly "Rap Devil" (Allen Diss) (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=Fp0BScQSSvg]
|
|
537
|
+
%q[Machine Gun Kelly "Rap Devil" (Allen Diss) (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=Fp0BScQSSvg],
|
|
538
|
+
%q[DEVLIN - LONDON CITY (Roberts city) (Ella Diss) [Official Video]] => %q[https://www.youtube.com/watch?v=hmCoCTPWP-I]
|
|
538
539
|
}
|
|
539
540
|
command '🎧', '' do
|
|
540
541
|
args = arg_string.split(' ')
|