pry-send_tweet.rb 1.16.6 → 1.16.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 474341ff3890e646c2c9d5e4b5e36ab925382003dc0be25c2bbc782426c57058
4
- data.tar.gz: bfed8995b7b19ff5fd25079bb1d59b1fcbe7fcf8e9af59eb8da6439bca67f01c
3
+ metadata.gz: 6f7101ed229def956551ccc7666725d4cc90a4bf3dd0664abf7154d8cba467d0
4
+ data.tar.gz: 0a1338a934eb008d5da29f06e26f373e29bcf376758e2f798fef238527fe75b9
5
5
  SHA512:
6
- metadata.gz: efc78f30d242f314bef4ab75789a881f75399633525f155d9696ecd373088abf1b8b373e837087b266915386dabec5533b079992cace5bb04bff67d93e20324e
7
- data.tar.gz: 17a8e3533da74e3a243eb6cb0eabcd08f90d44bc9103d508e0083fd60e75a3c975c03e9360f3321ee01aa035d4bed376bb59e81775c6c7d8ab8f557ae6824179
6
+ metadata.gz: a6f0406a856467ab64e8645523be303c7832cb828621483b517523f6aa560a87e6124056f98a3e1fc825a23cf588c8ebd80a78761285994600f2cc0236777e02
7
+ data.tar.gz: 961e0ae800752c816ccd62b920dbb5ec92751de7803df533b794ecea1e5dfaec7fa5664ee9993c828b2e73c74ff615be7b1e5cdee49acee91db91baf490bb713
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.16.7
4
+
5
+ * The Last Mohican, The Last ..... It was your last chance.
6
+
7
+ * 🙇🏼‍♂️
8
+
3
9
  ## v1.16.6
4
10
 
5
11
  * Koichi advises me about tmpfs
@@ -462,7 +462,9 @@ Pry.commands.instance_eval do
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
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
+ %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',
466
+ %q[Senso☯ Trap & Bass Japanese Type Beat ☯ Lofi HipHop Mix] => 'https://www.youtube.com/watch?v=ZJRjwViJJDc',
467
+ %q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE'
466
468
  }
467
469
  command '🎧', '' do
468
470
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.6'
3
+ VERSION = '1.16.7'
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.6
4
+ version: 1.16.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers