pry-send_tweet.rb 1.20.10 → 1.20.11

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: 2de4d4c73339d45afb44b7d66d81b303cd0ce3046b92982f77b7bb330cf758f1
4
- data.tar.gz: e3dc39a4b48fe88806035a5639ba9c16680deee4c2b63978ed371e756e9d9077
3
+ metadata.gz: 0be61097b14f4c2e4941b1c552ac063cdcb210a7149f8788e9c823dc83dbec06
4
+ data.tar.gz: fe630bd8921ab1cd80682849bfd8b7b7343ecbae0143ccf3f4079d2dd1326904
5
5
  SHA512:
6
- metadata.gz: 00f9b501c6a0f99f8e0b61406d39d5feb0eabcb436054a2b482a30ecc09b3408d2653ea8ba7d86228e324f541d59a82ec468418f4c2f85f65fc5bd8407ac670d
7
- data.tar.gz: bd562d74c0d34659f1ff0ae261f7e60f614a150f23944ce9fb7e77905901b7fb79b635c821ea25965736893ead06420325053a562921762d7c81be866eaf9e59
6
+ metadata.gz: b34d08b1d844a92368f02d07c3c2a331a14e9c108abca49bb80b581724d9e8a99490e5f12123fa6e553f88e1b887d191b95134cc394406ae8cdd7f2181db37f1
7
+ data.tar.gz: a0c53a718e7f61951cf88666462929e730b3e972ac361fd4fa90d51d0acc154e8d2ce614a3aeaa09fc007d8173dcf218794cd182a8d7197d672ce91e245bddd4
@@ -467,7 +467,8 @@ Pry.commands.instance_eval do
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
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
+ %q|Vietnam War - Jefferson Airplane Somebody To Love| => %q|https://www.youtube.com/watch?v=aa2ZtKpWcDY|,
471
+ %q|The Punchbowl| => %q|https://www.youtube.com/watch?v=js-Yet5kskA|
471
472
  }
472
473
  command '🎧', '' do
473
474
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.10'
3
+ VERSION = '1.20.11'
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.10
4
+ version: 1.20.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers