pry-twitter 1.27.468 → 1.28.0
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 +5 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +6 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d96c67917506ca238334cc0961b20273f6c2f5d2905cd0aac5721b4c69c35598
|
|
4
|
+
data.tar.gz: 507aee66137e20c12f4eaaaae9240b2fab0f0119a9bb08dc7ce342ee335cb67f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '06381b4b4d79380eeaf3d6d3c71953cdf74843598c09576b7104153f8636880772ba563c12fe0b6f281e57dd8d12dd456945e4a6201e62aff866f55188d1c748'
|
|
7
|
+
data.tar.gz: aff4564c048a180b5c39955286c6003d7c04b099806c37676cb2faa11f9932568fe049863b068539a703cc0839a120d3a28b1ef01184f35821c04497de5903e7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.
|
|
3
|
+
## v1.28.0+ (#Matilda #PrincessDiana)
|
|
4
|
+
|
|
5
|
+
- Change code name for v1.28 series to '#Matilda #PrincessDiana'.
|
|
6
|
+
|
|
7
|
+
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
4
8
|
|
|
5
9
|
- Add Art
|
|
6
10
|
|
|
@@ -603,7 +603,12 @@ Pry.commands.instance_eval do
|
|
|
603
603
|
%q[Alt-J (∆) - Taro] => %q[https://www.youtube.com/watch?v=S3fTw_D3l10],
|
|
604
604
|
%q[Nirvana - Smells Like Teen Spirit] => %q[https://www.youtube.com/watch?v=hTWKbfoikeg],
|
|
605
605
|
%q(Goldeneye tank chase [HD]) => %q[https://www.youtube.com/watch?v=yy-MKdRwhHs],
|
|
606
|
-
%q[Goldeneye Lyric Video - Song By Tina Turner] => %q[https://www.youtube.com/watch?v=jkbMkRxA5Iw]
|
|
606
|
+
%q[Goldeneye Lyric Video - Song By Tina Turner] => %q[https://www.youtube.com/watch?v=jkbMkRxA5Iw],
|
|
607
|
+
%q(DEVLIN - MARCHING THROUGH THE FOG [OFFICIAL VIDEO]) => %q[https://www.youtube.com/watch?v=6vicc9ZEDx0],
|
|
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],
|
|
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]
|
|
607
612
|
}
|
|
608
613
|
command '🎧', '' do
|
|
609
614
|
args = arg_string.split(' ')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.
|
|
4
|
-
CODENAME = %q{#
|
|
3
|
+
VERSION = '1.28.0'
|
|
4
|
+
CODENAME = %q{#Matilda #PrincessDiana}
|
|
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.
|
|
4
|
+
version: 1.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #
|
|
57
|
-
|
|
58
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #Matilda #PrincessDiana ... An extensible Twitter client living
|
|
57
|
+
inside the Fry and Pry REPLs.'
|
|
59
58
|
email: trebor.macg8@protonmail.com
|
|
60
59
|
executables: []
|
|
61
60
|
extensions: []
|
|
@@ -144,7 +143,6 @@ requirements: []
|
|
|
144
143
|
rubygems_version: 3.0.1
|
|
145
144
|
signing_key:
|
|
146
145
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: #
|
|
148
|
-
|
|
149
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: #Matilda #PrincessDiana ... An extensible Twitter client living
|
|
147
|
+
inside the Fry and Pry REPLs.'
|
|
150
148
|
test_files: []
|