pry-twitter 1.31.0 → 1.31.1
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: c45e3e782f3a550631b129eb8e485c9d8f9fd83f530cb4a076d420af8f225626
|
4
|
+
data.tar.gz: 2554117ea38c714fc1f4c51d83c5323c9e9a934401e4883a928a3e6675420a34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a97ef2ae1116b2e4aea649fc704707554c0f1d3c1bdc911c197d7bd5f67c79d84c2a09424efd45af40e215ffe3b4ccd270e7651e23f9caec3fd6af4a5fcdd6b8
|
7
|
+
data.tar.gz: a710d1b391c134a388172c37cf5b4478e3eef292ae7720a8394fe238f66fd1854871e14764a2350b12ee03996cc2c1ff150457c2da04230173aadfe1ffb8dd41
|
@@ -648,7 +648,8 @@ Pry.commands.instance_eval do
|
|
648
648
|
%q[Imam Khomeini's gifts to his Christian neighbours for Christmas - ENG Subs] => %q[https://www.youtube.com/watch?v=h5mWhSVz4iU],
|
649
649
|
%q[latin] => %q[https://youtu.be/zm5zLAtpLTA],
|
650
650
|
%q[PROCESSING 95% bandicam 2019 02 28 05 42 54 278] => %q[https://youtu.be/7oK6qeUm85Y],
|
651
|
-
%q[Emanuela. Listen.] => %q[https://youtu.be/oLkKZ7gTG5Y]
|
651
|
+
%q[Emanuela. Listen.] => %q[https://youtu.be/oLkKZ7gTG5Y],
|
652
|
+
%q[The Mullets (which consists of William, Anne, Ian, Allen, Mark, Ella, Emily) will face the same humilation and torture you inflicted on the people i love. i told you i would destroy your family.] => %q[https://www.youtube.com/watch?v=-q6o2e0U85w]
|
652
653
|
}
|
653
654
|
command '🎧', '' do
|
654
655
|
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.31.
|
4
|
+
version: 1.31.1
|
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: #Emanuela
|
57
|
-
Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #Emanuela My Last Message to William and his family, theyre
|
57
|
+
not mine ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -144,6 +144,6 @@ requirements: []
|
|
144
144
|
rubygems_version: 3.0.1
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
|
-
summary: 'CodeName: #Emanuela
|
148
|
-
and Pry REPLs.'
|
147
|
+
summary: 'CodeName: #Emanuela My Last Message to William and his family, theyre not
|
148
|
+
mine ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
149
149
|
test_files: []
|