goog 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/goog +1 -2
- metadata +21 -5
data/bin/goog
CHANGED
@@ -5,7 +5,6 @@ require 'cgi'
|
|
5
5
|
require 'yaml'
|
6
6
|
require 'uri'
|
7
7
|
|
8
|
-
|
9
8
|
if ARGV[0] =~ /^-h|--help/
|
10
9
|
puts <<END
|
11
10
|
Usage: goog [-n pages] [query]
|
@@ -14,7 +13,7 @@ Synopsis:
|
|
14
13
|
-n [pages] Return n pages of results
|
15
14
|
-h, --help Show this message
|
16
15
|
|
17
|
-
goog 0.
|
16
|
+
goog 0.0.2
|
18
17
|
http://github.com/danchoi/goog
|
19
18
|
Author: Daniel Choi <dhchoi@gmail.com>
|
20
19
|
END
|
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.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,8 +10,24 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-05-05 00:00:00.000000000 Z
|
13
|
-
dependencies:
|
14
|
-
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: nokogiri
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0'
|
30
|
+
description: Simple command line interface to Google search
|
15
31
|
email:
|
16
32
|
- dhchoi@gmail.com
|
17
33
|
executables:
|
@@ -20,7 +36,7 @@ extensions: []
|
|
20
36
|
extra_rdoc_files: []
|
21
37
|
files:
|
22
38
|
- bin/goog
|
23
|
-
homepage:
|
39
|
+
homepage: https://github.com/danchoi/goog
|
24
40
|
licenses: []
|
25
41
|
post_install_message:
|
26
42
|
rdoc_options: []
|
@@ -43,5 +59,5 @@ rubyforge_project: goog
|
|
43
59
|
rubygems_version: 1.8.19
|
44
60
|
signing_key:
|
45
61
|
specification_version: 3
|
46
|
-
summary:
|
62
|
+
summary: Simple command line interface to Google search
|
47
63
|
test_files: []
|