vnews 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -235,9 +235,15 @@ Search results are sorted by publication date.
235
235
  These commands let you concatenate feed items into a single, continuous
236
236
  text document for printing or more leisurely reading.
237
237
 
238
+ So for example, if you want to concatenate all the items listed for the
239
+ current feed, type `:%VNConcat`.
240
+
241
+ `:VNC` is the abbreviation for this command.
242
+
238
243
  See `:help 10.3` to learn how to specify command line ranges.
239
244
 
240
245
 
246
+
241
247
  ## Updating your feeds
242
248
 
243
249
  Starting vnews with
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
4
4
 
@@ -21,6 +21,6 @@ Gem::Specification.new do |s|
21
21
 
22
22
  s.add_dependency 'nokogiri'
23
23
  s.add_dependency 'mysql2'
24
- s.add_dependency 'feed_yamlizer', '>=0.0.8'
24
+ s.add_dependency 'feed_yamlizer', '>=0.0.9'
25
25
 
26
26
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -54,8 +54,8 @@ dependencies:
54
54
  segments:
55
55
  - 0
56
56
  - 0
57
- - 8
58
- version: 0.0.8
57
+ - 9
58
+ version: 0.0.9
59
59
  type: :runtime
60
60
  version_requirements: *id003
61
61
  description: Read your feeds in Vim