pry-send_tweet.rb 1.19.5 → 1.19.6
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 +3 -3
- 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: 3ec94a2f896028e6f3fb133c2b7898d6790aa35c555fea0cdd29e8e476588383
|
|
4
|
+
data.tar.gz: 409d185023487e8bbabc55fbf594777e4c620ef66904ca6c6eb284faffe09f6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a6a8dd349a5ffab672f0d30ad44d96e5c8ee8dc2216c56f8b5507b6a86f932466eabb9768c3bf609b96e3e67a00379f88e92aa3f63c5a51e257076877b42288
|
|
7
|
+
data.tar.gz: f1c53b8d002ac5303f7f6ab142729ccbf2ff8cf691891e663fd503b24229650ee313db0fa97c54322b84c8160efc685a1369885a4e5d8c660af75129238ee597
|
data/CHANGELOG.md
CHANGED
|
@@ -239,8 +239,6 @@ Pry.commands.instance_eval do
|
|
|
239
239
|
'Bob Marley - Don\'t worry be Happy' => 'https://www.youtube.com/watch?v=L3HQMbQAWRc',
|
|
240
240
|
'ZHR & BatL - Stay (Official Video)' => 'https://www.youtube.com/watch?v=e2lo3lqRhdE',
|
|
241
241
|
'The Last Of The Mohicans End Scene(HD)' => 'https://www.youtube.com/watch?v=q8ZisDHg6v0',
|
|
242
|
-
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
|
243
|
-
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
|
244
242
|
'In the Name of the Father - Inmates showing their compassion' => 'https://www.youtube.com/watch?v=EalRRJp9hOQ',
|
|
245
243
|
'Chief Keef - Love Sosa | Dir. @DGainzBeats' => 'https://www.youtube.com/watch?v=YWyHZNBz6FE',
|
|
246
244
|
'Reach Eargasm - La Vie (Original Mix) /Steve Jobs/' => 'https://www.youtube.com/watch?v=CyzdOtyYnng',
|
|
@@ -506,7 +504,9 @@ Pry.commands.instance_eval do
|
|
|
506
504
|
%q|Tim Tebow Song - All I Do Is Win| => %q|https://www.youtube.com/watch?v=BqIrm4H9-7I|,
|
|
507
505
|
%q|Dan + Shay - Speechless (Icon Video)| => %q|https://www.youtube.com/watch?v=o_bIMTtl8X8|,
|
|
508
506
|
%q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk|,
|
|
509
|
-
%q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk
|
|
507
|
+
%q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk|,
|
|
508
|
+
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
|
509
|
+
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o'
|
|
510
510
|
}
|
|
511
511
|
command '🎧', '' do
|
|
512
512
|
args = arg_string.split(' ')
|