boston-ruby 0.0.7 → 0.0.8

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.
@@ -3,7 +3,7 @@ require 'htmlentities'
3
3
 
4
4
  module BostonRuby
5
5
 
6
- VERSION = '0.0.7'
6
+ VERSION = '0.0.8'
7
7
 
8
8
  MAX_WIDTH = 90
9
9
  CODER = HTMLEntities.new
@@ -17,7 +17,6 @@ tweets.map {|post| post.merge(parsed_time: DateTime.parse(post['created_at']))}.
17
17
  text = post['text']
18
18
  time = post[:parsed_time]
19
19
  puts BostonRuby.format_item(longest_name_length, author, text, time)
20
- puts
21
20
  end
22
21
 
23
22
  __END__
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: