sawzall 0.1.0.pre

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.
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sawzall
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre
5
+ platform: ruby
6
+ authors:
7
+ - David Cornu
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rb_sys
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: 0.9.91
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.9.91
26
+ description: |
27
+ Sawzall wraps the Rust scraper library (https://github.com/rust-scraper/scraper)
28
+ to make it easy to parse HTML documents and query them with CSS selectors.
29
+ email:
30
+ - me@davidcornu.com
31
+ executables: []
32
+ extensions:
33
+ - ext/sawzall/extconf.rb
34
+ extra_rdoc_files: []
35
+ files:
36
+ - Cargo.lock
37
+ - Cargo.toml
38
+ - LICENSE.txt
39
+ - README.md
40
+ - ext/sawzall/Cargo.toml
41
+ - ext/sawzall/extconf.rb
42
+ - ext/sawzall/src/html_to_plain.rs
43
+ - ext/sawzall/src/lib.rs
44
+ - lib/sawzall.rb
45
+ - lib/sawzall/version.rb
46
+ - sawzall.gemspec
47
+ homepage: https://github.com/davidcornu/sawzall
48
+ licenses:
49
+ - MIT
50
+ metadata:
51
+ homepage_uri: https://github.com/davidcornu/sawzall
52
+ source_code_uri: https://github.com/davidcornu/sawzall
53
+ rubygems_mfa_required: 'true'
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 3.1.0
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: 3.3.11
67
+ requirements: []
68
+ rubygems_version: 3.6.7
69
+ specification_version: 4
70
+ summary: HTML parsing and querying with CSS selectors.
71
+ test_files: []