pry-twitter 1.32.3 → 1.32.4
Sign up to get free protection for your applications and to get access to all the features.
- 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: 7aa26003163b069428dac1c4992116098e4b55e2b6c7936b7857b7462f127da0
|
4
|
+
data.tar.gz: 0dd259109f20cf59492406c42b41392d805a26ca3414a626796cb96f448ecbb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cc16d0c6a415d19e4067fead173537ff001972fb09880717f2e4a87a70d39e845d23698e5573600483d75dc0b88443453cd1b1594b49125e1756566c2b893d8
|
7
|
+
data.tar.gz: 44661542b1d43bae19113cc441691c4c1169451852a29757b332f2769fdf960fa66fc07a0f2444d7168c85a1a4238f3cb9edaab55126ac428bffe03e162fdfba
|
data/CHANGELOG.md
CHANGED
@@ -672,7 +672,9 @@ Pry.commands.instance_eval do
|
|
672
672
|
%q[Assad's Speech at 2003 Arab League against Iraq War (Rare Speech)] => %q[https://www.youtube.com/watch?v=50NXigWwDQU],
|
673
673
|
%q['The Biggest Funeral in History' - Tehran, June 3rd 1989] => %q[https://www.youtube.com/watch?v=Z-gMpl_HIRo],
|
674
674
|
%q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI],
|
675
|
-
%q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc]
|
675
|
+
%q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc],
|
676
|
+
%q[Devlin - They don't know (featuring Ghetts)] => %q[https://www.youtube.com/watch?v=K0l4429EGyw],
|
677
|
+
%q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw]
|
676
678
|
}
|
677
679
|
command '🎧', '' do
|
678
680
|
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.32.
|
4
|
+
version: 1.32.4
|
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: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc
|
57
|
-
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx
|
57
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -147,6 +147,6 @@ requirements: []
|
|
147
147
|
rubygems_version: 3.0.1
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
|
-
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc ...
|
151
|
-
extensible Twitter client living inside the Fry and Pry REPLs.'
|
150
|
+
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx ...
|
151
|
+
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
152
152
|
test_files: []
|