pry-twitter 1.22.15 → 1.22.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -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: c8ba1cd71bd1000c4758049af1472b366e122d78a4bf3b3fb5c32b9e3a5c53c5
|
4
|
+
data.tar.gz: a7fdfeca589a9e73394fd23865ad25fad483d5de6e5ea94238dcda56e1dae0d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a31864a96cb47df7f52efa8717503bcb6a34365f39bac31e8f104c4641721b6e01cebd57ef56db9a1eb5193764f83efd4fb8890f146a0907272d655d47e8d36
|
7
|
+
data.tar.gz: f6917a52828704101c27ca719286120acf97c6a58213702de20db40e300ba5a9ef23e02a240813c47f2b1c6c3584c5966d956a920823a00ab1e07acc0aa14fe5
|
data/CHANGELOG.md
CHANGED
@@ -533,7 +533,8 @@ Pry.commands.instance_eval do
|
|
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
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
|
+
%q[Kasabian - Club Foot (Allen isnt really a G and his dad isnt really William)] => %q[https://www.youtube.com/watch?v=lk5iMgG-WJI],
|
537
|
+
%q[Machine Gun Kelly "Rap Devil" (Allen Diss) (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=Fp0BScQSSvg]
|
537
538
|
}
|
538
539
|
command '🎧', '' do
|
539
540
|
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.16
|
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
|
-
Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #AllenAndEllaDissPlusMulletDiss ... An extensible Twitter
|
57
|
+
client living inside the Fry and Pry REPLs.'
|
59
58
|
email: trebor.macg8@protonmail.com
|
60
59
|
executables: []
|
61
60
|
extensions: []
|
@@ -142,7 +141,6 @@ requirements: []
|
|
142
141
|
rubygems_version: 3.0.1
|
143
142
|
signing_key:
|
144
143
|
specification_version: 4
|
145
|
-
summary: 'CodeName:
|
146
|
-
|
147
|
-
Fry and Pry REPLs.'
|
144
|
+
summary: 'CodeName: #AllenAndEllaDissPlusMulletDiss ... An extensible Twitter client
|
145
|
+
living inside the Fry and Pry REPLs.'
|
148
146
|
test_files: []
|