google 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/google.rb +2 -2
  2. metadata +1 -1
data/lib/google.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'trollop/lib/trollop'
1
+ require 'google/trollop/lib/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.1 (c) 2012 Kerrick Long http://kerrick.github.com/google"
11
+ version "google v1.0.2 (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.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: