pry-send_tweet.rb 1.16.3 → 1.16.4
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 +8 -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: 13366770a334d6a7b38cc71156ff556229fc107a857e409f6d3816ab80c387f5
|
|
4
|
+
data.tar.gz: 80d44e79e6c575cf2092e9377c4e618f3754d42029f6ac6b79951649427f8e2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe19efb6d926189b2e91062ed614a0107ec851d65bdfa1ff2afb1a13d4d5847e3684845e2dadd61aefc7891ca57e57b3c19123d9e1d84f8754a8f911f7fe58aa
|
|
7
|
+
data.tar.gz: 3533280bc18ccca31160524cf630dcbc196f5470eda77658895a4db9647772fd32529c93ebe4e0ecd638af3780923d601387b3f92eb159615ac3d8dd07d38d9c
|
data/CHANGELOG.md
CHANGED
|
@@ -459,7 +459,8 @@ Pry.commands.instance_eval do
|
|
|
459
459
|
the technology he uses. There is a passage from The Holy Scriptures about acting with a lack of understanding.].each_line.map(&:strip).join => 'https://www.youtube.com/watch?v=0HDdjwpPM3Y',
|
|
460
460
|
'Portuguese Paratroopers In Heavy Combat With African Rebels In Central African Republic' => 'https://www.youtube.com/watch?v=knqnPnlflLQ',
|
|
461
461
|
'ARAB TRAPPIN VOL 4 [Reupload + Channel Restart]' => 'https://www.youtube.com/watch?v=BNpyrKpRBHw',
|
|
462
|
-
%q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA'
|
|
462
|
+
%q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA',
|
|
463
|
+
%q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8]
|
|
463
464
|
}
|
|
464
465
|
command '🎧', '' do
|
|
465
466
|
args = arg_string.split(' ')
|