pry-send_tweet.rb 1.9.0 → 1.9.1

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: 64d37547dad07e56da37579cd7563606446ea97d06c864cd5a0296a56fb98978
4
- data.tar.gz: 15f1177389bb08a077776cc57803a515113cdabbd7a74631740d286178ed30cc
3
+ metadata.gz: fcb9f963a9cb44fe6eac0cbd7ab30fb65a90d5e0d547cc1d69d00aff67f0d39c
4
+ data.tar.gz: 45b096cd2662959e5f94f7edb6c66feba5173aec65d065f1300f1e9d729439a1
5
5
  SHA512:
6
- metadata.gz: 81efa5dcb51afd944858432e9b42a023a777ba292a8f4a79cf658413f6e63bee47373ae4af807016c251e256bf7f2e2f290c198463df078624d9c082067f332d
7
- data.tar.gz: 4588253b065ba8c1493f29d554d96a0a05feecb9c7764cd5cfe122f63e2fd6fc7ebe1342e630fe759ac6146166ae14304fcc28a0165e659035a145da44a89d50
6
+ metadata.gz: 423f2f5c06129e4571e5ddfceb9551fb24a0002deffafbbf87fcab153ebd283f4ee59241c26f18ba524e1bb7af767cbc1b12cf898288f3c1818b68f8c8dc3908
7
+ data.tar.gz: c341686e80c2c709e96b7a7020c655207b668bcc265f3fb032dd6d20d04a142e69965966db8ec3cd8c61c6b96a156e7cee4f2c71129981552811ead76d25c0bc
@@ -1,9 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.9.1 (PresidentFord)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Add warning(s)
8
+
3
9
  ## v1.9.0 (PresidentFord)
4
10
 
5
11
  * Add disco biscuit(s)
6
12
 
13
+ * Add warning(s)
14
+
7
15
  * Change codename for the v1.9 series to `PresidentFord`
8
16
 
9
17
  ## v1.8.4 (NoChancesLeft)
@@ -330,7 +330,15 @@ Pry.commands.instance_eval do
330
330
  'Kanye West & Lil Pump ft. Adele Givens - "I Love It" (Official Music Video)' => 'https://www.youtube.com/watch?v=cwQgjq0mCdE',
331
331
  '✵♛НЕ.KURILI – Всюду врут✵♛' => 'https://www.youtube.com/watch?v=CbdEsE2V3TY',
332
332
  'Matisyahu - Jerusalem' => 'https://www.youtube.com/watch?v=GYr4Fz14C6w',
333
- 'Python has a brilliant concurrency model (same as Ruby), so do we need guilds and the other nonsense? Stop programming to help hopeless idiots.' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E'
333
+ 'Python has a brilliant concurrency model (same as Ruby), so do we need guilds and the other nonsense? Stop programming to help hopeless idiots.' => 'https://www.youtube.com/watch?v=qrR1fVh-A4E',
334
+ 'I like green threads for concurrency, and fork() syscall for parallelism. Enough abstractions!' => 'https://www.youtube.com/watch?v=2a4gyJsY0mc',
335
+ 'Fuck off jruby, with your java ways and limitations, just fuck off' => 'https://www.youtube.com/watch?v=bEoDSTBY_Y4',
336
+ 'Fry (The REPL) continues to support rbx (rubinius), Pry does not (I added support but @kyrylosilin removed support in favor of following The Java Way (static analysis based on assumption that people are idiots and mistake unacceptable), so then i forked Pry' => 'https://www.youtube.com/watch?v=oGnZJNJo3Hk',
337
+ 'Chris Rea - On The Beach LP' => 'https://www.youtube.com/watch?v=3OzRC9RS4z4',
338
+ 'Ray Parker JR. - Ghostbusters (Vinyl)' => 'https://www.youtube.com/watch?v=wK2l1bj8fKY',
339
+ 'Men At Work - Who Can It Be Now? (Slayd5000)' => 'https://www.youtube.com/watch?v=yFIl5KML7vQ',
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'
334
342
  }
335
343
  command '🎧', '' do
336
344
  key = DISCO_BISCUITS.keys.uniq.sample
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.9.0'
3
+ VERSION = '1.9.1'
4
4
  CODENAME = 'PresidentFord'
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.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers