pry-twitter 1.22.11 → 1.22.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +1 -0
- 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: d4d47a964583d5e925c19e72406e1b39e6cdfa79dc0c3116112400f9d7c92dc3
|
4
|
+
data.tar.gz: 1d41887f85868bb187c704b39f399be6d89fbffd8064c7c45f85045cc6f50df2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d3b2817bf7d92ddcc6b54e8775411669fb789dd1e035a46edae25b313365f716c955b75dff76c8e139af170b23ecbd7aeb1aac594d61a8d034e040096fddb50
|
7
|
+
data.tar.gz: b80b6560e69fd3317ef4ac62aee0eb5ea8cb591d3283ec51560d7e8c5abe2a0f7a1bcb35f6e84906e2beed804b968cfe2e540526ee909ba307d4c560386262e3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## v1.22.12 (#SuckMyDick #LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside)
|
4
|
+
|
5
|
+
- Bang Bang.
|
6
|
+
|
3
7
|
## v1.22.11 (#LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside)
|
4
8
|
|
5
9
|
- Extend codename to '#LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside'.
|
@@ -529,6 +529,7 @@ Pry.commands.instance_eval do
|
|
529
529
|
%q[Adrian Ström - Pensée sur l'amour (Original Mix) /The Notebook/] => %q[https://www.youtube.com/watch?v=kH2ifMY1KXg],
|
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
|
+
%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]
|
532
533
|
}
|
533
534
|
command '🎧', '' do
|
534
535
|
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.22.
|
4
|
+
version: 1.22.12
|
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: #LastMutdahFuckahBreathin #tupac #FreeBSD #intel
|
57
|
-
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #SuckMyDick #LastMutdahFuckahBreathin #tupac #FreeBSD #intel
|
57
|
+
#inside ... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -141,6 +141,6 @@ requirements: []
|
|
141
141
|
rubygems_version: 3.0.1
|
142
142
|
signing_key:
|
143
143
|
specification_version: 4
|
144
|
-
summary: 'CodeName: #LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside
|
145
|
-
extensible Twitter client living inside the Fry and Pry REPLs.'
|
144
|
+
summary: 'CodeName: #SuckMyDick #LastMutdahFuckahBreathin #tupac #FreeBSD #intel #inside
|
145
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
146
146
|
test_files: []
|