soywiki 0.6.3 → 0.6.4

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 -0
  2. data/lib/soywiki.rb +1 -1
  3. data/lib/soywiki.vim +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -10,6 +10,7 @@ Bundler::GemHelper.install_tasks
10
10
 
11
11
 
12
12
  desc "release and build and push new website"
13
+ task :bumppush => [:bump, :release, :web]
13
14
  task :push => [:release, :web]
14
15
 
15
16
  desc "Bumps version number up one and git commits"
data/lib/soywiki.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.6.3'
4
+ VERSION = '0.6.4'
5
5
  WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
  HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
 
data/lib/soywiki.vim CHANGED
@@ -657,9 +657,9 @@ func! s:prep_buffer()
657
657
 
658
658
  " set nu
659
659
  setlocal completefunc=CompletePageTitle
660
- augroup <buffer>
660
+ augroup save_revision
661
661
  au!
662
- autocmd BufWritePost,BufUnload <buffer> call s:save_revision()
662
+ autocmd FileWritePost,BufWritePost,BufUnload <buffer> call s:save_revision()
663
663
  augroup END
664
664
  let b:mappings_loaded = 1
665
665
  endif
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-19 00:00:00 -05:00
17
+ date: 2011-02-20 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency