pry-send_tweet.rb 1.16.5 → 1.16.6

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: bea5ad6d1d031d658702bd385b4c94fa6327a500a871f741ee842fb3aac2c721
4
- data.tar.gz: aa5eb79774e311a98f179a4900c6483e754ea91993c88bbe360c9172823a62de
3
+ metadata.gz: 474341ff3890e646c2c9d5e4b5e36ab925382003dc0be25c2bbc782426c57058
4
+ data.tar.gz: bfed8995b7b19ff5fd25079bb1d59b1fcbe7fcf8e9af59eb8da6439bca67f01c
5
5
  SHA512:
6
- metadata.gz: efe38a6bf7690aadd8f7eebc38ab3ceeff73b1aa8839c2e347d743495d8295b2c31f506c6f8a269c2ce7a0382296d02006d2f7be685586cbf4ce6636f908626c
7
- data.tar.gz: 2e8f55bd07b130ac963675f68d6739e9373ccf91597e3ec65dc1b1bef5835796ae909322dca558bf349e451d5c1e21c3ddcdd87c8684949ef17c125c39114d2c
6
+ metadata.gz: efc78f30d242f314bef4ab75789a881f75399633525f155d9696ecd373088abf1b8b373e837087b266915386dabec5533b079992cace5bb04bff67d93e20324e
7
+ data.tar.gz: 17a8e3533da74e3a243eb6cb0eabcd08f90d44bc9103d508e0083fd60e75a3c975c03e9360f3321ee01aa035d4bed376bb59e81775c6c7d8ab8f557ae6824179
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.16.6
4
+
5
+ * Koichi advises me about tmpfs
6
+
3
7
  ## v1.16.5 (IslamMeetsBrasil)
4
8
 
5
9
  * Introduce Brasil to the Taliban.
@@ -461,7 +461,8 @@ Pry.commands.instance_eval do
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
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
+ %q[Haterade x Skellism - TALIBAN] => %q[https://www.youtube.com/watch?v=w181DV4iLhU],
465
+ %q[That's a good idea Koichi, an in-memory temporary file system would be perfect for the FreeBSD VM.] => 'https://www.youtube.com/watch?v=yY7iGa4t9-I'
465
466
  }
466
467
  command '🎧', '' do
467
468
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.5'
3
+ VERSION = '1.16.6'
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.5
4
+ version: 1.16.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers