google_search_results 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google_search_results.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb52d55050108ccd4c76ef94af06e6b8ec9d7c2d
|
4
|
+
data.tar.gz: 63926f816a039a88bce029cc2df72bf74ef0d1e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '091907b1665ca25e0952db05267e5946580ea3599604f052e90db773af019c4f182f8f67ec97142f2b0b7586bf40ab65fd3826bf07017bc589dd30fe2be342be'
|
7
|
+
data.tar.gz: 8904267d9994e0948d2ef84168d7bd47d79ce5b7de608c60ffd16c9c6eb3c23e8bc6af2f0cb8d85d4bfcb02cdf66dc041f072f5a7f1be5ee09153fd4a6e9ab38
|
@@ -6,7 +6,7 @@ require_relative 'google_search_results/hash'
|
|
6
6
|
|
7
7
|
class GoogleSearchResults
|
8
8
|
|
9
|
-
VERSION = "1.0.
|
9
|
+
VERSION = "1.0.1"
|
10
10
|
BACKEND = "serpapi.com"
|
11
11
|
|
12
12
|
@@serp_api_key = nil
|
@@ -17,7 +17,7 @@ class GoogleSearchResults
|
|
17
17
|
|
18
18
|
attr_accessor :params
|
19
19
|
|
20
|
-
def initialize params
|
20
|
+
def initialize params = {}
|
21
21
|
@params = params
|
22
22
|
end
|
23
23
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google_search_results
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hartator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|