berrycrawl 0.1.0 → 0.1.2
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 +4 -4
- data/.fern/metadata.json +5 -4
- data/README.md +2 -2
- data/lib/Berrycrawl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d035e16157d8c90d5c1b43e935df225bd403663483593824670c3dbaae8c915
|
|
4
|
+
data.tar.gz: 2962dc969893b8be57592e50f24480f13fdd1abbc0fcfe31b683ec6312be70e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 210ac54cc1971233bb24e307c4763346024623f331bafe18c80505c0eaa825da4959e91668c225e46892c69db4edd58ca8c0dc9cd6b7c43febc56145db4b2fad
|
|
7
|
+
data.tar.gz: 4b666f6d50f915a0d17510432a5bdb9cb92d062bc71ec1ac848a73c5cc77cdc48762979442d0fd723f4a59429a75a83f3a1452e1d25264b86f18a161cfaab279
|
data/.fern/metadata.json
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
"generatorConfig": {
|
|
6
6
|
"moduleName": "Berrycrawl"
|
|
7
7
|
},
|
|
8
|
-
"originGitCommit": "
|
|
9
|
-
"originGitCommitIsDirty":
|
|
10
|
-
"invokedBy": "
|
|
11
|
-
"requestedVersion": "0.1.
|
|
8
|
+
"originGitCommit": "c95262eeaa2188391010af60409ba4c9d6c2e769",
|
|
9
|
+
"originGitCommitIsDirty": false,
|
|
10
|
+
"invokedBy": "ci",
|
|
11
|
+
"requestedVersion": "0.1.2",
|
|
12
|
+
"ciProvider": "github"
|
|
12
13
|
}
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The official Ruby SDK for scraping, crawling, searching, mapping, structured extraction, screenshots, and brand profiles.
|
|
5
5
|
|
|
6
|
-
[Documentation](https://docs.berrycrawl.com) · [Dashboard](https://
|
|
6
|
+
[Documentation](https://docs.berrycrawl.com) · [Dashboard](https://berrycrawl.com/app) · [GitHub](https://github.com/strawberry-labs/berrycrawl-ruby)
|
|
7
7
|
|
|
8
8
|
## Table of Contents
|
|
9
9
|
|
|
@@ -24,7 +24,7 @@ A full reference for this library is available [here](./reference.md).
|
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
27
|
-
Set `BERRYCRAWL_API_KEY` to an API key from the [Berrycrawl dashboard](https://
|
|
27
|
+
Set `BERRYCRAWL_API_KEY` to an API key from the [Berrycrawl dashboard](https://berrycrawl.com/app).
|
|
28
28
|
|
|
29
29
|
```ruby
|
|
30
30
|
require "berrycrawl"
|
data/lib/Berrycrawl/version.rb
CHANGED