crawlberg 1.1.0 → 1.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: 51dba76fe26b0962268ed197a6402fffe12e070141dedad0f17866cf9b11a1d2
4
- data.tar.gz: c64596bfe62b31bbe26ab380a856138609146b432a5b6b810228787ebf3c8a17
3
+ metadata.gz: c457b46d88f63739c42f434bef09c56971ce4a5490d105f594f29c606634fc1c
4
+ data.tar.gz: 9171737e94de618d5b66cd96b4dd68125b4862a4afdedb73ec2a130dcc62155a
5
5
  SHA512:
6
- metadata.gz: 87429302d54130f7f562ff8c92ca267bdcb35874f20498e478e4c3368856898903d4da4712f71299d0094c82000bfaa2583818357bf94f8de9261f9ca4292a8c
7
- data.tar.gz: f6e0101023b8bd191b7e39507ae5067db6f1a09a1929c7ccfdc7dc471b884958a27bd0bc28f3980c3c83e150794e34917f166ace027b00ac131189ceae7e83d2
6
+ metadata.gz: bef01f95d2621b9e45f446090fd54eb198c41e2a17388618ad6b4983cd5c99c062828b09734d7d87a3fdd70df7907e55dd3b5528bbd36299c1c9f8c5047caffe
7
+ data.tar.gz: 95bfcd5f98753b835af75ca78cb182d86394101ca22fd90e4c29f317bbc2d23d9725be98411309d7f01b2282c824c516b9265a1205eb2d6524c02c6d287e3e08
data/README.md CHANGED
@@ -140,13 +140,14 @@ Key functions:
140
140
 
