pry-send_tweet.rb 1.10.2 → 1.10.3

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: ae6812fd4e5b904eb1a25bda94bea6edfe3a21f903c7fb6be41570f5e507bced
4
- data.tar.gz: 2f8f03dd5fb46aaa41f7f265f5d31b944fa72d026cb28451efe342f88dd36705
3
+ metadata.gz: e05da99c85a235a93e2a70dc78614034b6423271dff72569ae949d7a35fb2a90
4
+ data.tar.gz: 1ecaf27c9f2466a9b9d697f99e6625fcacd62990c640424d3bd35e6bf10bee59
5
5
  SHA512:
6
- metadata.gz: 3d1f528c7df13f5328c86ac6e903753bea7f6023a700e5b531154ec158314b7c9c51a0b43d819b9fd3e04f8ab9ad5c95ea69c31332a8aeb25c2ca293b06dc3c3
7
- data.tar.gz: e832f01ba29505786d4da243cab44a3eed709b98cd30fb48c383797be86924d56cb3ea3c2b8129b40fa7bfca0ecfde14b7f97a3ec350068ea74771635d604c8f
6
+ metadata.gz: 11b2376f932099c1099cdf53f88173034c7d3356e86ce27018aeea75ee9b9ef9b801136b55d09dd14127e4e77177b92bfab73cdfbd879937f39f345eb14ac96f
7
+ data.tar.gz: e9b63f84fd68be1e9e05da9f6fc8aea8d6c7907335b216248df16bdf31f3074479ffe6715ae9491ca3319048bfe6feff894c69738e5ebc0bd5f2a2751aa108a3
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.10.3 (PresidentReagan)
4
+
5
+ * Add warning(s)
6
+
3
7
  ## v1.10.2 (PresidentReagan)
4
8
 
5
9
  * Add disco biscuit(s)
@@ -359,7 +359,8 @@ Pry.commands.instance_eval do
359
359
  'Chief Keef - Colors (Official Screen Lyrics)' => 'https://www.youtube.com/watch?v=PvsC5ijT70A',
360
360
  'Hazrat Fatima (as) Khutba-3 at masjid Kufa' => 'https://www.youtube.com/watch?v=s-2CP5ozHNQ',
361
361
  'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE',
362
- 'I met a Girl from Peru, she was living on a cruise ship, she disappeared too.' => 'https://www.youtube.com/watch?v=EpDmklLFXVc'
362
+ 'I met a Girl from Peru, she was living on a cruise ship, she disappeared too.' => 'https://www.youtube.com/watch?v=EpDmklLFXVc',
363
+ 'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE&t=1s'
363
364
  }
364
365
  command '🎧', '' do
365
366
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.10.2'
3
+ VERSION = '1.10.3'
4
4
  CODENAME = 'PresidentReagan'
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.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers