pry-send_tweet.rb 1.8.1 → 1.8.2

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: f164c0a9d8f15e89ffe0a6489e3d5e6d95df740c914b5e474709d25d5e18958a
4
- data.tar.gz: db61eb1e3730db890f0b41f6d7b3249cc30e2c582fb97078957dbb098f9c3b48
3
+ metadata.gz: d55bad26c3fbce101a7c3e47a32f28254c89931522c6661be52fa683770b52d3
4
+ data.tar.gz: a67fe6573102876d42d07e43f3eeef6ba80dbe5366f65960867f15ba857ff9c6
5
5
  SHA512:
6
- metadata.gz: e4ffec44d3db856e76179170257a9ed2fded8dd1898af6a5baf5f3cbed419e67aa821db4875d8f0f043ef14794fcb45fe2dcdbb239c59bc50e823069afd57aa2
7
- data.tar.gz: 3c0e26299eebab09ef5f063f8883d1ba62345236256657cb5ea31c1a36cd8a29da8fa86fa9621486d9e6176ffbd504b6c835e72e62c05497f222b1d5706712e8
6
+ metadata.gz: 8dbda4120349defb9081f959efc5d83e1ef4b95092aa4b7ab6ed0ef97d8be3d6f29d4c4ad10107ab565ebd8daf7e96dafc07eacd3c31483d6df42740f57140e0
7
+ data.tar.gz: b4b3ded08997abf2e937095df931c918967375d7b10dea5e41845c20e4e3e2dde5420f2660e9b604c3caecb616d79009765c539a8f36680bec8cec344fcd180c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.8.2 (NoChancesLeft)
4
+
5
+ * Add disco biscuit(s)
6
+
3
7
  ## v1.8.1 (NoChancesLeft)
4
8
 
5
9
  * Add disco biscuit(s)
@@ -307,7 +307,9 @@ Pry.commands.instance_eval do
307
307
  'Coldplay - Fix You Lyrics' => 'https://www.youtube.com/watch?v=aK3TROzVRiE',
308
308
  'Eminem - I\'m Sorry! (Ft. 2Pac) HQ' => 'https://www.youtube.com/watch?v=lUFdZMHgAsQ',
309
309
  'The Rolling Stones - Sympathy For The Devil (Official Lyric Video)' => 'https://www.youtube.com/watch?v=GgnClrx8N2k',
310
- 'Wild Turkey Surprise Bugs Bunny and Taz Full Clip HD' => 'https://www.youtube.com/watch?v=GgnClrx8N2k'
310
+ 'Wild Turkey Surprise Bugs Bunny and Taz Full Clip HD' => 'https://www.youtube.com/watch?v=GgnClrx8N2k',
311
+ 'Red Hot Chili Peppers - Under The Bridge [Official Music Video]' => 'https://www.youtube.com/watch?v=GLvohMXgcBo',
312
+ 'Eminem - Venom (Official Music Video)' => 'https://www.youtube.com/watch?v=8CdcCD5V-d8'
311
313
  }
312
314
  command '🎧', '' do
313
315
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.8.1'
3
+ VERSION = '1.8.2'
4
4
  CODENAME = 'NoChancesLeft'
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.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers