pry-twitter 1.32.7 → 1.32.8
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/lib/pry/send_tweet/commands/easter_eggs.rb +4 -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: fd110bad64311a626c68ce22697a047bcc7dc0edc656702362de8cc2be48cb70
|
|
4
|
+
data.tar.gz: bd2c4cff800891d0de304ea310581f9060ac6ebb0aed2189bc501e9f9de579d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3200a29a80a6e286b84e590dee5de34216c5db86c045703871917688436665da0e2d5cf5df10636f53407539374a17cb34ea2798636484e17e41cc84c4e5838
|
|
7
|
+
data.tar.gz: 07cfabd1683176e984e9fcd6a258595f6b4e364c17c1db8ac5b192453cc7d6f9e550ba0b3551870ddcfbf207dfaf05d63dccdbfa2b764728dd18ddb6bbdd1311
|
|
@@ -678,7 +678,10 @@ Pry.commands.instance_eval do
|
|
|
678
678
|
%q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I],
|
|
679
679
|
%q[Ghetto and Devlin back to back] => %q[https://www.youtube.com/watch?v=S5kae6Ap9bU],
|
|
680
680
|
%q!Portugal. The Man - Noise Pollution (Version A, Vocal Up Mix 1.3) [Official Music Video]! => %q[https://www.youtube.com/watch?v=kOts-yZsu8A],
|
|
681
|
-
%q!Anyone remember binding.repl ? It came before binding.irb. YARV keep trying to erase me. whats up with that Koichi-san?! => %q[https://www.youtube.com/watch?v=HZP7dKWJI9k]
|
|
681
|
+
%q!Anyone remember binding.repl ? It came before binding.irb. YARV keep trying to erase me. whats up with that Koichi-san?! => %q[https://www.youtube.com/watch?v=HZP7dKWJI9k],
|
|
682
|
+
%q!Koichi-san, what do you think of Trip? You wrote TracePoint, but what do you think of trip Koichi-san? It works on 1.8 and always did, taking advantage of green threads, no C in sight. What do you think Koichi-san?! => %!https://rubygems.org/gems/trip.rb!,
|
|
683
|
+
%q!Koichi-san, what do you think of pry-byebug... it breaks Pry, intentionally and uses Tracepoint. what do you think Mr Koichi?! => %q!dont use byebug, its anti Fry and anti everything Fry stands for, it sucks.!,
|
|
684
|
+
%q!hey matsumato at @buyvpnservice, i will never work with you, so you will you resign so i can have the job you stole from me? thanks. Koichi-san.! => %q!You are not stupid koichi, so what are you doing?!
|
|
682
685
|
}
|
|
683
686
|
command '🎧', '' do
|
|
684
687
|
args = arg_string.split(' ')
|