pry-twitter 1.22.9 → 1.22.10
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: 1c5a750931f744353e6cb09b4c89749296e735c5c5808f9e3f748b1f88ffb0c2
|
|
4
|
+
data.tar.gz: 03b8fc8c52525bff08774264e18d21c009aa55a7600670ded618817953853a16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac772b5cf03cf1645437b0379f701e320b1898cbf0caf9205c4dfaeb7602ab1874263627fccdff6c7d2123d2e8a10117eca445cd3ffe95391718fc914165a346
|
|
7
|
+
data.tar.gz: 78a9fa417f9e452658af1375d027a1e8c250e0ecf3cc3890652625500ad56d5d2cb79a191b886f0930b34c85fbae23d0c3bdef3c95cabbe33255a8a905e10efe
|
data/CHANGELOG.md
CHANGED
|
@@ -527,7 +527,8 @@ Pry.commands.instance_eval do
|
|
|
527
527
|
%q{In thought, mind and spirit you are another Pete Doherty. Dont settle for spoiled riches.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA),
|
|
528
528
|
%q[First I wrote xpool, then I wrote zpool. First I wrote xchannel, then I wrote zchannel. That is called missing a chance.] => %q[https://www.youtube.com/watch?v=kC3hE8TvDYc],
|
|
529
529
|
%q[Adrian Ström - Pensée sur l'amour (Original Mix) /The Notebook/] => %q[https://www.youtube.com/watch?v=kH2ifMY1KXg],
|
|
530
|
-
%q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM]
|
|
530
|
+
%q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM],
|
|
531
|
+
%q[The most beautiful song of love to Tupac Gangs of Mafia 2 pac - Snakes & Fake] => %q[https://www.youtube.com/watch?v=Hl1FglvgClg]
|
|
531
532
|
}
|
|
532
533
|
command '🎧', '' do
|
|
533
534
|
args = arg_string.split(' ')
|