pry-twitter 1.23.3 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +8 -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: 8b4140c568ef7e8819c15f6366f48ccd5fe9be7f3b4fa568be17c736d12012d9
|
|
4
|
+
data.tar.gz: '080dba29038f97ea2844d15addc0146afc5df52ff8f0333841508046b447455f'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6572ea334980891378200c6c97b6ef49476a0049bfea46a8e6bcc138ac23ea5aef1224b84e61d9084934a387e4e9e836042b90fc88266862c6e6cdb1055cc7d7
|
|
7
|
+
data.tar.gz: fee80951b50d4d758ec5f4abed3c88cdba1e32fd306bc6aed8a72c573369b1c64d620426547bc53902ea8c8fb543c94d7089deb7550581bf23a31b3fe0642236
|
data/CHANGELOG.md
CHANGED
|
@@ -543,7 +543,14 @@ Pry.commands.instance_eval do
|
|
|
543
543
|
%q[El Gringo] => %q[https://www.youtube.com/watch?v=tUYGzZ0tQpA],
|
|
544
544
|
%q[Allen Mullet (Not a Gleeson)] => %q[https://www.youtube.com/watch?v=YWyHZNBz6FE],
|
|
545
545
|
%q[Anne Mullet, know this, for the future is being told.] => %q[https://www.youtube.com/watch?v=SAUDWVuOUq0],
|
|
546
|
-
%q[The united states and brazil are states fundamentally built on racism, and this song says it all. Cook this, bitch.] => %q[https://www.youtube.com/watch?v=UePtoxDhJSw]
|
|
546
|
+
%q[The united states and brazil are states fundamentally built on racism, and this song says it all. Cook this, bitch.] => %q[https://www.youtube.com/watch?v=UePtoxDhJSw],
|
|
547
|
+
%q[I have art to share, my Pakistani friends fixing my computer had their shop defaced with islamphobic slurs. I will share at the right moment. Modern day anti semitism.] => %q[https://www.youtube.com/watch?v=BlefKmy5DgI],
|
|
548
|
+
%q[Dear Elizabeth, the Islamic way teaches us to always respect the mother and father, i never had a father but i had a mother] => %q[https://www.youtube.com/watch?v=Mb1ZvUDvLDY],
|
|
549
|
+
%q[I met what appeared to be a homeless Pakistan man tonight, we exchanged gifts, i gave him a church and he gave me a coin, number 5 coin] => %q[https://www.youtube.com/watch?v=w181DV4iLhU],
|
|
550
|
+
%q[The most beautiful song of love to Tupac Gangs of Mafia 2 pac - Snakes & Fake] => %q[https://www.youtube.com/watch?v=Hl1FglvgClg],
|
|
551
|
+
%q[A chess board has black and white squares, we´re very good at games of strategy. Ayatollah s too.] => %q[https://www.youtube.com/watch?v=O1Jg1azdevY],
|
|
552
|
+
%q[Chief Keef - Colors (Official Screen Lyrics)] => %q[https://www.youtube.com/watch?v=PvsC5ijT70A],
|
|
553
|
+
%q[I am banned from visiting Iran and I accept that.] => %q[https://www.youtube.com/watch?v=X-idP23bHCg]
|
|
547
554
|
}
|
|
548
555
|
command '🎧', '' do
|
|
549
556
|
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.
|
|
4
|
+
version: 1.24.0
|
|
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: #GiftOfLove #From #Iran ... An extensible Twitter client living
|
|
57
|
+
inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -141,6 +141,6 @@ requirements: []
|
|
|
141
141
|
rubygems_version: 3.0.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: 'CodeName: #
|
|
145
|
-
|
|
144
|
+
summary: 'CodeName: #GiftOfLove #From #Iran ... An extensible Twitter client living
|
|
145
|
+
inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|