nokolexbor 0.3.5-x64-mingw-ucrt → 0.3.6-x64-mingw-ucrt

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: 22dc97078fbd48e50509d7887443f7d3675fc6434c503364d05efa7c427be13f
4
- data.tar.gz: 1115b2d1e21a12157f7c2eb983a548cac30afc9d79ccf5f7dff083c62c977777
3
+ metadata.gz: 3bee2579cba82f8077c594891acff4a3c2df3820173f5b8a0da75bb20a7bcdb2
4
+ data.tar.gz: 959c82866731eff61a1bc9ec863a92f8d5125b6e8a0dbec1538a2548d5460829
5
5
  SHA512:
6
- metadata.gz: 425d081633ef956ef625bdd7e55c19946312f72146059ac95479902ec1e6d702994bd92bceeffb53e7b417554c5cf32f7c021c8e1300cf84031cc2a0d8f6781f
7
- data.tar.gz: 932ccfdd5b69546a6dc59f700503fa20efe3e9fa2bff08d8e8b500f9c64304aae318990265580c84eab15ca54eaeea5bf0f906d2ae7bc525ffd0725fe6d701c0
6
+ metadata.gz: 82003eb6c01408afecc0a6d137bf26f8a107a44526db8795ea8b5bf23bc6693a04b379d6606d2b4760f595c09f0e391ffe3b2e43b7baa22a98a656aa2750e8bf
7
+ data.tar.gz: e3112573656b0819134fea2ead6b995385ab4ca1d53842ffa8ec1ce142c936a163b789cc6a41a89eba9b206e4c3c41b57d0d4141be9c44530c5c1c262ea6b30e
Binary file
Binary file
@@ -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.6'
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.6
5
5
  platform: x64-mingw-ucrt
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler
@@ -47,6 +47,7 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - lib/nokolexbor.rb
49
49
  - lib/nokolexbor/3.1/nokolexbor.so
50
+ - lib/nokolexbor/3.2/nokolexbor.so
50
51
  - lib/nokolexbor/document.rb
51
52
  - lib/nokolexbor/document_fragment.rb
52
53
  - lib/nokolexbor/node.rb
@@ -58,7 +59,7 @@ homepage: https://github.com/serpapi/nokolexbor
58
59
  licenses:
59
60
  - MIT
60
61
  metadata: {}
61
- post_install_message:
62
+ post_install_message:
62
63
  rdoc_options: []
63
64
  require_paths:
64
65
  - lib
@@ -69,15 +70,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
70
  version: '3.1'
70
71
  - - "<"
71
72
  - !ruby/object:Gem::Version
72
- version: 3.2.dev
73
+ version: 3.3.dev
73
74
  required_rubygems_version: !ruby/object:Gem::Requirement
74
75
  requirements:
75
76
  - - ">="
76
77
  - !ruby/object:Gem::Version
77
78
  version: '0'
78
79
  requirements: []
79
- rubygems_version: 3.3.4
80
- signing_key:
80
+ rubygems_version: 3.3.26
81
+ signing_key:
81
82
  specification_version: 4
82
83
  summary: High-performance HTML5 parser, with support for both CSS selectors and XPath.
83
84
  test_files: []