pry-twitter 1.32.5 → 1.32.6
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 +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -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: 31058d2098d246b80d876f6498179f12d8e662e413a8f61812e2d94c5afd9240
|
|
4
|
+
data.tar.gz: fb856a8259b20c662235d2be164ee39a26fb4c6185959e6523ea5feb2a254477
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3db2bee1acc067fa6a42f5389f014603971da6180072935f2f4337c684dbe9aa2d10fd8f604e3bf0e2935784bbea6f95cb319336cec50fed0e714d49722ce72b
|
|
7
|
+
data.tar.gz: fc99318a77696f95cdfeae21d6c25ddc17d3136209048ab2432ceb4fdf040a50aa7045f7902f80c09edf3071f5c9b52d1dccf9721e1073bf90d34d7a4887040b
|
data/CHANGELOG.md
CHANGED
|
@@ -674,7 +674,8 @@ Pry.commands.instance_eval do
|
|
|
674
674
|
%q[Thank God It's Christmas by Damo & Ivor] => %q[https://www.youtube.com/watch?v=pMT35Ktv5GI],
|
|
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
|
-
%q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw]
|
|
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
679
|
}
|
|
679
680
|
command '🎧', '' do
|
|
680
681
|
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.6
|
|
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 ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
57
|
+
#rio #svo ... 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
|
-
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
152
|
+
#svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
153
153
|
test_files: []
|