goog 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/bin/goog +1 -0
  2. data/lib/goog.rb +1 -1
  3. data/plugin/goog.vim +4 -0
  4. metadata +1 -1
data/bin/goog CHANGED
@@ -71,6 +71,7 @@ goog #{Goog::VERSION}
71
71
  http://github.com/danchoi/goog
72
72
  Author: Daniel Choi <dhchoi@gmail.com>
73
73
  END
74
+ exit
74
75
  }
75
76
  end.parse!
76
77
  query = ARGV.join(' ')
data/lib/goog.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Goog
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
data/plugin/goog.vim CHANGED
@@ -3,6 +3,10 @@
3
3
  " Maintainer: Daniel Choi <dhchoi@gmail.com>
4
4
  " License: MIT License (c) 2012 Daniel Choi
5
5
 
6
+ if exist('g:GoogLoaded')
7
+ finish
8
+ endif
9
+ let g:GoogLoaded = 1
6
10
 
7
11
  let s:http_link_pattern = '^https\?:[^ >)\]]\+'
8
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: