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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e72ddcb7e1f231189749c045fa62223de12c715a8f767c163e84d0856df40be
4
- data.tar.gz: c5d667b602860e6fa52c360d019b177f037e0befb123bb4286390864ea5d7ebb
3
+ metadata.gz: 3d035e16157d8c90d5c1b43e935df225bd403663483593824670c3dbaae8c915
4
+ data.tar.gz: 2962dc969893b8be57592e50f24480f13fdd1abbc0fcfe31b683ec6312be70e6
5
5
  SHA512:
6
- metadata.gz: 0bbb2bf3a70a0a9fb447c080ee59dbbf36f5fffd17ca66ddf3ed69ddb9310c8455034692885901dc1df5daa0c42dd19491b7990dec1842f9f0d03f244377232f
7
- data.tar.gz: d7ae3f5ea207dfba87d1cb532ef32a12edcfb8162db22688e738baf5db67b22e523baa1ccf2fce906c77488b8cf3028902c044964a8bd06f99be0e399c11c0fd
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": "a392c48ac4c6239a0801aa8866d9ad06f5f10496",
9
- "originGitCommitIsDirty": true,
10
- "invokedBy": "manual",
11
- "requestedVersion": "0.1.0"
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://app.berrycrawl.com) · [GitHub](https://github.com/strawberry-labs/berrycrawl-ruby)
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://app.berrycrawl.com).
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Berrycrawl
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berrycrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Strawberry Labs LLC