pry-twitter 1.27.51 → 1.27.52
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 +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 930cc964048d5598b3b659a44d32b456704e91875f9c46ba3431ad48ec49cdfa
|
4
|
+
data.tar.gz: e1b83adadfcb46ffd2840b704528d61d8afc12400c31d4e591d927f259dcfd1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f6460f5ed1d1259f1ba471b310428e7a48188686cc4b23d7b6077bc1c53274a2363999676b886b13731f8776cbb6e0b5cc959a5083b4ccab5ba01d3d45c1012
|
7
|
+
data.tar.gz: ca5f56ec3a664659d0f3fa7a53e644784cf9d2ef9f1df3da9da73b1f3920aa6d191c3129161d55dbede635eb914823b2d2336c8e980ea8063992e616d98d4e9e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
## v1.27.31+ (#Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
3
|
+
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
4
4
|
|
5
5
|
- Add Art
|
6
6
|
|
@@ -606,7 +606,9 @@ Pry.commands.instance_eval do
|
|
606
606
|
%q[Goldeneye Lyric Video - Song By Tina Turner] => %q[https://www.youtube.com/watch?v=jkbMkRxA5Iw],
|
607
607
|
%q(DEVLIN - MARCHING THROUGH THE FOG [OFFICIAL VIDEO]) => %q[https://www.youtube.com/watch?v=6vicc9ZEDx0],
|
608
608
|
%q(Vinnie Paz - You can't be neutral on a moving train lyrics) => %q[https://www.youtube.com/watch?v=NN35eJQ27c4],
|
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]
|
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
|
+
%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]
|
610
612
|
}
|
611
613
|
command '🎧', '' do
|
612
614
|
args = arg_string.split(' ')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Pry
|
2
2
|
module SendTweet
|
3
|
-
VERSION = '1.27.
|
4
|
-
CODENAME = %q{#Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
3
|
+
VERSION = '1.27.52'
|
4
|
+
CODENAME = %q{#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley}
|
5
5
|
end
|
6
6
|
end
|
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.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,9 +53,10 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName: #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain
|
57
|
-
#FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
58
|
-
#1root #marley ... An extensible Twitter client living inside the Fry and Pry
|
56
|
+
description: 'CodeName: #Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain
|
57
|
+
#AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
58
|
+
#ldn #1root #marley ... An extensible Twitter client living inside the Fry and Pry
|
59
|
+
REPLs.'
|
59
60
|
email: trebor.macg8@protonmail.com
|
60
61
|
executables: []
|
61
62
|
extensions: []
|
@@ -144,7 +145,8 @@ requirements: []
|
|
144
145
|
rubygems_version: 3.0.1
|
145
146
|
signing_key:
|
146
147
|
specification_version: 4
|
147
|
-
summary: 'CodeName: #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain
|
148
|
-
#ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
149
|
-
... An extensible Twitter client living inside the Fry and Pry
|
148
|
+
summary: 'CodeName: #Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain
|
149
|
+
#AltJ #FreeBSD #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle
|
150
|
+
#ldn #1root #marley ... An extensible Twitter client living inside the Fry and Pry
|
151
|
+
REPLs.'
|
150
152
|
test_files: []
|