boston-ruby 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'htmlentities'
3
3
 
4
4
  module BostonRuby
5
5
 
6
- VERSION = '0.0.9'
6
+ VERSION = '0.1.0'
7
7
 
8
8
  MAX_WIDTH = 90
9
9
  CODER = HTMLEntities.new
@@ -38,7 +38,7 @@ threads.to_a.reverse.each do |uid, thread|
38
38
 
39
39
  longest_name_length = thread[:posts].reduce(0) {|max, post| [max, post[:author].length].max}
40
40
 
41
- thread[:posts].each do |post|
41
+ thread[:posts].reverse.each do |post|
42
42
 
43
43
  # turn links into markdown-esque text
44
44
  html = Nokogiri::HTML(post[:summary])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boston-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: