pry-twitter 1.27.4 → 1.27.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- 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: d92482d58d1f2ddd6a33ef531bfbaab0d713fbe24c45eb775449f80cafb05b11
|
4
|
+
data.tar.gz: e3af8402acd394793fe4a73d1d4fac82da766e4f7c645be393370f6632b5380f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 314687e2de629f3555670a5baa3dceb1abd2b58c31e4263443545f7f01c8be48a4e5f69cc077bb021b3da1c47c4746ca8c2ab23d28a499f235003a8e7bc995a4
|
7
|
+
data.tar.gz: d6b0086b1d8cfa0f2fa81ecfcb85eb8bc6fa4cb18234ea9fd3a9a6f7519e01c8bb602203e197ea0e9f21a06cdee95943867cbee89aa5bde168925a4e10e50fa3
|
data/CHANGELOG.md
CHANGED
@@ -555,7 +555,8 @@ Pry.commands.instance_eval do
|
|
555
555
|
%q[DAMO & IVOR - PROUD TO BE IRISH!] => %q[https://www.youtube.com/watch?v=tucjjh3EACs],
|
556
556
|
%q[You people have become so sick that you think you can offer alternative women. I literally want nobody. No one. Ever. Id become gay before i go near another woman.] => %q[https://www.youtube.com/watch?v=IslF_EyhMzg],
|
557
557
|
%q[You people have become so sick that you think you can offer alternative women. I literally want nobody. No one. Ever. Id become gay before i go near another woman.] => %q[https://www.youtube.com/watch?v=IslF_EyhMzg],
|
558
|
-
%q[Do you have any money ? No. Good. Lets go to the Gay Bar and spend all your money. :)] => %q[https://www.youtube.com/watch?v=49rhRF4bkf8]
|
558
|
+
%q[Do you have any money ? No. Good. Lets go to the Gay Bar and spend all your money. :)] => %q[https://www.youtube.com/watch?v=49rhRF4bkf8],
|
559
|
+
%q["Kill the Irishman" Party's Over] => %q[https://www.youtube.com/watch?v=GWsqMyE30-0]
|
559
560
|
]
|
560
561
|
}
|
561
562
|
command '🎧', '' do
|
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.27.
|
4
|
+
version: 1.27.5
|
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: #
|
57
|
-
|
56
|
+
description: 'CodeName: #KillTheIrishMan #PartyOver #GameOver ... An extensible Twitter
|
57
|
+
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: #
|
145
|
-
|
144
|
+
summary: 'CodeName: #KillTheIrishMan #PartyOver #GameOver ... An extensible Twitter
|
145
|
+
client living inside the Fry and Pry REPLs.'
|
146
146
|
test_files: []
|