pry-send_tweet.rb 1.19.8 → 1.19.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -2
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 151cf2fe0525de7d942e3b32e24bb0dff4258fc75af153710e45f29135da04f8
|
4
|
+
data.tar.gz: 62883519c9a6672a37e06f69c4bdbea467409385ef2de8917c2ff7c23970bda6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2adcd96f3233a576eeb58339e975aa79e73238914740ede0ab18f048d549aef8789087ea4e89be5d5c66cac2f4433cc7cd0441a3cd2f09cfe89539dedf70cd34
|
7
|
+
data.tar.gz: 1c6aa20b00560bed28d61b098d4dc1f5e4b38465e97354024a4f6c4e35919388e0fffd74b684f03906c0a9726423b6b472ce45761ec7ed04919eb993c5a0ae4c
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
##
|
3
|
+
## v1.19.10 (@dexy86385930 @ellagleeson2 @AllenGleeson @IanGleeson)
|
4
4
|
|
5
|
-
*
|
5
|
+
* You talk hot shit on the internet boy. I'm the original. I was dropping pills
|
6
|
+
when you couldn't walk. I'm going to kill your "dad" too.
|
7
|
+
|
8
|
+
## v1.19.9 (#MAGA #Trump2020)
|
9
|
+
|
10
|
+
* Add disco biscuit(s).
|
11
|
+
|
12
|
+
## v1.19.8 (#MAGA #Trump2020)
|
13
|
+
|
14
|
+
* Add disco biscuit(s).
|
6
15
|
|
7
16
|
## v1.19.7 (#MAGA #Trump2020)
|
8
17
|
|
@@ -507,7 +507,9 @@ Pry.commands.instance_eval do
|
|
507
507
|
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
508
508
|
'The Prodigy - No Good (Start The Dance) (Official Video)' => 'https://www.youtube.com/watch?v=svJvT6ruolA',
|
509
509
|
%q[I am under an illegal wiretap by the USA government, they steal my ideas and 0day ] +
|
510
|
-
%q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk'
|
510
|
+
%q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
|
511
|
+
%q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
|
512
|
+
%q|@AllenGleeson @IanGleeson @dexy8638593 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|
|
511
513
|
}
|
512
514
|
command '🎧', '' do
|
513
515
|
args = arg_string.split(' ')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry-send_tweet.rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.19.
|
4
|
+
version: 1.19.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pry developers
|
@@ -54,8 +54,8 @@ dependencies:
|
|
54
54
|
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '1.4'
|
57
|
-
description: 'Codename:
|
58
|
-
the Pry and Fry REPLs.'
|
57
|
+
description: 'Codename: @AllenGleeson @IanGleeson @dexy8638593 @ellagleeson2 .. An
|
58
|
+
extensible Twitter client living inside the Pry and Fry REPLs.'
|
59
59
|
email: trebor.g@protonmail.com
|
60
60
|
executables: []
|
61
61
|
extensions: []
|
@@ -131,6 +131,6 @@ rubyforge_project:
|
|
131
131
|
rubygems_version: 2.7.8
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
|
-
summary: 'Codename:
|
135
|
-
the Pry and Fry REPLs.'
|
134
|
+
summary: 'Codename: @AllenGleeson @IanGleeson @dexy8638593 @ellagleeson2 .. An extensible
|
135
|
+
Twitter client living inside the Pry and Fry REPLs.'
|
136
136
|
test_files: []
|