pry-twitter 1.32.0 → 1.32.1
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 +3 -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: 334dbd3001b3f905d88bc7519a8611a6da01ae2738a12295babb5b17ab3d2688
|
|
4
|
+
data.tar.gz: c86a304200fe70e3b238338924be8561ed6f4f847eb7222fd4eda9ca4f51330c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 638a9398cf47897616c7d2514248d012bb65b3031eeb66c58be5bcbbba656ecc20b77d06cbaf74f77f34f0dacaeea7c9fa0e8c8cbe25e2082a00f433c775d451
|
|
7
|
+
data.tar.gz: 2e389afbca55a4730b9b1cfa8ae0737861bcd8e30e9d0e35156df91b60db3d6785ff95bac1a1ffa8c9d7bad6ee513ce9ce9daf73633db6a195af663791a059f8
|
|
@@ -668,7 +668,9 @@ Pry.commands.instance_eval do
|
|
|
668
668
|
%q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI],
|
|
669
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
670
|
%q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk],
|
|
671
|
-
%q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo]
|
|
671
|
+
%q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo],
|
|
672
|
+
%q[Assad's Speech at 2003 Arab League against Iraq War (Rare Speech)] => %q[https://www.youtube.com/watch?v=50NXigWwDQU],
|
|
673
|
+
%q['The Biggest Funeral in History' - Tehran, June 3rd 1989] => %q[https://www.youtube.com/watch?v=Z-gMpl_HIRo]
|
|
672
674
|
}
|
|
673
675
|
command '🎧', '' do
|
|
674
676
|
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.32.
|
|
4
|
+
version: 1.32.1
|
|
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 #mad #ber #bel ... An extensible
|
|
56
|
+
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika ... An extensible
|
|
57
57
|
Twitter client 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 #mad #ber #bel ... An extensible
|
|
151
|
-
client living inside the Fry and Pry REPLs.'
|
|
150
|
+
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika ... An extensible
|
|
151
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
152
152
|
test_files: []
|