pry-twitter 1.27.34 → 1.27.35
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 +1 -1
- 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: 2470519a90db762543f3c6efa71b476ef989aa640537097c983553255a84db40
|
|
4
|
+
data.tar.gz: bc25a0baf36511c9b39d3c35671c472bf5f148b3b1f18ff515da5f6615a5ede1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8ecf97e0a16cb018e0ebdd9cc1ab443f4089d30badc0650c8ce257c0dc95c4f1cf797a54bf889cab5a4dbe5b690507084c3d50d10c1b6612fdf8a35d76e3ad3
|
|
7
|
+
data.tar.gz: 233302458c4352f958bfb68c5cabbaa89a918c5a7bd49e38e183b8ab5008ac83ed964475cd0bbe31ddbe1fc47bcb983b3308ef8532b76b7f15f07af8f402f194
|
data/CHANGELOG.md
CHANGED
|
@@ -584,7 +584,9 @@ Pry.commands.instance_eval do
|
|
|
584
584
|
%q[Chief Keef - I Don't Like (feat.) Lil Reese (Explicit)] => %q[https://www.youtube.com/watch?v=FCesTBJFBwE],
|
|
585
585
|
%q(KILLSHOT [Official Audio]) => %q[https://www.youtube.com/watch?v=FxQTY-W6GIo],
|
|
586
586
|
%q(6IX9INE "Billy" (WSHH Exclusive - Official Music Video)) => %q(https://www.youtube.com/watch?v=LJjsm6CVsG8),
|
|
587
|
-
%q(Fort Minor - "Remember The Name" (Lyric Video)) => %q(https://www.youtube.com/watch?v=bbPNVEB8O7E)
|
|
587
|
+
%q(Fort Minor - "Remember The Name" (Lyric Video)) => %q(https://www.youtube.com/watch?v=bbPNVEB8O7E),
|
|
588
|
+
%q(Stevie Sparkle The Wedding Planner | Damo & Ivor | Mondays 10.00pm | RTÉ2) => %q(https://www.youtube.com/watch?v=cc1uFE-9SAM),
|
|
589
|
+
%q(Devlin - London City Part II) => %q(https://www.youtube.com/watch?v=sMI8efVEYeM)
|
|
588
590
|
}
|
|
589
591
|
command '🎧', '' do
|
|
590
592
|
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.27.
|
|
4
|
+
version: 1.27.35
|
|
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: #ChiefKeef #TuPac #Eminem #KillShot #Billy #sdot
|
|
57
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy #sdot #sparkle
|
|
57
|
+
#ldn ... An extensible Twitter client living 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: #ChiefKeef #TuPac #Eminem #KillShot #Billy #sdot
|
|
145
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy #sdot #sparkle #ldn
|
|
145
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|