vnews 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ class Vnews
2
+ TIMEOUT = 25 # Timeout limit for fetching feeds
3
+ POOLSIZE = 10 # size of thread pool for fetching feeds
4
+ end
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -83,6 +83,7 @@ files:
83
83
  - lib/vnews.vim
84
84
  - lib/vnews/autodiscoverer.rb
85
85
  - lib/vnews/config.rb
86
+ - lib/vnews/constants.rb
86
87
  - lib/vnews/display.rb
87
88
  - lib/vnews/exceptions.rb
88
89
  - lib/vnews/feed.rb