google 1.0.3 → 1.0.4

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.
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.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,22 +75,6 @@ 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'
94
78
  description: A ruby gem to give you the power of Google Search in your command line.
95
79
  email: me@kerricklong.com
96
80
  executables:
@@ -100,6 +84,19 @@ extra_rdoc_files: []
100
84
  files:
101
85
  - lib/google.rb
102
86
  - bin/google
87
+ - LICENSE.md
88
+ - README.md
89
+ - google.gemspec
90
+ - lib/google/display_serp.rb
91
+ - lib/google/request.rb
92
+ - lib/google/pipe-view.rb
93
+ - lib/google/search.rb
94
+ - lib/google/utils.rb
95
+ - lib/google/input.rb
96
+ - lib/google/grab.rb
97
+ - lib/reverse-markdown/reverse_markdown.rb
98
+ - lib/trollop/test/test_trollop.rb
99
+ - lib/trollop/lib/trollop.rb
103
100
  homepage: http://kerrick.github.com/google/
104
101
  licenses: []
105
102
  post_install_message: