trafilatura 0.3.7-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.
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Trafilatura
4
+ VERSION = "0.3.7"
5
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "trafilatura/version"
4
+ require_relative "trafilatura/trafilatura_generated"
5
+ require_relative "trafilatura/convenience"
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trafilatura
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.7
5
+ platform: aarch64-linux
6
+ authors:
7
+ - Nathaniel Chapman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ffi
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.15'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.15'
27
+ description: High-performance web content extraction powered by Rust with native Ruby
28
+ bindings via FFI.
29
+ email:
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - lib/trafilatura.rb
37
+ - lib/trafilatura/convenience.rb
38
+ - lib/trafilatura/libtrafilatura_uniffi.so
39
+ - lib/trafilatura/trafilatura_generated.rb
40
+ - lib/trafilatura/version.rb
41
+ homepage: https://github.com/nchapman/trafilatura-rs
42
+ licenses:
43
+ - Apache-2.0
44
+ metadata:
45
+ homepage_uri: https://github.com/nchapman/trafilatura-rs
46
+ source_code_uri: https://github.com/nchapman/trafilatura-rs
47
+ bug_tracker_uri: https://github.com/nchapman/trafilatura-rs/issues
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '3.0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubygems_version: 3.4.19
64
+ signing_key:
65
+ specification_version: 4
66
+ summary: Extract readable content, comments, and metadata from web pages
67
+ test_files: []