soywiki 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/soywiki.rb +1 -1
  2. data/lib/soywiki.vim +1 -0
  3. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.7.5'
4
+ VERSION = '0.7.6'
5
5
  WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
  HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
 
@@ -241,6 +241,7 @@ func! s:delete_page()
241
241
  endif
242
242
 
243
243
  echo system("git rm " . file)
244
+ echo system("rm " . file)
244
245
  call system("git commit -am 'page deletion'")
245
246
  exec "bdelete " . bufnr
246
247
  redraw
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soywiki
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.5
5
+ version: 0.7.6
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-07-05 00:00:00 -04:00
13
+ date: 2011-07-07 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16