pry-twitter 1.33.38 → 1.33.39
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 +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e61482b03d38682edda56f8c73a6930c01e950ad4fe708a0fc00f59cc75e7280
|
4
|
+
data.tar.gz: 5b4ce0b74ac3adf9c590e880131a0e22ce19937046b834577dae52e0cde1e3a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d49bf021e98d6c6a3458b568637cb00c08e43129980d598a5fba38d9f01d2f1167712fceee7d68d6e94e40d982436a304016a0a0d6b4fa69ca36587e5b7886a9
|
7
|
+
data.tar.gz: de69c4820f883c0f27a675c94ef2291512e558ffe44a313c9f500312b5ef5ce81e41586ec3fbe26aefdc981da0bf1349d0154ba9062259ad60fd9a4302d05cfa
|
@@ -683,7 +683,8 @@ Pry.commands.instance_eval do
|
|
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
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
|
+
%q!hey allen mullet.! => %q!https://www.youtube.com/watch?v=Xw-m4jEY-Ns%q!,
|
687
|
+
%q!The difference between me and allen is that i called barackobama a nigger not because i hate him but because i love him, and the reason this situation exists is not because obama hates me, but beause we share love, and we are unified, across the USA, in our hate for allen gleeson.%q! => %q!No mercy for evil fools.%q!
|
687
688
|
}
|
688
689
|
command '🎧', '' do
|
689
690
|
args = arg_string.split(' ')
|
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.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,8 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName:
|
57
|
-
|
56
|
+
description: 'CodeName: #TruthBomb ... An extensible Twitter client living inside
|
57
|
+
the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -148,6 +148,6 @@ requirements: []
|
|
148
148
|
rubygems_version: 3.0.1
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: 'CodeName:
|
152
|
-
|
151
|
+
summary: 'CodeName: #TruthBomb ... An extensible Twitter client living inside the
|
152
|
+
Fry and Pry REPLs.'
|
153
153
|
test_files: []
|