pry-send_tweet.rb 1.20.9 → 1.20.10
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 +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2de4d4c73339d45afb44b7d66d81b303cd0ce3046b92982f77b7bb330cf758f1
|
|
4
|
+
data.tar.gz: e3dc39a4b48fe88806035a5639ba9c16680deee4c2b63978ed371e756e9d9077
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00f9b501c6a0f99f8e0b61406d39d5feb0eabcb436054a2b482a30ecc09b3408d2653ea8ba7d86228e324f541d59a82ec468418f4c2f85f65fc5bd8407ac670d
|
|
7
|
+
data.tar.gz: bd562d74c0d34659f1ff0ae261f7e60f614a150f23944ce9fb7e77905901b7fb79b635c821ea25965736893ead06420325053a562921762d7c81be866eaf9e59
|
|
@@ -466,7 +466,8 @@ Pry.commands.instance_eval do
|
|
|
466
466
|
%q|Mexican women (like Diana), GET AWAY FROM ME.| => %q|https://www.youtube.com/watch?v=khdnv3XnooM|,
|
|
467
467
|
%q|Brazil| => %q|https://www.youtube.com/watch?v=TGtWWb9emYI|,
|
|
468
468
|
%q|Tropic Thunder (5/10) Movie CLIP - Never Go Full Retard (2008) HD| => %q|https://www.youtube.com/watch?v=X6WHBO_Qc-Q|,
|
|
469
|
-
%q|Bob Marley - Is This Love (Montmartre Remix)| => %q|https://www.youtube.com/watch?v=UOGnENaduDw
|
|
469
|
+
%q|Bob Marley - Is This Love (Montmartre Remix)| => %q|https://www.youtube.com/watch?v=UOGnENaduDw|,
|
|
470
|
+
%q|Vietnam War - Jefferson Airplane Somebody To Love| => %q|https://www.youtube.com/watch?v=aa2ZtKpWcDY|
|
|
470
471
|
}
|
|
471
472
|
command '🎧', '' do
|
|
472
473
|
args = arg_string.split(' ')
|