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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b8bb8e3d5aa4b2368a7897745682ec963730d3e358d8bdfd7c9d3ffef79f02f
4
- data.tar.gz: 1dfdb74aa6fc8865d34c004613df67f8a417b230c72f82f230f361541a15e3fe
3
+ metadata.gz: 2de4d4c73339d45afb44b7d66d81b303cd0ce3046b92982f77b7bb330cf758f1
4
+ data.tar.gz: e3dc39a4b48fe88806035a5639ba9c16680deee4c2b63978ed371e756e9d9077
5
5
  SHA512:
6
- metadata.gz: a8d9b3ada4ea23a47d553bdfd5f1602ac04a9efd796edea7827fa7d4d5c0732950d3267a52b115289ffb86001fc64c4c37d156cac04cd7ef0e563a91a2b461bc
7
- data.tar.gz: 4f92360ba358b08b2935b51c87423ad687a1447348b9f6ab2c7a451f0e5797f081a145217f9be747c5ed06702505a3123789634831e6cc535a06af92ab5caf89
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(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.9'
3
+ VERSION = '1.20.10'
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.9
4
+ version: 1.20.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers