pry-twitter 1.28.0 → 1.28.2
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 +2 -2
- 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: 29a37948e45bec9a076ff1d9166e174108fea47ce3e201069a06360060b60726
|
|
4
|
+
data.tar.gz: c3c2174991a8653c166fb282c3ffbc4f70d79a9c6cbc813cbd6d0b8568f0ac12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f440872ce1ee3f33efd882c33864c597f1d76c0642d572a29be7aaa145172cc4a4ae46d51a37e4f5ad8f6e5592c2d858d0594a79fa9e12748690cd032aad6d3
|
|
7
|
+
data.tar.gz: da2d274f25cfb0f76afc4d498777458fc2353483125325068998141a5c6d871a5ebe42d8167560ed5cfe387646651336bc22e4ee410e848842325c9db5b8d358
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.28.0+ (#Matilda #PrincessDiana)
|
|
3
|
+
## v1.28.0+ (#Matilda #PrincessDiana #fiftygrand #BreakingBad)
|
|
4
4
|
|
|
5
|
-
- Change code name for v1.28 series to '#Matilda #PrincessDiana'.
|
|
5
|
+
- Change code name for v1.28 series to '#Matilda #PrincessDiana #fiftygrand #BreakingBad'.
|
|
6
6
|
|
|
7
7
|
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
8
8
|
|
|
@@ -608,7 +608,9 @@ Pry.commands.instance_eval do
|
|
|
608
608
|
%q(Vinnie Paz - You can't be neutral on a moving train lyrics) => %q[https://www.youtube.com/watch?v=NN35eJQ27c4],
|
|
609
609
|
%q[9/11 Howard Dean Muses Bush Had Prior Knowledge ..... George Says Its Time For Politics] => %q[https://www.youtube.com/watch?v=AJEdjZDDODs],
|
|
610
610
|
%q[Devlin - Shot Music ft. Giggs] => %q[https://www.youtube.com/watch?v=f7yYpFsz4EU],
|
|
611
|
-
%q[Alt-J (∆) - Matilda] => %q[https://www.youtube.com/watch?v=qbvgfEaC6GM]
|
|
611
|
+
%q[Alt-J (∆) - Matilda] => %q[https://www.youtube.com/watch?v=qbvgfEaC6GM],
|
|
612
|
+
%q[Devlin - 50 Grand ft. Skepta] => %q[https://www.youtube.com/watch?v=C81FqB1zbQU],
|
|
613
|
+
%q[Breaking Bad - Walt and Jesse say goodbye ("Say Something" music video)] => %q[https://www.youtube.com/watch?v=32oq4PLFg9A]
|
|
612
614
|
}
|
|
613
615
|
command '🎧', '' do
|
|
614
616
|
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.28.
|
|
4
|
+
version: 1.28.2
|
|
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: #Matilda #PrincessDiana ... An extensible
|
|
57
|
-
inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #Matilda #PrincessDiana #fiftygrand #BreakingBad ... An extensible
|
|
57
|
+
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: #Matilda #PrincessDiana ... An extensible
|
|
147
|
-
inside the Fry and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: #Matilda #PrincessDiana #fiftygrand #BreakingBad ... An extensible
|
|
147
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
148
148
|
test_files: []
|