nokolexbor 0.3.5-x86_64-linux → 0.3.7-x86_64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8591d31b2dfad7f87322cef66af0743d13ff3f769a4d9834dc2592ff441a61f7
4
- data.tar.gz: 5fad2a2023121d2abc3fb82dc48f61504daf488061c5fda1f206b8b57ddb98ab
3
+ metadata.gz: 8a02454a58cab978f1449dee451179eca30415e3ba05daac5aa741846b4cc28c
4
+ data.tar.gz: 9cc7d725e52d96c58e88249b84ba825e22b2e1e6193ee1758e0ad8a4e5e5c1c0
5
5
  SHA512:
6
- metadata.gz: ff804ad868c1845fe6fedac55720f359624ae42f1f9c0248d6d14b3d12110663d0524d123449db388ff525849d409be33c7c7a8075db54257189a3d230793cfb
7
- data.tar.gz: 5309b9a1cf774c23ffb76cefe1bd1f368e660c69c1ff8a06a4b33b72e41f85b85880d2680d1387e20415cba19489f1124d9419c07abe6241a8dcf1023454a45b
6
+ metadata.gz: 9c95de6652992ae4ac5ab652b24027ec99503640bb8208ffa7158e2a4a3ea58ed3ee82ca5c7f3b5c08e10962bee93aa7af848d5ac287aef4c99fc726692498b2
7
+ data.tar.gz: f0cf969bffd8d945be221581d683dacf5bc10d6a59299bc73b55a019d15c0463701e6f58d6f4092f704bf1c52b7f7d9a50f54419cb8c0dc953e54a6e54a4c6cf
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -196,6 +196,10 @@ module Nokolexbor
196
196
  end
197
197
  end
198
198
 
199
+ def inspect
200
+ "[#{map(&:inspect).join(', ')}]"
201
+ end
202
+
199
203
  private
200
204
 
201
205
  IMPLIED_XPATH_CONTEXTS = [".//", "self::"].freeze # :nodoc:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nokolexbor
4
- VERSION = '0.3.5'
4
+ VERSION = '0.3.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokolexbor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.7
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Yicheng Zhou
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler
@@ -50,6 +50,7 @@ files:
50
50
  - lib/nokolexbor/2.7/nokolexbor.so
51
51
  - lib/nokolexbor/3.0/nokolexbor.so
52
52
  - lib/nokolexbor/3.1/nokolexbor.so
53
+ - lib/nokolexbor/3.2/nokolexbor.so
53
54
  - lib/nokolexbor/document.rb
54
55
  - lib/nokolexbor/document_fragment.rb
55
56
  - lib/nokolexbor/node.rb
@@ -61,7 +62,7 @@ homepage: https://github.com/serpapi/nokolexbor
61
62
  licenses:
62
63
  - MIT
63
64
  metadata: {}
64
- post_install_message:
65
+ post_install_message:
65
66
  rdoc_options: []
66
67
  require_paths:
67
68
  - lib
@@ -72,15 +73,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
73
  version: '2.6'
73
74
  - - "<"
74
75
  - !ruby/object:Gem::Version
75
- version: 3.2.dev
76
+ version: 3.3.dev
76
77
  required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  requirements:
78
79
  - - ">="
79
80
  - !ruby/object:Gem::Version
80
81
  version: '0'
81
82
  requirements: []
82
- rubygems_version: 3.3.4
83
- signing_key:
83
+ rubygems_version: 3.3.26
84
+ signing_key:
84
85
  specification_version: 4
85
86
  summary: High-performance HTML5 parser, with support for both CSS selectors and XPath.
86
87
  test_files: []