pry-send_tweet.rb 1.10.4 → 1.10.5

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: 4aacfe9fe9c4b51ba9cb8e784aacf311675adfce8186ccdf8c8921cd05f465c1
4
- data.tar.gz: 162ba7dc038c3fb0e3fe0d9f4e044215136f6e98ddd7868c78c7bf7b400814f5
3
+ metadata.gz: 5c5aa47a3019515ca6de699004e35a2a74773b94c6b401ccb057597bda1ad52f
4
+ data.tar.gz: 2ef1ae304c5e2524d1954415b0197732a97da8e1f95f0184237e171efa5e9dee
5
5
  SHA512:
6
- metadata.gz: d9299fd6aa0967ad9d2069989920ee6a4623c881004ecca66fe2f92bc1eb97e76d0facfb30fcd73631ab16dfd1455059173a90875a459bf6ac250b6e5918aabb
7
- data.tar.gz: 1a55d2a3f60ca20970a2452de0d051730860956cec94f1d337c9d8e52a34ef6400a9700f79b86ef5e8e821558580280020682f34fbe992df9966ea05a20a2f1a
6
+ metadata.gz: 4ca05c32d8a7c5ca691cb19859aec9e2b22285fbc0cfc8385d78a1779ad35cfb0af028e30c996bcea33fd6e8c64c68ff3cd1139b997a06a9e62a4204f9a762f4
7
+ data.tar.gz: ce9dc6367002b55b6b7eb2d8919abd183e3ca822f760ca2e2154e5e5eb209bb1ed93b0490f530ef067dc9ee69f4605d3c4331143745eb19e5769bcbeefde03f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.10.5 (PresidentReagan)
4
+
5
+ * Add warning(s)
6
+
7
+ * Add disco biscuits
8
+
3
9
  ## 1.10.4 (PresidentReagan)
4
10
 
5
11
  * Add warning(s)
@@ -366,7 +366,21 @@ Pry.commands.instance_eval do
366
366
  'Secret agents are expected to do what it takes to stay alive' => 'https://www.youtube.com/watch?v=_Vj092UgKwQ',
367
367
  'Secret agents sometimes fall in love' => 'https://www.youtube.com/watch?v=3e59iAcKuOQ',
368
368
  'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo',
369
- 'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo'
369
+ 'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo',
370
+ 'PHP is okay, but ERB is better, they live in the same field: nothing but a template language' => 'https://www.youtube.com/watch?v=pmTiK9jp970',
371
+ 'Red Hot Chili Peppers - Give It Away (Lyrics)' => 'https://www.youtube.com/watch?v=exCEcmLw-Hc',
372
+ 'Red Hot Chili Peppers - Give It Away (Lyrics)' => 'https://www.youtube.com/watch?v=exCEcmLw-Hc',
373
+ 'Ronald Regan Patriotic Speech' => 'https://www.youtube.com/watch?v=GiuFzpl28io',
374
+ 'Portugal. The Man - Evil Friends [Official Music Video]' => 'https://www.youtube.com/watch?v=-zpBbrXLxP4',
375
+ 'There is a lot of bacon in Ireland, the Gardai are animals in my farm now' => 'https://www.youtube.com/watch?v=a9TYriBxuYQ',
376
+ 'Martin Garrix - Animals (Official Video)' => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
377
+ 'Martin Garrix - Animals (Official Video)' => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
378
+ 'Reagan - Peace Through Strength' => 'https://www.youtube.com/watch?v=DWYrcnehito',
379
+ 'Manchester United vs AC Milan 3-2 - UCL 2006/2007 - Highlights (English Commentary)' => 'https://www.youtube.com/watch?v=ObSkfAUlLUQ',
380
+ 'Toy Soldiers -12inch Simple Long Version- Martika' => 'https://www.youtube.com/watch?v=i9sTyxn8XGo',
381
+ 'bob marley - natural mystic lyrics' => 'https://www.youtube.com/watch?v=cYndqo_AJQQ',
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'
370
384
  }
371
385
  command '🎧', '' do
372
386
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.10.4'
3
+ VERSION = '1.10.5'
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.4
4
+ version: 1.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers