pry-send_tweet.rb 1.16.0 → 1.16.1

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: 159cbceedfacc335f9c569a8460c4498f1c70b0cbf3e69fd5ca406efc3992fb6
4
- data.tar.gz: 14e1bdfa4b9a633c2774c971b8def2d93d9c0aad15f502e8fe5041bae3464852
3
+ metadata.gz: 3667dd3b3076a1f85774eaa973f0fcfa6c3ccec24f92a401a8b840be8db8fd16
4
+ data.tar.gz: fe77986db43a1c579c3257e94dcaeb431805a76b07a867c0c113877c1f62d633
5
5
  SHA512:
6
- metadata.gz: cbbfa6d6d9d01072861af0f5f8f3d2a98a684589bfeb5e54be5a51929f9e60c59ac558c08259bb218b177c342df4b9299125779c2fe5937f63dc32520dfbc18c
7
- data.tar.gz: 821284ba3139cbef60860c62bddfc7ecad0fbd106373072b99864155fcf4ea61f39f6299d4b445c6b7c768cb6ef8626cde94297c622bcb396e83886647713c85
6
+ metadata.gz: 0a69bb25f033c2787dff91ff7bd97df1def714c5d67cb30557779167f74891b83791bcc03062ec17fa8d3062e84be2c4acd71b0eed908733e62190271ac90db9
7
+ data.tar.gz: 77e73333d57e3f327958aaa56d7c98a121f23bc49e9fe89fca8ec18be1f78617c8ebb091adb779d68345628fcb36152095158acca41cdac3795965c5b4d4adf8
@@ -446,7 +446,9 @@ Pry.commands.instance_eval do
446
446
  'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM',
447
447
  'Ireland has been invaded by the Portuguese (Brazil), implementing their laws and ways upon us, bit by bit, as people die in agony on the streets. Banish them from our land.' => 'https://www.youtube.com/watch?v=rCLBGY0huVE',
448
448
  'Martika - 01 Toy Soldiers (Polystyrene 45 R.P.M.)' => 'https://www.youtube.com/watch?v=c7cy13PS4_A',
449
- '2pac- Ghetto Gospel Lyrics' => 'https://www.youtube.com/watch?v=ZDiX9wwo670'
449
+ '2pac- Ghetto Gospel Lyrics' => 'https://www.youtube.com/watch?v=ZDiX9wwo670',
450
+ 'Arab Trappin Vol 1 (Allahu Trapbar Edition) [FreeMusicPromotion]' => 'https://www.youtube.com/watch?v=IRAMzWYfxzQ',
451
+ '2Pac - Thug outta Prison (Ft. Eazy E & Machine Gun kelly) R.I.P MGK' => 'https://www.youtube.com/watch?v=VhtGp2wIPXs'
450
452
  }
451
453
  command '🎧', '' do
452
454
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.0'
3
+ VERSION = '1.16.1'
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.0
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers