vnews 0.0.2 → 0.0.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/vnews.vim +1 -2
  3. data/lib/vnews/version.rb +1 -1
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -44,7 +44,7 @@ task :build_webpage do
44
44
  `cp README.markdown ../project-webpages/src/vnews.README.markdown`
45
45
  Dir.chdir "../project-webpages" do
46
46
  puts `ruby gen.rb vnews #{Vnews::VERSION}`
47
- `open out/vnews.html`
47
+ #`open out/vnews.html`
48
48
  end
49
49
  end
50
50
 
data/lib/vnews.vim CHANGED
@@ -11,8 +11,7 @@ let mapleader = ','
11
11
  highlight VnewsSearchTerm ctermbg=green guibg=green
12
12
 
13
13
 
14
- "let s:client_script = 'vnews-client '
15
- let s:client_script = 'bin/vnews-client '
14
+ let s:client_script = 'vnews-client '
16
15
  let s:list_folders_command = s:client_script . 'folders '
17
16
  let s:list_feeds_command = s:client_script . 'feeds '
18
17
  let s:list_folder_items_command = s:client_script . 'folder_items '
data/lib/vnews/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Vnews
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
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
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi