pry-twitter 1.31.1 → 1.31.2
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 +4 -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: 2a925ec55951900d5bd3b305a75008af1427169824f87fb78e64d7d5b360ce71
|
4
|
+
data.tar.gz: afe4740334cd6268be607632900006c9d2557ae20dd69658f7aae4e17a8ad47f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9671adfa4a0c74b307839178a4bc63d7275309568a4308c634afc14a052c30964b7104d3d1fb633a377dde0b31d1c8cd28f571f7a366eb343d2a7240087825d7
|
7
|
+
data.tar.gz: 462296f3c8d0fa8328413b5094a477d4aab104cf92bb1cf26df5eca83d1d49b6725eac940dbf3ec026e8810811b73f6e6afa597209785ceeb5455955156c4983
|
@@ -649,7 +649,10 @@ Pry.commands.instance_eval do
|
|
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
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
|
+
%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],
|
653
|
+
%q[Vasyl Lomachenko - The Artist] => %q[https://www.youtube.com/watch?v=ZHAe-SaplCw],
|
654
|
+
%q[Devlin - Cold Blooded] => %q[https://www.youtube.com/watch?v=TM_AglYnbKM],
|
655
|
+
%q[Devlin - Heat Up] => %q[https://www.youtube.com/watch?v=jGdk6EP5qvM]
|
653
656
|
}
|
654
657
|
command '🎧', '' do
|
655
658
|
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.2
|
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
|
-
|
56
|
+
description: 'CodeName: #Emanuela ... An extensible Twitter client living inside the
|
57
|
+
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
|
-
|
147
|
+
summary: 'CodeName: #Emanuela ... An extensible Twitter client living inside the Fry
|
148
|
+
and Pry REPLs.'
|
149
149
|
test_files: []
|