pry-twitter 1.27.32 → 1.27.33
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 +2 -2
- data/lib/pry/send_tweet/commands/easter_eggs.rb +6 -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: 8281822a0babd7d72c37cef589f76040fa70a0243ab8e71a4252beaea0052449
|
|
4
|
+
data.tar.gz: 2f2b164edc31856ba6dc383c1ee8028350242c784797bd3aa7d417571d0b31da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e6f95b174cd940ee521eb75bbab58099037a91fbed3bba96f554d3ad0b929640d43cf6ba5a95bfa347e527d33939c4cf7569bc101419d2ca84d7d438680935c
|
|
7
|
+
data.tar.gz: b028eea107e67d0f3084e32b4fab5ebd79c92a9b65ce7dae57a149ddea12eee539f2cf4668e32995ce5446a97731c4d03c99ad3571fd5af4a35530bf05e5b4f2
|
data/CHANGELOG.md
CHANGED
|
@@ -578,7 +578,12 @@ Pry.commands.instance_eval do
|
|
|
578
578
|
%q[Portugal the man : Modern Jesus (version acoustique HD)] => %q[https://www.youtube.com/watch?v=u5cxod7p_ug],
|
|
579
579
|
%q[Eminem - Like Toy Soldiers] => %q[https://www.youtube.com/watch?v=lexLAjh8fPA],
|
|
580
580
|
%q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw],
|
|
581
|
-
%q[Tupac - Krazy (HQ)] => %q[https://www.youtube.com/watch?v=30Irj4b4uzo]
|
|
581
|
+
%q[Tupac - Krazy (HQ)] => %q[https://www.youtube.com/watch?v=30Irj4b4uzo],
|
|
582
|
+
%q[2pac- It Ain't Easy] => %q[https://www.youtube.com/watch?v=PMgkIqaVDCU],
|
|
583
|
+
%q[Damo & Ivor LIVE in The Academy 21st January] => %q[https://www.youtube.com/watch?v=XzTAUWVaMXg],
|
|
584
|
+
%q[Chief Keef - I Don't Like (feat.) Lil Reese (Explicit)] => %q[https://www.youtube.com/watch?v=FCesTBJFBwE],
|
|
585
|
+
%q(KILLSHOT [Official Audio]) => %q[https://www.youtube.com/watch?v=FxQTY-W6GIo],
|
|
586
|
+
%q(6IX9INE "Billy" (WSHH Exclusive - Official Music Video)) => %q(https://www.youtube.com/watch?v=LJjsm6CVsG8)
|
|
582
587
|
}
|
|
583
588
|
command '🎧', '' do
|
|
584
589
|
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.33
|
|
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 ... An extensible
|
|
57
|
-
inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy ... An extensible
|
|
57
|
+
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 ... An extensible Twitter
|
|
145
|
-
the Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #ChiefKeef #TuPac #Eminem #KillShot #Billy ... An extensible Twitter
|
|
145
|
+
client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|