pry-twitter 1.32.6 → 1.32.7
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 +4 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 835eb12cc48dd0b8ba54ccd54134dcd779d252866bde179c381ae47378292a28
|
|
4
|
+
data.tar.gz: 2c18e7f25619f41f4cffd820121927ef5e39db1cb781a68dc42eb903f1a729e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f92d88c4f6adf66602a07877866460ef35dae909465aa9f86df87295353bc4022d5bb09a0a09b6c59bed8592f5fcbc65bded04fcfd577489b1ff7e8881d490d
|
|
7
|
+
data.tar.gz: 126f2191d99e21f1a851e9556da694375372aaed8d6cabec43cee6c94d1db24c5f630396035fd27c6f148049d936da0cd66def8f82e3f0554d35392b49ddfdc0
|
|
@@ -675,7 +675,10 @@ Pry.commands.instance_eval do
|
|
|
675
675
|
%q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc],
|
|
676
676
|
%q[Devlin - They don't know (featuring Ghetts)] => %q[https://www.youtube.com/watch?v=K0l4429EGyw],
|
|
677
677
|
%q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw],
|
|
678
|
-
%q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I]
|
|
678
|
+
%q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I],
|
|
679
|
+
%q[Ghetto and Devlin back to back] => %q[https://www.youtube.com/watch?v=S5kae6Ap9bU],
|
|
680
|
+
%q!Portugal. The Man - Noise Pollution (Version A, Vocal Up Mix 1.3) [Official Music Video]! => %q[https://www.youtube.com/watch?v=kOts-yZsu8A],
|
|
681
|
+
%q!Anyone remember binding.repl ? It came before binding.irb. YARV keep trying to erase me. whats up with that Koichi-san?! => %q[https://www.youtube.com/watch?v=HZP7dKWJI9k]
|
|
679
682
|
}
|
|
680
683
|
command '🎧', '' do
|
|
681
684
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
56
|
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx
|
|
57
|
-
#rio #svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
57
|
+
#rio #svo @_ko1 ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -149,5 +149,5 @@ rubygems_version: 3.0.1
|
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio
|
|
152
|
-
#svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
152
|
+
#svo @_ko1 ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
153
153
|
test_files: []
|