pry-send_tweet.rb 1.20.8 → 1.20.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 463595b1160ca68aa0e0eaafec6cc71bc41fd3f12e655c5308639e028c50f8f7
4
- data.tar.gz: 3681c28314d454386793d8fb33f07f3870839937ea9f8aed0f314e2cc0123d66
3
+ metadata.gz: 2b8bb8e3d5aa4b2368a7897745682ec963730d3e358d8bdfd7c9d3ffef79f02f
4
+ data.tar.gz: 1dfdb74aa6fc8865d34c004613df67f8a417b230c72f82f230f361541a15e3fe
5
5
  SHA512:
6
- metadata.gz: 55344df88f6e953694dc467afdf24b0b989420388674160ff880d6b351b5a60ba4e0cc96f2184383394fa07d32eabf83ac20416aaa8d09ccde7c9e6ae44e4858
7
- data.tar.gz: '0757668480642b655358436fc67f5a8ca95276de9b5ec83e5053f0b63d0296c0b8cd794c1f97d539e7ffd5aa492af24c6bed8f0ec982b5b186cad4fee35a8a93'
6
+ metadata.gz: a8d9b3ada4ea23a47d553bdfd5f1602ac04a9efd796edea7827fa7d4d5c0732950d3267a52b115289ffb86001fc64c4c37d156cac04cd7ef0e563a91a2b461bc
7
+ data.tar.gz: 4f92360ba358b08b2935b51c87423ad687a1447348b9f6ab2c7a451f0e5797f081a145217f9be747c5ed06702505a3123789634831e6cc535a06af92ab5caf89
@@ -465,7 +465,8 @@ Pry.commands.instance_eval do
465
465
  %q[TerryDavis] => %q|https://www.youtube.com/watch?v=Q74tSCCZu_c|,
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
- %q|Tropic Thunder (5/10) Movie CLIP - Never Go Full Retard (2008) HD| => %q|https://www.youtube.com/watch?v=X6WHBO_Qc-Q|
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
470
  }
470
471
  command '🎧', '' do
471
472
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.8'
3
+ VERSION = '1.20.9'
4
4
  CODENAME = '#Trump2020 #MAGA #KAG'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-send_tweet.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.8
4
+ version: 1.20.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers