pry-send_tweet.rb 1.9.2 → 1.10.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: '099c1e324c9c44cf38b7f3de9e33a7ede940e6c38cd985c849e5bbf853d52c70'
4
- data.tar.gz: 3f13d72804a7b6d2aeeec381c6f03022a080fb71d3c719c37b8ad232149b2bd6
3
+ metadata.gz: 78bff5b21f922b57c5cd438f33f38ee172c243c8ce29ef688118f8e12baacfbc
4
+ data.tar.gz: be4c652844446bae203a85e6f7ffac0872d80da78b0315895398998c10a47c19
5
5
  SHA512:
6
- metadata.gz: a0b045ca46f566e4cb68f16b175cfc09ea7bd25dca8faf3ada45a7f3ec0bbf7ebbdeb61306d2412c6d9185d1e350321cab9691a7e5936ca21432809f2552b7a6
7
- data.tar.gz: 022abe557e5d5847b1a7a0a562f1fc059f16fbab6eb3a59941732af35218683dfab263f5ad8d2b7add5bad71b56b87ca3c4a4aac99492c53a2b0649dae5adb6a
6
+ metadata.gz: 50798286f87bd953c680d1dd1103b6f8f34ba591362f7626fdec42506d69d54964b7fcaee09ed45239bd21f78137d329baea57459c32253bdcd6f2d5b445a900
7
+ data.tar.gz: d99ce37256ea606b02930baf9e8b71ca9a9cfdeaf46af50400b971115d79e1f5c07a97ec26b5854c048775ea577974d4b8f4c7f9dd2e621b9ae92eb73ad11735
data/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.10.0 (PresidentReagan)
4
+
5
+ * Add disco biscuits
6
+
7
+ * Add warning
8
+
9
+ * Change codename for the v1.10 series to `PresidentReagan`.
10
+
11
+ ## v1.9.3 (PresidentFord)
12
+
13
+ * Add disco biscuit(s)
14
+
15
+ * Add warning(s)
16
+
17
+ * Rewrite ChangeLog entry for v1.9.2
18
+
3
19
  ## v1.9.2 (PresidentFord)
4
20
 
5
- * `$stdout` becomes an easter egg, rely on a constant value instead (`$STDOUT`).
6
- SHUT UP Swiss Boy. YOU IDIOT.
21
+ * `$stdout` becomes an easter egg, rely on a constant value instead (`STDOUT`).
22
+ SHUT UP ``@apeiros`. YOU IDIOT.
7
23
 
8
24
  ## v1.9.1 (PresidentFord)
9
25
 
@@ -338,7 +338,24 @@ Pry.commands.instance_eval do
338
338
  'Ray Parker JR. - Ghostbusters (Vinyl)' => 'https://www.youtube.com/watch?v=wK2l1bj8fKY',
339
339
  'Men At Work - Who Can It Be Now? (Slayd5000)' => 'https://www.youtube.com/watch?v=yFIl5KML7vQ',
340
340
  'I have no money, my ex-employer fired me then i danced on their heads, send bread plz' => 'https://www.youtube.com/watch?v=Cnj64DsO8T8',
341
- 'Roy Keane - The Real Captain Fantastic.flv' => 'https://www.youtube.com/watch?v=BanakGjO7ps'
341
+ 'Roy Keane - The Real Captain Fantastic.flv' => 'https://www.youtube.com/watch?v=BanakGjO7ps',
342
+ 'Denis Leary - Asshole (Uncensored Version)' => 'https://www.youtube.com/watch?v=UrgpZ0fUixs',
343
+ 'Johnny Cash Reads The New Testament: Matthew Chapter 28' => 'https://www.youtube.com/watch?v=SwXWwPTTRCA',
344
+ 'This Was The Summer Of Hardstyle 2013' => 'https://www.youtube.com/watch?v=kQko_qnKoW4',
345
+ 'A recession is overdue in Spain' => 'https://www.youtube.com/watch?v=NMjnmcmWjBU',
346
+ 'I am returning to where I came from (The Netherlands)' => 'https://www.youtube.com/watch?v=T_28kNGL5Ls',
347
+ 'Basque Country supporting Catalonia independence' => 'https://www.youtube.com/watch?v=9kXl332I9ZQ',
348
+ 'We Were Soldiers Air Assault Scenes' => 'https://www.youtube.com/watch?v=2qk4ZldMp_U',
349
+ 'We Were Soldiers - Jack Geoghegan death scene' => 'https://www.youtube.com/watch?v=-lTwk2Oh9Ek',
350
+ 'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w',
351
+ 'Men At Work - Down Under [Vinyl]' => 'https://www.youtube.com/watch?v=1C5xk1GGRO0',
352
+ 'Electric Six - "Danger! High Voltage" (Hi Res)' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
353
+ 'Rare Irish Weapons of The Trouble Conflict : 1968 to 1998' => 'https://www.youtube.com/watch?v=8UuJkBsh0BI',
354
+ '2pac- Ghetto Gospel Lyrics' => 'https://www.youtube.com/watch?v=ZDiX9wwo670',
355
+ 'King Of Spain thinks he can bully Vikings and he didn\'t expect this...' => 'https://www.youtube.com/watch?v=jj2gKyxcTew',
356
+ 'CCR-Fortunate Son.' => 'https://www.youtube.com/watch?v=N7qkQewyubs',
357
+ 'CCR-Fortunate Son.' => 'https://www.youtube.com/watch?v=N7qkQewyubs',
358
+ 'Martin Cahill (A General) - The Beit Art Heist' => 'https://www.youtube.com/watch?v=r7zn7bjKnoI'
342
359
  }
343
360
  command '🎧', '' do
344
361
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.9.2'
4
- CODENAME = 'PresidentFord'
3
+ VERSION = '1.10.0'
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.9.2
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers