pry-send_tweet.rb 1.0.0 → 1.1.0

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: cb50a520bd9d7d87d904352181d1bbdf495be3a947a627994878167df6989be9
4
- data.tar.gz: c7320bf7d265d5949e35ee9cae98862de3ad58304ffe95ed6ae14d74f5987654
3
+ metadata.gz: 6b5b48f912503791350e40140578c85f4602f576b0ca8e854cb93bb6c5bf52d8
4
+ data.tar.gz: 480a6d188c4056ed556bd08e351c2f586e9564f415288e459b09dcc18defd6e5
5
5
  SHA512:
6
- metadata.gz: 57c3a8d2eb322885604eb7dac9d65b5bdeb919b450906dcbbc9c9669cb8486232c0138bec97c15655f4194a1edc06ed8da47ea37f8f2411649aba4133db74300
7
- data.tar.gz: 900eab4b0719ee16741e705addcb5d23ae3e8401367f4c8611a94a2aaf23aa3ffb45290f71b39075d47e56d1561ce2a6e508bea29ec0f82e9c1e5e462ad2de96
6
+ metadata.gz: e98e560bb16f569119da13c891b425b09bc865163f86ed440a4a9e6eb1ea49994319ef4a646af41265d7008a490d1d6e5e69f918963c2547dfa7eaad883c7469
7
+ data.tar.gz: 7ea484351b2cd28348f8c0bf2e3c400c0d9d9e0fffe36ebe144aa2a2b668c316556a261766566a13352904761c016f3b5c3b776daf4b908b4a43f7bb3ecdc5bf
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
- ## master
3
+ ## v1.1.0
4
+
5
+ * Add disco biscuits
6
+
7
+ ## v1.0.0
4
8
 
5
9
  * Read media contents into memory immediately to avoid the potential for
6
10
  tampering between the time tweet is scheduled and its actual creation.
@@ -167,7 +167,11 @@ Pry.commands.instance_eval do
167
167
  'MKJ - Robot /Frank Sinatra/' => 'https://www.youtube.com/watch?v=bGT1SbFW9OQ',
168
168
  'D33pSoul - La Richesse (Original Mix) "My richness is life" /Bob Marley/' => 'https://www.youtube.com/watch?v=tCXqm8EQtWQ',
169
169
  'Damo & Ivor \'Maniac 2012\' (Official Video)' => 'https://www.youtube.com/watch?v=js-Yet5kskA',
170
- '6IX9INE "Kooda" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=yz7Cn3pHibo'
170
+ '6IX9INE "Kooda" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=yz7Cn3pHibo',
171
+ 'Biz - Petrunko | Dubai mafia' => 'https://www.youtube.com/watch?v=mbUCvX29O3Y',
172
+ 'John Legend - All Of Me (Tiësto\'s Birthday Treatment Mix)' => 'https://www.youtube.com/watch?v=_9syE2UP11E',
173
+ 'Red Hot Chili Peppers - Give It Away (Lyrics)' => 'https://www.youtube.com/watch?v=exCEcmLw-Hc',
174
+ 'The Rolling Stones - Sympathy For The Devil (Official Lyric Video)' => 'https://www.youtube.com/watch?v=GgnClrx8N2k'
171
175
  }
172
176
  command '🎧', '' do
173
177
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,5 +1,5 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.0.0'
3
+ VERSION = '1.1.0'
4
4
  end
5
5
  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.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers