pry-twitter 1.28.19 → 1.28.21
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/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: 3793597d9236a9b1b208f653a7930c73ecd5c27eb7170287aa97fc72f9b90745
|
|
4
|
+
data.tar.gz: 47ca321319d376dbcb72fb15813317b1834e44d7fee8976376313eb2314fa1c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb69ea8f43e3dfbd0728d06978d4444727a49ccb38b37b2248dd54cf0798de89020468c89e931620e2b13582914920c1382872ecc98a7bc1f298abcebb8c6968
|
|
7
|
+
data.tar.gz: 56291ab9fe22c3866c323fbb38915670ed84433c8ae92b581abc36c70aae64327e45c887442734c9455f5b8a551c0c96dcb2b89e8c2ba314673cf528c3c06446
|
|
@@ -636,7 +636,9 @@ Pry.commands.instance_eval do
|
|
|
636
636
|
%q[Devlin - Blow Your Mind feat. Maverick Sabre (Official Music Video)] => %q[https://www.youtube.com/watch?v=_1Gu4Tg9vLs],
|
|
637
637
|
%q[WarGames (7/11) Movie CLIP - DEFCON 1 (1983) HD] => %q[https://www.youtube.com/watch?v=9RRGvAB4HF8],
|
|
638
638
|
%q[Legends Of Emotional Hardstyle 2017] => %q[https://www.youtube.com/watch?v=_6q5jEGK_so],
|
|
639
|
-
%q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE]
|
|
639
|
+
%q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE],
|
|
640
|
+
%q[Last night] => %q[],
|
|
641
|
+
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE]
|
|
640
642
|
command '🎧', '' do
|
|
641
643
|
args = arg_string.split(' ')
|
|
642
644
|
no_dups = DISCO_BISCUITS.uniq
|
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.28.
|
|
4
|
+
version: 1.28.21
|
|
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: #jetplane ... An
|
|
57
|
-
Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside ... An
|
|
57
|
+
extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -143,6 +143,6 @@ requirements: []
|
|
|
143
143
|
rubygems_version: 3.0.1
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: #jetplane ... An extensible
|
|
147
|
-
and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside ... An extensible
|
|
147
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
148
148
|
test_files: []
|