kreuzcrawl 0.1.0-aarch64-linux

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: '09d3e827a349f8db82fb824786c6349589b2d56160a719a3a1f90de5c5a977ec'
4
+ data.tar.gz: ddf28d4342e53937e0540151d30fd457fff5c36e2c4afacb6fcca40866b470bf
5
+ SHA512:
6
+ metadata.gz: 6b3fbadcc8fc9bc9953bf9ca175939e48e34df6d8d4df9932f5047324c23d1b946753d05caeec84d4d2db23fd25c85ef41a44ec43db76db33f27c179ca2acdef
7
+ data.tar.gz: a47a806553cedc82669bd80a64fb438562a2dc49eec8123a7fed9c75a4b902884384bb5df79feaf88da334b5ff13d82eeb47e10576f8497851b3a3c716b34672
data/lib/kreuzcrawl.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'kreuzcrawl_rb'
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kreuzcrawl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: aarch64-linux
6
+ authors:
7
+ - Kreuzberg Team
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: High-performance web crawling engine
13
+ executables: []
14
+ extensions: []
15
+ extra_rdoc_files: []
16
+ files:
17
+ - lib/kreuzcrawl.rb
18
+ - lib/kreuzcrawl_rb.bundle
19
+ - lib/kreuzcrawl_rb.so
20
+ homepage: https://github.com/kreuzberg-dev/kreuzcrawl
21
+ licenses:
22
+ - Elastic-2.0
23
+ metadata:
24
+ keywords: crawl,scrape,web,spider
25
+ rubygems_mfa_required: 'true'
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.2.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.6.9
41
+ specification_version: 4
42
+ summary: High-performance web crawling engine
43
+ test_files: []