pry-send_tweet.rb 1.5.4 → 1.5.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 +10 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +6 -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: 7a431230a0c91cdee50bba83f34bb7c3c4ac01590f12285e31de02d1f0b4b97f
|
|
4
|
+
data.tar.gz: 795dd6d768fb02433c2a8243ac1562898a758d58079736ccd66ac03a553dae19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b0a94499c62120d43459d2e088ee475c805d0c24b23cc25930fc92b9f4864724bcc6d25d4dfe230f8dc50c36350fd629aa42f87bbca3e24a0c0c4f24c17a037
|
|
7
|
+
data.tar.gz: 4450e4cbc924079783940891c110bc287e054e8e361eab0178f1b9dba3d7cf6dcd41367677fd6365fbec66bf4d063c0222f78b2156e58eeafdf20f36b61f32e1
|
data/CHANGELOG.md
CHANGED
|
@@ -250,7 +250,12 @@ Pry.commands.instance_eval do
|
|
|
250
250
|
'We Were Soldiers - Final Battle Scene' => 'https://www.youtube.com/watch?v=fuaSi-H0oGY',
|
|
251
251
|
'Black Hawk Down Sgt Eversmann\'s Final Speech' => 'https://www.youtube.com/watch?v=t4YnPFsvSqs',
|
|
252
252
|
'Black Hawk Down Sgt Eversmann\'s Final Speech' => 'https://www.youtube.com/watch?v=t4YnPFsvSqs',
|
|
253
|
-
'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w'
|
|
253
|
+
'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w',
|
|
254
|
+
'Phil Lynott - Last TV interview, December 1985' => 'https://www.youtube.com/watch?v=-sR61Nu6FqE',
|
|
255
|
+
'Bob Marley - Get Up Stand Up (Banx & Ranx Remix)' => 'https://www.youtube.com/watch?v=gQJcgY48gMQ',
|
|
256
|
+
'Roy Keane - The Real Captain Fantastic.flv' => 'https://www.youtube.com/watch?v=BanakGjO7ps',
|
|
257
|
+
'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E',
|
|
258
|
+
'Steve Miller Band - Abracadabra (12" Version) (Vinyl)' => 'https://www.youtube.com/watch?v=YqloCj1ZNSw'
|
|
254
259
|
}
|
|
255
260
|
command '🎧', '' do
|
|
256
261
|
key = DISCO_BISCUITS.keys.uniq.sample
|