pry-send_tweet.rb 1.19.5 → 1.19.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: 81403917c7df5cee45b31e944d982821248429c289c2943c23b86f24d9c45c9e
4
- data.tar.gz: 38a49b65a15562ee0061fb1ea4f3e6363762d29bee90e75b1b15cb4c000f666a
3
+ metadata.gz: 3ec94a2f896028e6f3fb133c2b7898d6790aa35c555fea0cdd29e8e476588383
4
+ data.tar.gz: 409d185023487e8bbabc55fbf594777e4c620ef66904ca6c6eb284faffe09f6f
5
5
  SHA512:
6
- metadata.gz: c5aef6dc77f98d539adc9213c6d6b0b665744cf0c830d7e584ae2b38603ae54318b86d1a75f502c7ed32f674ff098df8c055c7616aaebcb3ee0325f8d2cf343e
7
- data.tar.gz: 0a48137df1fae6dfe3c5f1af3e469ec585930310f8cd496cecbb2882c148987651154ad64bca05c39c6a85bddff309278e69b7f6bc7a2a2612f264a0a90f9b58
6
+ metadata.gz: 1a6a8dd349a5ffab672f0d30ad44d96e5c8ee8dc2216c56f8b5507b6a86f932466eabb9768c3bf609b96e3e67a00379f88e92aa3f63c5a51e257076877b42288
7
+ data.tar.gz: f1c53b8d002ac5303f7f6ab142729ccbf2ff8cf691891e663fd503b24229650ee313db0fa97c54322b84c8160efc685a1369885a4e5d8c660af75129238ee597
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.19.6 (PresidentTrumpUSA)
4
+
5
+ * Reposition warning(s)
6
+
3
7
  ## v1.19.5 (PresidentTrumpUSA)
4
8
 
5
9
  * Add warning(s)
@@ -239,8 +239,6 @@ Pry.commands.instance_eval do
239
239
  'Bob Marley - Don\'t worry be Happy' => 'https://www.youtube.com/watch?v=L3HQMbQAWRc',
240
240
  'ZHR & BatL - Stay (Official Video)' => 'https://www.youtube.com/watch?v=e2lo3lqRhdE',
241
241
  'The Last Of The Mohicans End Scene(HD)' => 'https://www.youtube.com/watch?v=q8ZisDHg6v0',
242
- 'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
243
- 'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
244
242
  'In the Name of the Father - Inmates showing their compassion' => 'https://www.youtube.com/watch?v=EalRRJp9hOQ',
245
243
  'Chief Keef - Love Sosa | Dir. @DGainzBeats' => 'https://www.youtube.com/watch?v=YWyHZNBz6FE',
246
244
  'Reach Eargasm - La Vie (Original Mix) /Steve Jobs/' => 'https://www.youtube.com/watch?v=CyzdOtyYnng',
@@ -506,7 +504,9 @@ Pry.commands.instance_eval do
506
504
  %q|Tim Tebow Song - All I Do Is Win| => %q|https://www.youtube.com/watch?v=BqIrm4H9-7I|,
507
505
  %q|Dan + Shay - Speechless (Icon Video)| => %q|https://www.youtube.com/watch?v=o_bIMTtl8X8|,
508
506
  %q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk|,
509
- %q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk|
507
+ %q|I'm a trumpsta motherfucker official lyric| => %q|https://www.youtube.com/watch?v=q8kRxSvAbwk|,
508
+ 'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
509
+ 'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o'
510
510
  }
511
511
  command '🎧', '' do
512
512
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.19.5'
3
+ VERSION = '1.19.6'
4
4
  CODENAME = 'PresidentTrumpUSA'
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.19.5
4
+ version: 1.19.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers