vnews 0.4.2 → 0.4.3

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.
@@ -1,5 +1,5 @@
1
1
  " Vim script that turns Vim into a feed reader
2
- " Maintainer: Daniel Choi <dhchoi@gnews.com>
2
+ " Maintainer: Daniel Choi <dhchoi@gmail.com>
3
3
  " License: MIT License (c) 2011 Daniel Choi
4
4
 
5
5
  if exists("g:VnewsLoaded") || &cp || version < 700
@@ -139,7 +139,7 @@ class Vnews
139
139
  when 'All'
140
140
  "SELECT items.title, items.guid, items.feed,
141
141
  items.feed_title, items.pub_date, items.word_count, items.starred, items.unread from items
142
- order by items.pub_date asc limit 10000"
142
+ order by items.pub_date asc"
143
143
  else
144
144
  # update last_viewed_at
145
145
  @client.query "UPDATE feeds_folders SET last_viewed_at = now() where folder = '#{e folder}'"
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
4
4
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vnews
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.2
5
+ version: 0.4.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-16 00:00:00 -04:00
13
+ date: 2011-06-09 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency