pry-twitter 1.31.15 → 1.31.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 3a240d28868d6f22de2b64fa285fa57fa3197d7ec37a1425bf99682a7029e0be
|
|
4
|
+
data.tar.gz: d0c2ea8fe1356cc51fda6aeab81f1fac46f38149f32eb0b825b84077d8164fa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d79010201840d8e5aa25dbeab78a64a065ae4c2dcdf462352e1e36504540ee2a8b7d29855c6cdb8099efcbab38aea86f0ca79979e8b7e9452abf36e6ae76d20
|
|
7
|
+
data.tar.gz: e7b5d7d30ffb64a01e96f1d755efe64716785d7fcfd0b782e469d98ecef1417e5c6f3b497e30be8b96d3237418a43179cbe7ddd6b9968c3f386c4e7ea6f8404f
|
|
@@ -665,7 +665,8 @@ Pry.commands.instance_eval do
|
|
|
665
665
|
%q[Devlin - The Garden (A Moving Picture Bonus Track) (Official Song)] => %q[https://www.youtube.com/watch?v=k4eMI0UWO54],
|
|
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
|
-
%q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI]
|
|
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
670
|
}
|
|
670
671
|
command '🎧', '' do
|
|
671
672
|
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.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #ldn #dub #ams #dam #pdx ... An extensible Twitter client
|
|
56
|
+
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
|
|
57
57
|
living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
@@ -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 ... An extensible Twitter client
|
|
151
|
-
inside the Fry and Pry REPLs.'
|
|
150
|
+
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad ... An extensible Twitter client
|
|
151
|
+
living inside the Fry and Pry REPLs.'
|
|
152
152
|
test_files: []
|