pry-twitter 1.33.37 → 1.33.38
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 +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f9b9784b38c0d29da213f39c9c064e4d2735adb1bd4d28bbc60a10622f99da6
|
4
|
+
data.tar.gz: 061133e6dee9831aa5cdd100a3f49732c6cbcbf617f549bfb92e8ca23171addd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a703132c0391a229f956c2611874d70a5c842058dd13540dd15ff944b14edffd59dd334e9582a5d39301d0e722e276309382320b5585ab3d5581862bc54b2cb7
|
7
|
+
data.tar.gz: 2cc93b37173a3a68b326819fb885b6e9fe15754532e4d6cd93e7b66c4302368a84978dd91ddf0291fbbcd7aa2491520d20686b274e2e27320ebb63bbb5d7c6e7
|
@@ -682,7 +682,8 @@ Pry.commands.instance_eval do
|
|
682
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
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
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?!,
|
685
|
-
%q!hey @yukihiro_matz there is a brazilian with your name, stealing my job and he is vile. what will you do about it? @buyvpnservice! => %q!Leave PIA @web. Or I will make it my mission to destroy PIA
|
685
|
+
%q!hey @yukihiro_matz there is a brazilian with your name, stealing my job and he is vile. what will you do about it? @buyvpnservice! => %q!Leave PIA @web. Or I will make it my mission to destroy PIA.!,
|
686
|
+
%q!hey allen mullet.! => %q!https://www.youtube.com/watch?v=Xw-m4jEY-Ns%q!
|
686
687
|
}
|
687
688
|
command '🎧', '' do
|
688
689
|
args = arg_string.split(' ')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Pry
|
2
2
|
module SendTweet
|
3
|
-
VERSION = '1.33.
|
4
|
-
CODENAME = %q{hey Allen Mullet.
|
3
|
+
VERSION = '1.33.38'
|
4
|
+
CODENAME = %q{hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA}
|
5
5
|
end
|
6
6
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.33.
|
4
|
+
version: 1.33.38
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName: hey Allen Mullet.
|
56
|
+
description: 'CodeName: hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA
|
57
57
|
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
@@ -148,6 +148,6 @@ requirements: []
|
|
148
148
|
rubygems_version: 3.0.1
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: 'CodeName: hey Allen Mullet.
|
151
|
+
summary: 'CodeName: hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA
|
152
152
|
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
153
153
|
test_files: []
|