goog 0.1.8 → 0.1.9
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.
- data/lib/goog.rb +1 -1
- data/plugin/goog.vim +1 -1
- metadata +5 -10
data/lib/goog.rb
CHANGED
data/plugin/goog.vim
CHANGED
|
@@ -33,7 +33,7 @@ func! s:open_href_under_cursor(text_browser)
|
|
|
33
33
|
call system(command)
|
|
34
34
|
else
|
|
35
35
|
let command = g:text_web_browser . ' ' . shellescape(href) . " "
|
|
36
|
-
echom command
|
|
36
|
+
" echom command
|
|
37
37
|
let result = system(command)
|
|
38
38
|
if bufexists(s:web_page_bufname) && bufwinnr(s:web_page_bufname) != -1
|
|
39
39
|
exec bufwinnr(s:web_page_bufname)."wincmd w "
|
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.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-08 00:00:00.
|
|
12
|
+
date: 2012-05-08 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &14792000 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,12 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ! '>='
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0'
|
|
24
|
+
version_requirements: *14792000
|
|
30
25
|
description: Simple command line interface to Google search
|
|
31
26
|
email:
|
|
32
27
|
- dhchoi@gmail.com
|
|
@@ -58,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
53
|
version: '0'
|
|
59
54
|
requirements: []
|
|
60
55
|
rubyforge_project: goog
|
|
61
|
-
rubygems_version: 1.8.
|
|
56
|
+
rubygems_version: 1.8.10
|
|
62
57
|
signing_key:
|
|
63
58
|
specification_version: 3
|
|
64
59
|
summary: Simple command line interface to Google search
|