pry-twitter 1.27.31 → 1.27.32
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 +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: c4b1f33739047c9fc2ee12832fe92d7263330f6825df43e463c5c67d8accc4de
|
|
4
|
+
data.tar.gz: b3dcec185e1b6eccdf28663c5f15b0309b7db50a27c205706865b9bc5b9b5fcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c05c2b04ccaf04180a9da4717f749d6bbad2ba641602efcb4d61c3aedadd97363d0011f6531c90f3f1e70001bfaf12034f9b1d47e09110d44c0f3518e6f026c8
|
|
7
|
+
data.tar.gz: 1e1601d251b514873443659815501baa4323e0ba81e64504e70544ab0eae3c164c37c094ebaf78af8bd5b6b8efa386ddc7bb314e2cef180ade09545576024133
|
|
@@ -577,7 +577,8 @@ Pry.commands.instance_eval do
|
|
|
577
577
|
%q[Vladimir Putin Style - True Leader 2017] => %q[https://www.youtube.com/watch?v=_A4MmpJV94I],
|
|
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
|
-
%q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw]
|
|
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
582
|
}
|
|
582
583
|
command '🎧', '' do
|
|
583
584
|
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.32
|
|
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 ... An extensible Twitter client living
|
|
57
|
-
the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #ChiefKeef #TuPac ... 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: #ChiefKeef ... An extensible Twitter client living inside
|
|
145
|
-
Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #ChiefKeef #TuPac ... An extensible Twitter client living inside
|
|
145
|
+
the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|