pry-send_tweet.rb 1.11.1 → 1.11.2

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: a47f2e4f7317bb27c64d30d16034b432fab5f69a8edabb2ba34216882eeb91c0
4
- data.tar.gz: ed81d1bdfbbd16d4c9fd4baa6b942b2e2658ee4f3a7eb997c3a70d99c590f71e
3
+ metadata.gz: 45b2e5aa607357554b77f56f9486ae2d5a575b1b33c16fb92c27c9e38430ffd1
4
+ data.tar.gz: 3fe5e31deac2db95e2a466e066e445ec9f3b48f5b2cc7a5b5a3a3be76ebb86af
5
5
  SHA512:
6
- metadata.gz: ae46cdf01076e00e09ae0a46a588a4e2b08c62dfb9d7e9d7f26c4ec3eb76b5a24af5ea862f6677fbb928c27ff59ae38733c0835ee1cb2338265901a32f151cf7
7
- data.tar.gz: bb3ab0dbc0d45821e517a54dcb0bdea600d68d3532c771e15bd35fd9c6831610bde908db0b92f5592b7c99fca9a396c10111cd4d09eb12e5c71c064b1bffeac4
6
+ metadata.gz: 12bfe0b3ca5218fe641f09d0ac42209b8991857e7b227105352f794b9e2b4e6d5671a81e4d8115f13563c7663eef3989e64c773f6b5008efd3fa4e0792d5e6ed
7
+ data.tar.gz: ded632ec1795ee60f0020b8c264ac835114abfa75b89a6e5f611bd19207050bdc614e1d1fe05f71004c9a2d7ca14a40a63bc7ca9a6d9aa7e2aef6f94e624ae7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.2 (ChairmanKim)
4
+
5
+ * Add disco biscuit(s), add the inevitable as warnings
6
+
7
+ ## v1.11.1 (ChairmanKim)
8
+
9
+ * Add disco biscuit(s), add the inevitable as warnings
10
+
3
11
  ## v1.11.0 (ChairmanKim)
4
12
 
5
13
  * Add warning(s).
@@ -397,7 +397,10 @@ Pry.commands.instance_eval do
397
397
  'Reagan - Peace Through Strength' => 'https://www.youtube.com/watch?v=DWYrcnehito',
398
398
  'No Doubt - Don\'t Speak' => 'https://www.youtube.com/watch?v=TR3Vdo5etCQ',
399
399
  'Jesse Pinkman\'s Speech - Why Not Self-Acceptance?' => 'https://www.youtube.com/watch?v=njuIKGNcTVE',
400
- 'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E&t=38s'
400
+ 'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E&t=38s',
401
+ 'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
402
+ 'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
403
+ 'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c'
401
404
  }
402
405
  command '🎧', '' do
403
406
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.1'
3
+ VERSION = '1.11.2'
4
4
  CODENAME = 'ChairmanKim'
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.11.1
4
+ version: 1.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers