pry-twitter 1.22.14 → 1.22.15
Sign up to get free protection for your applications and to get access to all the features.
- 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 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fcbe9fdbf18a15f57d49531440a7e53663676710995d6739520e304ebb1a166
|
4
|
+
data.tar.gz: 5b16adbffe119953463d3b0f0a1ec5f711dccf41696cb322ea8db0fc850b7edd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 792d402b3a737757119a9415e7825926c068e0147e6fcc25a1873a00623343654a09bacbb1d43a65dbb68a5bc5221b984b23d4103f5508b9603e06bc537980b8
|
7
|
+
data.tar.gz: 145585c9f84d79fde8098f827cfd3d428f87fed136d15021998be60dd90794221f81ffdbcc86dfd030937d4c496d51004028004356c97bc7e5551bc38cc5d889
|
@@ -532,7 +532,8 @@ Pry.commands.instance_eval do
|
|
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
533
|
%q[gem-cd pry-send_tweet.rb; .ruby vms/freebsd.rb --fresh] => %q[https://www.youtube.com/watch?v=sZQ3FiKf09M],
|
534
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]
|
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],
|
536
|
+
%q[Kasabian - Club Foot (Allen isnt really a G and his dad isnt really William)] => %q[https://www.youtube.com/watch?v=lk5iMgG-WJI]
|
536
537
|
}
|
537
538
|
command '🎧', '' do
|
538
539
|
args = arg_string.split(' ')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Pry
|
2
2
|
module SendTweet
|
3
|
-
VERSION = '1.22.
|
4
|
-
CODENAME = %q{
|
3
|
+
VERSION = '1.22.15'
|
4
|
+
CODENAME = %q{William Gleeson had one son, the children he lives with arent his, but anne mullets. Facts.}
|
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.22.
|
4
|
+
version: 1.22.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,8 +53,9 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName:
|
57
|
-
|
56
|
+
description: 'CodeName: William Gleeson had one son, the children he lives with arent
|
57
|
+
his, but anne mullets. Facts. ... An extensible Twitter client living inside the
|
58
|
+
Fry and Pry REPLs.'
|
58
59
|
email: trebor.macg8@protonmail.com
|
59
60
|
executables: []
|
60
61
|
extensions: []
|
@@ -141,6 +142,7 @@ requirements: []
|
|
141
142
|
rubygems_version: 3.0.1
|
142
143
|
signing_key:
|
143
144
|
specification_version: 4
|
144
|
-
summary: 'CodeName:
|
145
|
-
... An extensible Twitter client living inside the
|
145
|
+
summary: 'CodeName: William Gleeson had one son, the children he lives with arent
|
146
|
+
his, but anne mullets. Facts. ... An extensible Twitter client living inside the
|
147
|
+
Fry and Pry REPLs.'
|
146
148
|
test_files: []
|