pry-twitter 1.30.0 → 1.30.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -2
- 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: 8328ff57b4399d5f37bbfff068b039f2c39936f25e4ca4b0f89a20231473bfa6
|
4
|
+
data.tar.gz: ee7dbe8f5fc9f72bda7bd22149e09616a4212d6f15766a725ab6241ae01eee17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04d951ea734a6c66a02b119a5c753ecfcb363482bff5c05e4d7914a3cd75db3e032bb32ce7612c1a5954f46cb9e3fe72593d3496c3b37b5d43b3647acc460fa
|
7
|
+
data.tar.gz: 33c634725bf77648cd714f9feb62187dd4ca724667ec65809388869124cc4e0810af6000d2f311e9bf4b9cfc676fe27236a9ae03e73fd5626e89717c2fd85113
|
data/CHANGELOG.md
CHANGED
@@ -641,8 +641,9 @@ Pry.commands.instance_eval do
|
|
641
641
|
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE],
|
642
642
|
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y],
|
643
643
|
%q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
|
644
|
-
%q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU]
|
645
|
-
|
644
|
+
%q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU],
|
645
|
+
%q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be]
|
646
|
+
command '🎧', '' do
|
646
647
|
args = arg_string.split(' ')
|
647
648
|
no_dups = DISCO_BISCUITS.uniq
|
648
649
|
if %w(-g --grep).include?(args[0])
|
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.30.
|
4
|
+
version: 1.30.1
|
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: #TheWorld
|
57
|
-
Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
|
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: []
|
@@ -143,6 +143,6 @@ requirements: []
|
|
143
143
|
rubygems_version: 3.0.1
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
|
-
summary: 'CodeName: #TheWorld
|
147
|
-
and Pry REPLs.'
|
146
|
+
summary: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
|
147
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
148
148
|
test_files: []
|