selma 0.4.10-x64-mingw-ucrt → 0.4.11-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 553a75339c3f1809fc63f5a49c17ac5e057b65b38bf3564d4806871aa148ac54
4
- data.tar.gz: b8e8379b4541c84397b1fe810be2b07fae5b46d823faa3ef93fc4fee79f6e578
3
+ metadata.gz: 317d8e24b80418714ff52671e734c2e0f2ae1e5ce09826b2f382d32a27c77ac3
4
+ data.tar.gz: '0872c012b698a45e0062282fba5a22a9d62489e7423ff79a94097e6c485cdb17'
5
5
  SHA512:
6
- metadata.gz: '0824525579d09b7c3b44ba4b2cde73887abf82aca088a9c808755cd7d790a1a90943a099054c76c30653b26c412c907fb49da0d961af6a04242d67ac525e0991'
7
- data.tar.gz: 9e8237551b707cf71a5a812d180ddbbf0f97fe74b1ee1f55dcf1fb4c04c4667e3a22b17d38095be505920210b6fa1e23b002d1374b3267a06adbf3b116c0996c
6
+ metadata.gz: 14a5f481cd1a6fc9ba49864159f3dce5dbd24b7b7e9c85fec94ea2d55d2f701165adfd575d6ceb4970132b34b9fea8abc3eae53a417e78dab9fd0047c6de2168
7
+ data.tar.gz: 2ee30ba82ad72d6bd14ed1093e518585fdcab3cbd1cf731e3977d8626a4a8d491b1d6aa958322fa087a903c55d0257ecee24502d0552570c7f1bb33f21ead53b
Binary file
Binary file
data/lib/selma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Selma
4
- VERSION = "0.4.10"
4
+ VERSION = "0.4.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -48,9 +48,8 @@ files:
48
48
  - LICENSE.txt
49
49
  - README.md
50
50
  - lib/selma.rb
51
- - lib/selma/3.1/selma.so
52
51
  - lib/selma/3.2/selma.so
53
- - lib/selma/3.3/selma.so
52
+ - lib/selma/3.4/selma.so
54
53
  - lib/selma/config.rb
55
54
  - lib/selma/extension.rb
56
55
  - lib/selma/html.rb
@@ -80,17 +79,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
79
  requirements:
81
80
  - - ">="
82
81
  - !ruby/object:Gem::Version
83
- version: '3.1'
82
+ version: '3.2'
84
83
  - - "<"
85
84
  - !ruby/object:Gem::Version
86
- version: 3.4.dev
85
+ version: 3.5.dev
87
86
  required_rubygems_version: !ruby/object:Gem::Requirement
88
87
  requirements:
89
- - - ">="
88
+ - - "~>"
90
89
  - !ruby/object:Gem::Version
91
- version: 3.3.22
90
+ version: '3.4'
92
91
  requirements: []
93
- rubygems_version: 3.4.4
92
+ rubygems_version: 3.5.23
94
93
  signing_key:
95
94
  specification_version: 4
96
95
  summary: Selma selects and matches HTML nodes using CSS rules. Backed by Rust's lol_html
Binary file
Binary file