pry-send_tweet.rb 1.7.1 → 1.7.3

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: f28a5fb140e9f733f0a3818d45588223a4facc9f140d44c78899a505cd653e7f
4
- data.tar.gz: 267424c4dc9590bdfd44310b7d51cd38e1f23ba4d1172f3c2d316f617472004a
3
+ metadata.gz: 0fffce501bc9ae35211e4aa75260f08b5eefc6c2a1a564e92de1055f4fc9811e
4
+ data.tar.gz: 1ad8c7e42fd183cead37921831070592a40e91805bd01ff5483b5948566764d8
5
5
  SHA512:
6
- metadata.gz: 6ca9e7a0b12494cf528613091ddbb5c49623b268d3c54be9806e0768af3409e10c69504db4c072a681038ff7ba2efde0289c98066364226f5c1a40ed4b6411b4
7
- data.tar.gz: '0883d53a37f37324a802373e54cc77faf365da537e8111707e27d1561dd882f8a67134705e9d1dfd7ccb3ae58ae7f6d948cf3fdbd82452eb4744e69e21736ca2'
6
+ metadata.gz: 222b41d8391552cb9b74e365009fbb3ae31772f655cf03d5e8d1db9066e70b6922f931c56eeb984a33f5c1254a12f84cb10d9ebba38b165dcf49d43556e07b60
7
+ data.tar.gz: 8adec7915d6c8708497890b626cc8c46e6caebc0cf26f2124dbddc7468e8a525e9fce89760148be80d35c99ae72e8e988a82e3739d29724271df0fbb387e3c34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.7.0 (Revenge)
3
+ ## v1.7.3 (Revenge)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ ## v1.7.2 (Revenge)
8
+
9
+ * Add 'The Crew' disco biscuits.
10
+
11
+ * Update previous ChangeLog row to reference v1.7.1 instead of v1.7.0.
12
+
13
+ ## v1.7.1 (Revenge)
4
14
 
5
15
  * Add Robert Marley disco biscuits.
6
16
 
@@ -273,7 +273,19 @@ Pry.commands.instance_eval do
273
273
  'Matisyahu - One Day - Spinner (HD)' => 'https://www.youtube.com/watch?v=cXACMQtuuZI',
274
274
  '2pac trust nobody 1' => 'https://www.youtube.com/watch?v=40IcK32PA8A',
275
275
  '2Pac - Listen To Your Heart (2019)' => 'https://www.youtube.com/watch?v=jZOl39p-xdg',
276
- 'Bob Marley - Is This Love' => 'https://www.youtube.com/watch?v=CHekNnySAfM'
276
+ 'Bob Marley - Is This Love' => 'https://www.youtube.com/watch?v=CHekNnySAfM',
277
+ 'The Crew' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E',
278
+ '2Pac - Still Dre ft. Eazy E (2TenRecords Remix)' => 'https://www.youtube.com/watch?v=7PX1-wr6u1Q',
279
+ 'Dope - Die Mother F cker Die (Lyrics)' => 'https://www.youtube.com/watch?v=FxLcmTCtvUQ',
280
+ 'EMINEM - Mama I\'m a Criminal [ ft. 2PAC & NAS ] #NEW 2018' => 'https://www.youtube.com/watch?v=c5B8HRA09aw',
281
+ 'Surat Ad-Duha (The Morning Hours) | Mishary Rashid Alafasy | مشاري بن راشد العفاسي | سورة الضحى' => 'https://www.youtube.com/watch?v=U22bA-lsCX0',
282
+ '6IX9INE - 911 ft. Chris Brown (OFFICIAL MUSIC VIDEO) #6IX9INE #ChrisBrown' => 'https://www.youtube.com/watch?v=voGcz5luEwI',
283
+ 'Matisyahu - Jerusalem (Out Of Darkness Comes Light) (Video)' => 'https://www.youtube.com/watch?v=H8ULIw0Zgaw',
284
+ 'Windtalkers All Artillery Scene' => 'https://www.youtube.com/watch?v=vfcwkHIJIQk',
285
+ 'WindTalkers Japanese Ambush *HD*' => 'https://www.youtube.com/watch?v=pJ96A8yWKZ0',
286
+ 'The Last Samurai 末代武士 (The final emperor scene)' => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
287
+ 'Eminem - Venom (Official Music Video)' => 'https://www.youtube.com/watch?v=8CdcCD5V-d8',
288
+ 'Girls Aloud - Sound of The Underground - On Screen Lyrics' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/commit/0500a17e9fdd519cabe263faf3f9c93857b84d16'
277
289
  }
278
290
  command '🎧', '' do
279
291
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.7.1'
3
+ VERSION = '1.7.3'
4
4
  CODENAME = 'Revenge'
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.7.1
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers