gscraper 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.5 / 2007-12-29
2
+
3
+ * Fixed class inheritance in gscraper/extensions/uri/http.rb.
4
+
1
5
  == 0.1.4 / 2007-12-23
2
6
 
3
7
  * Added Search::Query#result_at for easier access of a single result at
@@ -1,5 +1,7 @@
1
+ require 'uri/http'
2
+
1
3
  module URI
2
- class HTTP
4
+ class HTTP < Generic
3
5
 
4
6
  # Query parameters
5
7
  attr_reader :query_params
@@ -1,3 +1,3 @@
1
1
  module GScraper
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: gscraper
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.4
7
- date: 2007-12-22 00:00:00 -08:00
6
+ version: 0.1.5
7
+ date: 2007-12-29 00:00:00 -08:00
8
8
  summary: A ruby web-scraping interface to various Google Services
9
9
  require_paths:
10
10
  - lib
@@ -93,5 +93,5 @@ dependencies:
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 1.3.0
96
+ version: 1.4.0
97
97
  version: