pry-twitter 1.23.1 → 1.23.2
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 +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: b8e3a60cdec16894336d26e96de158daa877ae824710a172503b3df0054b3267
|
4
|
+
data.tar.gz: fceb63d416ebdacca519dafc16fb760f02b3d0b60d59729abeb8d85faab867a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54feb4bd7ef842e6dba06e35a3e94944298e9116c459ab3f5fd0c1fcdad83087c0dfdf1306523d66b62da1ad68b6dd1703efad11fbd793d770d70e9c56d109ad
|
7
|
+
data.tar.gz: c2d555271fff831961307580a2de00115aa5aa83f07352ed84dcbdcf816818c4c76f5488b882baffa919292ca25c6938e5eed160f077d1ec1a521d22819a52fb
|
data/CHANGELOG.md
CHANGED
@@ -541,7 +541,8 @@ Pry.commands.instance_eval do
|
|
541
541
|
%q[Miku - Amour (Original Mix) "C'est une bonne situation ça scribe ?"] => %q[https://www.youtube.com/watch?v=9sAaX70Ap8I],
|
542
542
|
%q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y],
|
543
543
|
%q[El Gringo] => %q[https://www.youtube.com/watch?v=tUYGzZ0tQpA],
|
544
|
-
%q[Allen Mullet (Not a Gleeson)] => %q[https://www.youtube.com/watch?v=YWyHZNBz6FE]
|
544
|
+
%q[Allen Mullet (Not a Gleeson)] => %q[https://www.youtube.com/watch?v=YWyHZNBz6FE],
|
545
|
+
%q[Anne Mullet, know this, for the future is being told.] => %q[https://www.youtube.com/watch?v=SAUDWVuOUq0]
|
545
546
|
}
|
546
547
|
command '🎧', '' do
|
547
548
|
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.23.
|
4
|
+
version: 1.23.2
|
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: #ElGringo #Kyrylo #RapGod #RapDevil
|
57
|
-
client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil
|
57
|
+
... 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: #ElGringo #Kyrylo #RapGod #RapDevil ...
|
145
|
-
client living inside the Fry and Pry REPLs.'
|
144
|
+
summary: 'CodeName: #MessageForTheMullets #ElGringo #Kyrylo #RapGod #RapDevil ...
|
145
|
+
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
146
146
|
test_files: []
|