pry-twitter 1.22.4 → 1.22.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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: 022d77c1d91e4e0c4ca55d0dd1853a72daa912923b4b7383b471098f081c7410
|
4
|
+
data.tar.gz: 485e532f5605b5f5a00d689f27e1d8926c0cbb8e682384b32334a15e60dd5991
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ce36d2120f832d60d5cfb0248d5ba37e597611ad702e0079728de9386c72004064f03827954527841f7fc6357fb2e1880527571c4d8e74f5c0faa966ed02d59
|
7
|
+
data.tar.gz: f69a208ae0179a1824987e464fd579ca16a3a7d7fe28f868f15d00da230a65d40bc43d07ca0c5d3a8f0b4edf73f4adf4b084b17483856ccfd49ede23ef89c7a9
|
@@ -524,7 +524,8 @@ Pry.commands.instance_eval do
|
|
524
524
|
%q[There are 13 letters in my name, in the English language, but 14 in other languages, 13, unlucky for some, 14, lucky for some.] => %q[https://www.youtube.com/watch?v=cvvd-9azD1M],
|
525
525
|
%q[Against the advice of everybody i followed Howie into prison and 10 years later i think we are free] => %q[https://www.youtube.com/watch?v=VhdHwphvhxU],
|
526
526
|
%q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM],
|
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)
|
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
|
+
%q[First I wrote xpool, I wrote then zpool. First I wrote xchannel, then I wrote zchannel. That is called missing a chance.] => %q[https://www.youtube.com/watch?v=kC3hE8TvDYc]
|
528
529
|
}
|
529
530
|
command '🎧', '' do
|
530
531
|
args = arg_string.split(' ')
|