141
141
  Contributions are welcome! Please see our [Contributing Guide](https://github.com/xberg-io/crawlberg/blob/main/CONTRIBUTING.md) for details.
142
142
 
143
- ## Part of Xberg.dev
143
+ ## Part of Xberg.io
144
144
 
145
- - [Xberg](https://github.com/xberg-io/xberg) — document intelligence: text, tables, metadata from 98+ formats with optional OCR.
146
- - [Xberg Enterprise](https://github.com/xberg-io/xberg-enterprise) — managed extraction API with SDKs, dashboards, and observability.
145
+ - [Xberg](https://github.com/xberg-io/xberg) — the open-source content-intelligence engine: text, tables, and metadata from 101 formats (115 file extensions), with OCR, transcription, and code intelligence. MIT.
146
+ - [Xberg Pro](https://xberg.io) — a complete self-hosted content-intelligence backend in a single container. Commercial.
147
+ - [Xberg Enterprise](https://xberg.io) — the distributed, governed content-intelligence platform, scaled on Kubernetes with team governance and support. Commercial.
147
148
  - [crawlberg](https://github.com/xberg-io/crawlberg) — web crawling and scraping with HTML→Markdown and headless-Chrome fallback.
148
149
  - [html-to-markdown](https://github.com/xberg-io/html-to-markdown) — fast, lossless HTML→Markdown engine.
149
- - [liter-llm](https://github.com/xberg-io/liter-llm) — universal LLM API client with native bindings for 14 languages and 143 providers.
150
+ - [liter-llm](https://github.com/xberg-io/liter-llm) — universal LLM API client with native bindings for 14 languages and 165 providers.
150
151
  - [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) — tree-sitter grammars and code-intelligence primitives.
151
152
  - [alef](https://github.com/xberg-io/alef) — the polyglot binding generator that produces every per-language binding across the 5 polyglot repos.
152
153
  - [Discord](https://discord.gg/xt9WY3GnKR) — community, roadmap, announcements.
@@ -562,9 +562,9 @@ dependencies = [
562
562
 
563
563
  [[package]]
564
564
  name = "crawlberg"
565
- version = "1.1.0"
565
+ version = "1.1.2"
566
566
  source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "fad20a8cbaf622455f025ccabec52e08a2b1b1396e7bb18420aebeafa1bffdee"
567
+ checksum = "55115a5715d33fe3fa6fea9e790e22b19c8dd773e188bd26d8821723c7b2becb"
568
568
  dependencies = [
569
569
  "ahash",
570
570
  "aho-corasick",
@@ -604,7 +604,7 @@ dependencies = [
604
604
 
605
605
  [[package]]
606
606
  name = "crawlberg-rb"
607
- version = "1.1.0"
607
+ version = "1.1.2"
608
608
  dependencies = [
609
609
  "crawlberg",
610
610
  "futures",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "crawlberg-rb"
3
- version = "1.1.0"
3
+ version = "1.1.2"
4
4
  edition = "2024"
5
5
  license = "MIT"
6
6
  description = "High-performance web crawling engine"
@@ -17,7 +17,7 @@ path = "../src/lib.rs"
17
17
  crate-type = ["cdylib"]
18
18
 
19
19
  [dependencies]
20
- crawlberg = { version = "1.1.0", features = ["interact", "browser-chromiumoxide"] }
20
+ crawlberg = { version = "1.1.2", features = ["interact", "browser-chromiumoxide"] }
21
21
  futures = "0.3"
22
22
  magnus = "0.8"
23
23
  rb-sys = ">=0.9, <0.9.128"
@@ -1,5 +1,5 @@
1
1
  // This file is auto-generated by alef. DO NOT EDIT.
2
- // alef:hash:cc5fc94c108bb9f977a57f5e3f8b8af61509305ba43cb747a643f02ace5dc941
2
+ // alef:hash:7c011ee5688979448c85a639a24835fac91faabe56dd33eb0e8239833a035980
3
3
  // Re-generate with: alef generate
4
4
  #![allow(dead_code, unused_imports, unused_variables)]
5
5
  #![allow(
@@ -1,5 +1,5 @@
1
1
  # This file is auto-generated by alef — DO NOT EDIT.
2
- # alef:hash:cc5fc94c108bb9f977a57f5e3f8b8af61509305ba43cb747a643f02ace5dc941
2
+ # alef:hash:7c011ee5688979448c85a639a24835fac91faabe56dd33eb0e8239833a035980
3
3
  # To regenerate: alef generate
4
4
  # To verify freshness: alef verify --exit-code
5
5
  # frozen_string_literal: true
@@ -1,10 +1,10 @@
1
1
  # This file is auto-generated by alef — DO NOT EDIT.
2
- # alef:hash:cc5fc94c108bb9f977a57f5e3f8b8af61509305ba43cb747a643f02ace5dc941
2
+ # alef:hash:7c011ee5688979448c85a639a24835fac91faabe56dd33eb0e8239833a035980
3
3
  # To regenerate: alef generate
4
4
  # To verify freshness: alef verify --exit-code
5
5
  # frozen_string_literal: true
6
6
 
7
7
  module Crawlberg
8
8
  ## The version string for this package.
9
- VERSION = "1.1.0"
9
+ VERSION = "1.1.2"
10
10
  end
data/lib/crawlberg.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # This file is auto-generated by alef — DO NOT EDIT.
2
- # alef:hash:cc5fc94c108bb9f977a57f5e3f8b8af61509305ba43cb747a643f02ace5dc941
2
+ # alef:hash:7c011ee5688979448c85a639a24835fac91faabe56dd33eb0e8239833a035980
3
3
  # To regenerate: alef generate
4
4
  # To verify freshness: alef verify --exit-code
5
5
  # frozen_string_literal: true
data/lib/crawlberg_rb.so CHANGED
Binary file
data/sig/types.rbs CHANGED
@@ -1,5 +1,5 @@
1
1
  # This file is auto-generated by alef — DO NOT EDIT.
2
- # alef:hash:cc5fc94c108bb9f977a57f5e3f8b8af61509305ba43cb747a643f02ace5dc941
2
+ # alef:hash:7c011ee5688979448c85a639a24835fac91faabe56dd33eb0e8239833a035980
3
3
  # To regenerate: alef generate
4
4
  # To verify freshness: alef verify --exit-code
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crawlberg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xberg Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-31 00:00:00.000000000 Z
11
+ date: 2026-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys