pry-twitter 1.24.5 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- 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: ebb0d44434d63fc27b72d6d12955f3b1c7acb2df2dba3c9f2bfb5a347ef4f9b6
|
4
|
+
data.tar.gz: aef687badc1e4a49f8d55c122c5eaad5af2ea26c76385aca8e1ab0bafd070776
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a27f8030909f8f8869ebcd27f11c3d3e78eff35a77c1f0212d5e0b77e3a5bc09a7adfec5325ec4df383947853b3474b204659f302f95dfbfe8caf8c11bda98e7
|
7
|
+
data.tar.gz: 3f73c4b5e4e62d7516740265ffb1195883e7b32bf6d7635af0dc201543d70dbb4aef8525b0d7d66a1a8426378eefca7d3430a73d9095679fb8a2afcce361ca17
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
## v1.
|
3
|
+
## v1.25.0+
|
4
|
+
|
5
|
+
- #LionOfJudah. If you think im crazy, youre out of your league and should stop playing before
|
6
|
+
you get seriously hurt. This is a religious issue. Don´t play with us. Thank you.
|
7
|
+
|
8
|
+
## v1.24.1+ (Never feel like you need proof, when you are the proof. #MeToo)
|
4
9
|
|
5
10
|
- Sober, and ready to tell the truth on your dirty family.
|
6
11
|
|
@@ -550,7 +550,8 @@ Pry.commands.instance_eval do
|
|
550
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
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
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]
|
553
|
+
%q[I am banned from visiting Iran and I accept that.] => %q[https://www.youtube.com/watch?v=X-idP23bHCg],
|
554
|
+
%q[Pow Wow - Le Lion est mort ce soir (Doumëa Remix)] => %q[https://www.youtube.com/watch?v=8yYHUmx_jDM]
|
554
555
|
}
|
555
556
|
command '🎧', '' do
|
556
557
|
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.25.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: #LionOfJudah ... 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: []
|
@@ -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: #LionOfJudah ... An extensible Twitter client living inside the
|
145
|
+
Fry and Pry REPLs.'
|
146
146
|
test_files: []
|