scrapingapi 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/scrapingapi.rb +5 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 67567da901c1b339abc750d8fb0d5eeaa918210c9f28cc5c67a1490346a6828a
|
4
|
+
data.tar.gz: ee18b8c0055ad08d63d80ed3091417f66f8c0cc21af30f5aad664dee56d42000
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9d6f5e08af0e2a00cff63ba8dadba1ce0f54a1551ad1d5b1f9039aa234a411b3397dbcf8799a8498efbd61951abc3fb824e3a6932cd2d8e7b3c545318cf1179e
|
7
|
+
data.tar.gz: 92010dca517963a5a7339f57af266f39ede65321e64ef8ba14d94c3a744f02acb9d620eafc8cbe2662ece248a4e21efe84b56814088c9dd4aa44c65b33fe27df
|
data/lib/scrapingapi.rb
ADDED
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: scrapingapi
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.4
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Timothée Jeannin
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-01-04 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: The official ruby client of ScrapingApi, website scraping API.
|
14
|
+
email: tjeannin@scrapingapi.net
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/scrapingapi.rb
|
20
|
+
homepage: https://scrapingapi.net/
|
21
|
+
licenses:
|
22
|
+
- MIT
|
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
|
+
rubygems_version: 3.3.5
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: ScrapingApi
|
43
|
+
test_files: []
|