pry-twitter 1.22.13 → 1.22.14
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 +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c4176bf60daad22f1442141426014686e422d1d486a4ec493505ab1caf0f349
|
|
4
|
+
data.tar.gz: 641e5f151d543c5e37269900d31696750c8afb17df6d60a4a4a1c004cbaedd8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54a409d239925add5741086727025a24b8375d327d6120dce98f4ffac76e749ba771be1fa4921839011bbb60de5cde9d106ed4dcefe14e973ac2a26bb3cb4faa
|
|
7
|
+
data.tar.gz: 5d1b508443daf9d8c684bad50db244e2cf8afc71544d59ecf436bee8da7e444b3246a4745a403036588db93153b2ad03a2bf826a47b18265240b6693a3fcd2e6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.22.14 (#SuckMyDick #LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside)
|
|
4
|
+
|
|
5
|
+
- Add easter eggs.
|
|
6
|
+
|
|
3
7
|
## v1.22.13 (#SuckMyDick #LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside)
|
|
4
8
|
|
|
5
9
|
- ill keep it 300, you keep it subhuman inferior being, mr ugly allen.
|
|
@@ -530,7 +530,9 @@ Pry.commands.instance_eval do
|
|
|
530
530
|
%q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM],
|
|
531
531
|
%q[The most beautiful song of love to Tupac Gangs of Mafia 2 pac - Snakes & Fake] => %q[https://www.youtube.com/watch?v=Hl1FglvgClg],
|
|
532
532
|
%q[It is easy to create an internet persona, i created 2pac online when i was 15, the difference is, you know nothing but windows, and i dip in every water, i am better than you, i always will be, youre my bitch allen, youre going to suck a black lolli pop, you will like it, and take all the milk in your mouth. Stay beautiful, mr ugly.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8],
|
|
533
|
-
%q[gem-cd pry-send_tweet.rb; ruby vms/freebsd.rb --fresh] => %q[https://www.youtube.com/watch?v=sZQ3FiKf09M]
|
|
533
|
+
%q[gem-cd pry-send_tweet.rb; .ruby vms/freebsd.rb --fresh] => %q[https://www.youtube.com/watch?v=sZQ3FiKf09M],
|
|
534
|
+
%q[Will Smith - Fresh Prince of Bel Air (Le Boeuf Remix)] => %q[https://www.youtube.com/watch?v=LPvCeNxsG-w],
|
|
535
|
+
%q[I worked as a kitchen porter in Valpariso, Tribes, as a barman at The Punchbowl, again a barman at Jurys Inn Hotel, then a programmer for the CIA. Easy peasy. It aint nothing but a G thang.] => %q[https://www.youtube.com/watch?v=SKAqmqVQ700]
|
|
534
536
|
}
|
|
535
537
|
command '🎧', '' do
|
|
536
538
|
args = arg_string.split(' ')
|