pry-send_tweet.rb 1.10.5 → 1.10.6

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: 5c5aa47a3019515ca6de699004e35a2a74773b94c6b401ccb057597bda1ad52f
4
- data.tar.gz: 2ef1ae304c5e2524d1954415b0197732a97da8e1f95f0184237e171efa5e9dee
3
+ metadata.gz: 5bab97d2a6c1551e22b98334ca3040ee50e5af8c591e48cc11b1328162005659
4
+ data.tar.gz: 410a40dcebddcdf99c2a4911615879c6f6ead14650ea2f3cb311df46a640a71d
5
5
  SHA512:
6
- metadata.gz: 4ca05c32d8a7c5ca691cb19859aec9e2b22285fbc0cfc8385d78a1779ad35cfb0af028e30c996bcea33fd6e8c64c68ff3cd1139b997a06a9e62a4204f9a762f4
7
- data.tar.gz: ce9dc6367002b55b6b7eb2d8919abd183e3ca822f760ca2e2154e5e5eb209bb1ed93b0490f530ef067dc9ee69f4605d3c4331143745eb19e5769bcbeefde03f7
6
+ metadata.gz: f5f965682b51989702578fddf8b88540064281fe9465427df90a4c71bc71858f958c17eace049ebb9bec9492063501ca3ed0eb8e2eab6cdcbe5f3675b88d7c27
7
+ data.tar.gz: c94062f66b64931a40a489539e75bac84388aeb8ccd557b1db6056ae6e9be47d291beb4beef629e729aba15b1c5b861828a3828bfdbefe2a00d70322146a4934
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.10.6 (PresidentReagan)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Add at least one warning
8
+
3
9
  ## v1.10.5 (PresidentReagan)
4
10
 
5
11
  * Add warning(s)
@@ -380,7 +380,20 @@ Pry.commands.instance_eval do
380
380
  'Toy Soldiers -12inch Simple Long Version- Martika' => 'https://www.youtube.com/watch?v=i9sTyxn8XGo',
381
381
  'bob marley - natural mystic lyrics' => 'https://www.youtube.com/watch?v=cYndqo_AJQQ',
382
382
  'bob marley - natural mystic lyrics' => 'https://www.youtube.com/watch?v=cYndqo_AJQQ',
383
- 'Short circuit 2 - No. 5 Arrives' => 'https://www.youtube.com/watch?v=HVtojNukkA0'
383
+ 'Short circuit 2 - No. 5 Arrives' => 'https://www.youtube.com/watch?v=HVtojNukkA0',
384
+ 'Manchester United 3-1 Chelsea (2010 Community Shield) | Goals & Highlights' => 'https://www.youtube.com/watch?v=vRecQYI9_kM',
385
+ 'Manchester United 3-1 Chelsea (2010 Community Shield) | Goals & Highlights' => 'https://www.youtube.com/watch?v=vRecQYI9_kM',
386
+ 'nirvana rape me lyrics' => 'https://www.youtube.com/watch?v=X0ecXz0fxOY',
387
+ 'nirvana rape me lyrics' => 'https://www.youtube.com/watch?v=X0ecXz0fxOY',
388
+ 'Liverpool vs Real Madrid 4-0 - UCL 2008/2009 - Highlights (English Commentary)' => 'https://www.youtube.com/watch?v=Ael2imtRPkk',
389
+ 'Liverpool vs Real Madrid 4-0 - UCL 2008/2009 - Highlights (English Commentary)' => 'https://www.youtube.com/watch?v=Ael2imtRPkk',
390
+ '🐡' => 'https://www.youtube.com/watch?v=1tGO1Y4FGpI',
391
+ 'The Wisdom Of Bruce Lee "To Learn To Die, Is To Be Liberated From It"' => 'https://www.youtube.com/watch?v=m5xj2bELXek',
392
+ '6IX9INE - STOOPID FT. BOBBY SHMURDA (Official Music Video)' => 'https://www.youtube.com/watch?v=VDa5iGiPgGs',
393
+ 'CRuby' => 'https://www.youtube.com/watch?v=H4YRPdRXKFs',
394
+ 'CRuby' => 'https://www.youtube.com/watch?v=H4YRPdRXKFs',
395
+ 'To write in C, is to think in C, the Unix way. Go away Java.' => 'https://www.youtube.com/watch?v=DiSgkXDhSg8',
396
+ 'To write in C, is to think in C, the Unix way. Go away Java.' => 'https://www.youtube.com/watch?v=DiSgkXDhSg8'
384
397
  }
385
398
  command '🎧', '' do
386
399
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.10.5'
3
+ VERSION = '1.10.6'
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.5
4
+ version: 1.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers