pry-send_tweet.rb 1.16.4 → 1.16.5

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: 13366770a334d6a7b38cc71156ff556229fc107a857e409f6d3816ab80c387f5
4
- data.tar.gz: 80d44e79e6c575cf2092e9377c4e618f3754d42029f6ac6b79951649427f8e2d
3
+ metadata.gz: bea5ad6d1d031d658702bd385b4c94fa6327a500a871f741ee842fb3aac2c721
4
+ data.tar.gz: aa5eb79774e311a98f179a4900c6483e754ea91993c88bbe360c9172823a62de
5
5
  SHA512:
6
- metadata.gz: fe19efb6d926189b2e91062ed614a0107ec851d65bdfa1ff2afb1a13d4d5847e3684845e2dadd61aefc7891ca57e57b3c19123d9e1d84f8754a8f911f7fe58aa
7
- data.tar.gz: 3533280bc18ccca31160524cf630dcbc196f5470eda77658895a4db9647772fd32529c93ebe4e0ecd638af3780923d601387b3f92eb159615ac3d8dd07d38d9c
6
+ metadata.gz: efe38a6bf7690aadd8f7eebc38ab3ceeff73b1aa8839c2e347d743495d8295b2c31f506c6f8a269c2ce7a0382296d02006d2f7be685586cbf4ce6636f908626c
7
+ data.tar.gz: 2e8f55bd07b130ac963675f68d6739e9373ccf91597e3ec65dc1b1bef5835796ae909322dca558bf349e451d5c1e21c3ddcdd87c8684949ef17c125c39114d2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.16.5 (IslamMeetsBrasil)
4
+
5
+ * Introduce Brasil to the Taliban.
6
+
3
7
  ## v1.16.4 (IslamMeetsBrasil)
4
8
 
5
9
  * Introduce the Irish Republican Army to Brazil.
@@ -460,7 +460,8 @@ Pry.commands.instance_eval do
460
460
  'Portuguese Paratroopers In Heavy Combat With African Rebels In Central African Republic' => 'https://www.youtube.com/watch?v=knqnPnlflLQ',
461
461
  'ARAB TRAPPIN VOL 4 [Reupload + Channel Restart]' => 'https://www.youtube.com/watch?v=BNpyrKpRBHw',
462
462
  %q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA',
463
- %q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8]
463
+ %q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8],
464
+ %q[Haterade x Skellism - TALIBAN] => %q[https://www.youtube.com/watch?v=w181DV4iLhU]
464
465
  }
465
466
  command '🎧', '' do
466
467
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.4'
3
+ VERSION = '1.16.5'
4
4
  CODENAME = 'IslamMeetsBrasil'
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.16.4
4
+ version: 1.16.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers