nokolexbor 0.3.5-x64-mingw32 → 0.3.6-x64-mingw32

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: 2981f989429495dbd30f617a64b25eb076dee80f35a6f37b6ac4bb763367a96d
4
- data.tar.gz: 8175fc92bd1bad6339aa31043f853b3e0e51c7025f446c80dd8ba62458d38d8c
3
+ metadata.gz: c5d79bcb86f4b57aee5f3c25669d95dc5f962c600294da5d4b93199c33ca8379
4
+ data.tar.gz: 1f946be9a0e7cba578bc5efc42fc83dc47f84c2ced9658361ae0f5b9b0c74fdb
5
5
  SHA512:
6
- metadata.gz: bfe68e61e2b69ae678f619a01355dd5b210232b919b353826a97a292d0ed171c1e10275ff35cd1d4c2c76ab81e57f9f67c741e06c4d9c8cfc118604d93bf4a2b
7
- data.tar.gz: 6c82b540bf2d9ead8a481dd0d049873889744617e9166586960c98f8f388afb8090c8629a72992c497436fe1dcc274cf458cca86239057e8aeefc018dfe4b864
6
+ metadata.gz: fbf1d1afa934581511785db9507723437327bc47630234f6bbaf94f4e6798335c991ef4af28f25310416bb28c28504bc48fc1bfd6b660985fbce3ce79efa9b52
7
+ data.tar.gz: 4d5bc48d39d3ce11366346d319d76728a47768c1f5cbe84ac6cc27dca895657a291decf6b500015109dada88d714e82dd8be464b2e5120d269a83a7c4fc608c5
Binary file
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-mingw32
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
@@ -60,7 +60,7 @@ homepage: https://github.com/serpapi/nokolexbor
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}
63
- post_install_message:
63
+ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
@@ -78,8 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.3.4
82
- signing_key:
81
+ rubygems_version: 3.3.26
82
+ signing_key:
83
83
  specification_version: 4
84
84
  summary: High-performance HTML5 parser, with support for both CSS selectors and XPath.
85
85
  test_files: []