vnews 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/vnews/display.rb CHANGED
@@ -63,7 +63,7 @@ class Vnews
63
63
  end
64
64
 
65
65
  def format_item_summary(i, width)
66
- varwidth = width.to_i - 32
66
+ varwidth = width.to_i - 35
67
67
  feed_title = col i['feed_title'], varwidth * 0.25
68
68
  title = col i['title'], varwidth * 0.75
69
69
  word_count = i['word_count'].to_s.rjust(6)
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi