pry-twitter 1.28.7 → 1.28.8
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 +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad5b357866d33bc8bac8f6bc5bace62ca0df5a515daebb72eaabb7dde77d641f
|
|
4
|
+
data.tar.gz: efc484f3c5b85973b913b180fe6c93630aadb02082d22fd7b6b826ae28f4d524
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f7d56ec05d0df6c17e4379088db38894eb709990c881288f6791fd968c7835cd9311f944b67cce9e3e5d147e446b4bb91100d340b4a6bcc005ee35a68852d3e
|
|
7
|
+
data.tar.gz: 11a469a56f7538caa60223e0055727da54347ebacf62b88fa6fcd7aa83ac1db792f6462752b137ea6e29066c014af815a6e9e4c774a9fc51c855beca2f3c2f4b
|
|
@@ -619,7 +619,8 @@ Pry.commands.instance_eval do
|
|
|
619
619
|
%q[MIXTAPE PalmTherapy x Anthony Keyrouz /LIVE from LEBANON/] => %q[https://www.youtube.com/watch?v=9bf2vh9kQ84],
|
|
620
620
|
%q{LEWI WHITE - YOUNG GUNS (FT. DEVLIN, ED SHEERAN, YASMIN, GRIMINAL) [OFFICIAL MUSIC VIDEO - HD]} => %q[https://www.youtube.com/watch?v=UIsDhcu7HIo],
|
|
621
621
|
%q[Tool - Forty Six and two] => %q[https://www.youtube.com/watch?v=f8aT9oRp95A],
|
|
622
|
-
%q[@kyrylosilin Rocky Balboa Tribute] => %q[https://www.youtube.com/watch?v=I_RDr4PFwSo]
|
|
622
|
+
%q[@kyrylosilin Rocky Balboa Tribute] => %q[https://www.youtube.com/watch?v=I_RDr4PFwSo],
|
|
623
|
+
%q[@kyrylosilin heart of gold] => %q[https://www.youtube.com/watch?v=6OrofA5U-lY]
|
|
623
624
|
}
|
|
624
625
|
command '🎧', '' do
|
|
625
626
|
args = arg_string.split(' ')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.28.
|
|
4
|
-
CODENAME = %q{#Dia #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #PrincessDiana #fiftygrand #BreakingBad}
|
|
3
|
+
VERSION = '1.28.8'
|
|
4
|
+
CODENAME = %q{#Bom #Dia @kyrylosilin #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #PrincessDiana #fiftygrand #BreakingBad}
|
|
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.28.
|
|
4
|
+
version: 1.28.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,9 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #Dia #Leiden #EinsteinBar #Matilda #Manila
|
|
57
|
-
#fiftygrand #BreakingBad ... An extensible Twitter
|
|
58
|
-
and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #Bom #Dia @kyrylosilin #Leiden #EinsteinBar #Matilda #Manila
|
|
57
|
+
#kharkiv #ldn #PrincessDiana #fiftygrand #BreakingBad ... An extensible Twitter
|
|
58
|
+
client living inside the Fry and Pry REPLs.'
|
|
59
59
|
email: trebor.macg8@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -144,7 +144,7 @@ requirements: []
|
|
|
144
144
|
rubygems_version: 3.0.1
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
|
-
summary: 'CodeName: #Dia #Leiden #EinsteinBar #Matilda #Manila #kharkiv
|
|
148
|
-
#fiftygrand #BreakingBad ... An extensible Twitter client living
|
|
149
|
-
and Pry REPLs.'
|
|
147
|
+
summary: 'CodeName: #Bom #Dia @kyrylosilin #Leiden #EinsteinBar #Matilda #Manila #kharkiv
|
|
148
|
+
#ldn #PrincessDiana #fiftygrand #BreakingBad ... An extensible Twitter client living
|
|
149
|
+
inside the Fry and Pry REPLs.'
|
|
150
150
|
test_files: []
|