pry-twitter 1.31.8 → 1.31.9
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 +5 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a2033dfd0ae8094188b6deebfaf3937f3e2347b7678a015fef21f30e4deac17
|
4
|
+
data.tar.gz: 07b1fa81006af1938d31885fdd4635ee8b0d1a53fd4e69755b98b111c3d83c2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e360f9927b019f7e175f8f10dec1c2d88aa0afc1d180983e259e3679b4bbaca6c5b43fbf0b06cbc1a0fefdbae8c8b4b418f9d9582352dc86a0a2d1beb7f2b52
|
7
|
+
data.tar.gz: 871cd0803791710bb9b2ca2e2a47efa9245d58fc37db17d0c3deceb9e10380461088c0cdf778acab77e1142bdc886addfa2d7a9d943668721e4509d385c752ce
|
@@ -662,7 +662,8 @@ Pry.commands.instance_eval do
|
|
662
662
|
%q[2Pac - No Mercy (ft. Eminem) 2018] => %q[https://www.youtube.com/watch?v=B8Oix1iE4-w],
|
663
663
|
%q[Portugal. the man : Purple yellow red and blue (version acoustique HD)] => %q[https://www.youtube.com/watch?v=k5ERNHrRrwY],
|
664
664
|
%q[Mike Tyson - Training/Highlights ᴴᴰ (Prime)] => %q[https://www.youtube.com/watch?v=QGljKKaSYU8],
|
665
|
-
%q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54]
|
665
|
+
%q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
|
666
|
+
%q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU]
|
666
667
|
}
|
667
668
|
command '🎧', '' do
|
668
669
|
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.31.
|
4
|
+
version: 1.31.9
|
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
|
-
client living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #ldn ... An extensible Twitter client living inside the Fry
|
57
|
+
and Pry REPLs.'
|
59
58
|
email: trebor.macg8@protonmail.com
|
60
59
|
executables: []
|
61
60
|
extensions: []
|
@@ -148,7 +147,6 @@ requirements: []
|
|
148
147
|
rubygems_version: 3.0.1
|
149
148
|
signing_key:
|
150
149
|
specification_version: 4
|
151
|
-
summary: 'CodeName:
|
152
|
-
|
153
|
-
client living inside the Fry and Pry REPLs.'
|
150
|
+
summary: 'CodeName: #ldn ... An extensible Twitter client living inside the Fry and
|
151
|
+
Pry REPLs.'
|
154
152
|
test_files: []
|