google 1.0.2 → 1.0.3

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 (2) hide show
  1. data/lib/google.rb +2 -2
  2. metadata +17 -1
data/lib/google.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'google/trollop/lib/trollop'
1
+ require 'trollop'
2
2
  require 'google/utils'
3
3
  require 'google/search'
4
4
  require 'google/request'
@@ -8,7 +8,7 @@ require 'google/grab'
8
8
  require 'google/pipe-view'
9
9
 
10
10
  opts = Trollop::options do
11
- version "google v1.0.2 (c) 2012 Kerrick Long http://kerrick.github.com/google"
11
+ version "google v1.0.3 (c) 2012 Kerrick Long http://kerrick.github.com/google"
12
12
  banner <<-EOM
13
13
  The google gem is a simple tool to search Gooogle with via a CLI.
14
14
  Usage:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,6 +75,22 @@ dependencies:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0.5'
78
+ - !ruby/object:Gem::Dependency
79
+ name: trollop
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ~>
84
+ - !ruby/object:Gem::Version
85
+ version: '1'
86
+ type: :runtime
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ version: '1'
78
94
  description: A ruby gem to give you the power of Google Search in your command line.
79
95
  email: me@kerricklong.com
80
96
  executables: