pry-twitter 1.31.16 → 1.31.17
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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd9d8f33c7ffd90852d77e2f3cb3da0b2887963a441feed34369cfa4fe65b3d1
|
4
|
+
data.tar.gz: e996c976b484305ed13995cbe5797cae61172fef7e0f2db8f54f0c072bf54ef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c78215dc7844c663afa23a51d2753d6f758c4b9cc4e8f013b295fde99e4aa9fbbe779225406f388e60fb5882ea566ec06b614e621024b93cc3b92c19adadb46f
|
7
|
+
data.tar.gz: fa2008e81da3b0d02a16a649332b06a389afcd0e01efd8304a8b88818ee3115f2071f93c50b947aa575b259f61455756b56d7521244f3fd755245afd39f54c5a
|
@@ -666,7 +666,8 @@ Pry.commands.instance_eval do
|
|
666
666
|
%q[Muhammad Ali In His Prime - Blinding Speed] => %q[https://www.youtube.com/watch?v=axMLZZNINCU],
|
667
667
|
%q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U],
|
668
668
|
%q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI],
|
669
|
-
%q[Syria's Assad sends a message to Western officials from recaptured city - English Subs] => %q[https://www.youtube.com/watch?v=nQ012KHURgM]
|
669
|
+
%q[Syria's Assad sends a message to Western officials from recaptured city - English Subs] => %q[https://www.youtube.com/watch?v=nQ012KHURgM],
|
670
|
+
%q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk]
|
670
671
|
}
|
671
672
|
command '🎧', '' do
|
672
673
|
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.17
|
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: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter
|
57
|
-
living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber ... 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: []
|
@@ -147,6 +147,6 @@ requirements: []
|
|
147
147
|
rubygems_version: 3.0.1
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
|
-
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
|
150
|
+
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber ... An extensible Twitter client
|
151
151
|
living inside the Fry and Pry REPLs.'
|
152
152
|
test_files: []
|