google_search_cse 0.0.1
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.
- checksums.yaml +7 -0
- data/lib/google_search_cse.rb +3 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 294ce271e342412aa5a7d5472490ea778bf4746c
|
|
4
|
+
data.tar.gz: 8b2fef860bd5f30a2ee916e2c23e1920c6c29c0a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2b213b0ed94358143d6e1d58ec0c6476925770fed44157747bdfe9f2a47d1072a863492f73990d5a8d146086ab37cc8fd1d209796c0e2e199616d0add354b50e
|
|
7
|
+
data.tar.gz: 2fb0722e327032ef08b411706fab181b5cd21fb924763a13e5fbe722fc7490af1bd13410405da0b59b4aebfccd943b1fec960da2bb4b96e90a6cdef64cfeefd2
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: google_search_cse
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Abhishek Sharma
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-01-20 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: A library to use google search in Rails application.
|
|
14
|
+
email: abhsss96@gmail.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/google_search_cse.rb
|
|
20
|
+
homepage: http://rubygems.org/gems/google_search_cse
|
|
21
|
+
licenses:
|
|
22
|
+
- Intelliswift
|
|
23
|
+
metadata: {}
|
|
24
|
+
post_install_message:
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubyforge_project:
|
|
40
|
+
rubygems_version: 2.4.8
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Gem to use google custom search engine API. It uses various filter of Google.
|
|
44
|
+
Provided by Google Custom Search V2 API.
|
|
45
|
+
test_files: []
|